Convert an existing Android application to a library module

As we have seen in our post, “How to develop first android Application/App in Android Studio” where … Read more

Working with Strings in Kotlin

The basic datatype of strings in Kotlin is mostly similar as that of used in java. Only … Read more

Android Library

Creating AAR library for Android apps using Android Studio – Part 1

An Android library is structurally the same as an Android app module. It can include everything needed … Read more

How to center views in LinearLayout and RelativeLayout ?

Recently while developing one of our application, we wanted to have center aligned buttons, while in one … Read more

Solved: No value has been specified for property ‘lintClassPath’

While I was developing small code for checking device information, after I edited our sample code downloaded … Read more

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

Identify media encoder / decoder (codec) information of Android device

This post details, how you can obtain the media encoder and decoder ( codec) information of your … Read more