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
Posts for writing Android Java Applications, Libraries and various ways of using Android API’s for apps development.
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
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