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

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

How to use Single Instance Class / Singleton class in Android / Java ?

The single instance classes are mostly used when you don’t know how to create a object of … Read more

How to develop first android Application/App in Android Studio ?

Android Studio

If you are the beginner for learning how to write Android application using Android Studio, you are … Read more