Identify Android API version, Device, Build Information programmatically
When you are developing an application which is dependent on device / platform hardware you will need … Read more
Posts for writing Android Java Applications, Libraries and various ways of using Android API’s for apps development.
When you are developing an application which is dependent on device / platform hardware you will need … Read more
As we have seen in our post, “How to develop first android Application/App in Android Studio” where … Read more
The basic datatype of strings in Kotlin is mostly similar as that of used in java. Only … Read more
An Android library is structurally the same as an Android app module. It can include everything needed … Read more
In our first part we seen “Creating AAR library for Android apps using Android Studio” and in … Read more
As we have seen in our previous posts Part 1, Part 2, Part 3, we created a … Read more
If you have ever seen an error like below, we have fixed this and got it resolved. … Read more
Recently while developing one of our application, we wanted to have center aligned buttons, while in one … Read more
If you are using an activity which needs to hide navigation bar ( home, back buttons) and … Read more
While I was developing small code for checking device information, after I edited our sample code downloaded … Read more
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