How to create Runnable Thread in Android JAVA ?

Runnable in android / JAVA is an interface which needs to be implemented if we want run … Read more

How to use Android Log API’s in Kotlin to print logs ?

Kotlin initializes the variables in different way than JAVA hence if you are too much used to … Read more

adb shell screencap ( Take Screenshot in Android using ADB Shell )

If you want to take screen capture of something happening on your phone screen and save it … Read more

Understanding Android Touch Event , onTouchEvent ( Motion Event )

When we just touched the touchscreen and printed the logs in application using “onTouchEvent” it printed following … Read more

Decode Information from Binary AndroidManifest.xml

How to Decode Binary AndroidManifest.xml to Text ?

If you have some prebuilt android application apk for which you need to know what are the … Read more

Universal Android Music Player Example

This post shows how to implement an audio media app that works across multiple form factors and … Read more

How to generate upload key and keystore for Android App Signing ?

When you are ready to publish your Android Application, you need to sign your app and upload … Read more

App Icon

How to create Adaptive App Icons for Android Application ?

Starting Android 8.0 (API level 26) android supports adaptive launcher icons, which can display a variety of … Read more