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
Posts for writing Android Java Applications, Libraries and various ways of using Android API’s for apps development.
Runnable in android / JAVA is an interface which needs to be implemented if we want run … Read more
Kotlin initializes the variables in different way than JAVA hence if you are too much used to … Read more
If you want to take screen capture of something happening on your phone screen and save it … Read more
This posts lets you identify name of the activity from the installed application and then use the … Read more
When we just touched the touchscreen and printed the logs in application using “onTouchEvent” it printed following … Read more
If you have some prebuilt android application apk for which you need to know what are the … Read more
This post shows how to implement an audio media app that works across multiple form factors and … Read more
When you are ready to publish your Android Application, you need to sign your app and upload … Read more
Starting Android 8.0 (API level 26) android supports adaptive launcher icons, which can display a variety of … Read more
When we were compiling our app source code with “./gradlew clean build” we got following error, Solution … Read more
If you are working on Android application or AAR Library, you will be using applications context frequently … Read more
If you do not want to allow people to take screenshots of some data from your android … Read more