Compile Android application as part of AOSP source code
This post details about how you can integrate your Android application as part of Android OpenSource Build … Read more
Posts for writing Android Java Applications, Libraries and various ways of using Android API’s for apps development.
This post details about how you can integrate your Android application as part of Android OpenSource Build … Read more
The single instance classes are mostly used when you don’t know how to create a object of … Read more
If you are trying to compile some already developed code available from github which was bit old … Read more
If you are the beginner for learning how to write Android application using Android Studio, you are … Read more
If you have some code which was already complied using “./gradlew clean build” on the ubuntu command … Read more
Note: Android no longer supports Studio for 32 bit Linux / Ubuntu platforms hence you will need … Read more
Have you ever seen a crash or error logs like below, when accessing location data in Android. … Read more
I had a previous application in google play at https://play.google.com/store/apps/details?id=com.wAgriConnect which need to be updated, I faced following … Read more
When we were developing the JNI example as mentioned in our another post, “Java Native Interface ( … Read more
Installing JAVA on ubuntu can be done using following easiest command. for Ubuntu 20.04, this command installs … Read more
Flutter is a new way to build high-performance, cross-platform mobile apps. If you are new to Flutter, … Read more
If you are trying to compile an android Application which is developed by someone or you downloaded … Read more