Gradle is one core component of Android Studio. Every project runs only after a successful Gradle build. However, there might be times when the Gradle fails to sync. Gradle: Project refresh failed. Cause: Peer not authenticated is such one error.
Category » Android
Setup Debug & Release Environments in Android App – The Best Way
We need to setup debug, testing or release environments or variants while creating an Android app. In a web application, we mostly have the option to define environment configuration variables. In Android, you can also setup debug, release or other build types and their parameters. The app will have the appropriate set of parameters depending upon the build variant.
Connect Android App to Localhost Web Server Over Wi-Fi
Access or connect android app to localhost over Wi-Fi and it will give you a lot flexibility to develop, run and test the app. My scenario was that I had created an android app which had need to access my local web server (XAMPP) for faster testing and the application was running on an emulator as well as device.
Android Operating System and Smartphones – An Overview
An overview of the Android Operating System, its history, development as well as connection with Google. Differences between Android smartphones and iPhones along with concerns involved and security tips.