How to fix – error: package R does not exist
When I was compiling one of our previously written android application, I got following error, This is … Read more
Posts for writing Android Java Applications, Libraries and various ways of using Android API’s for apps development.
When I was compiling one of our previously written android application, I got following error, This is … Read more
This post details, how you can obtain the media encoder and decoder ( codec) information of your … Read more
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