Understanding Android AOSP build system
In this post, we tries to understand the android open source build files written to add a … Read more
Learn
Practical tutorials and deep explanations grounded in reproducible environments, exact versions, and observable results.
Start learning your way
Learn by technology
Learning resources
Learning search
71 results
Existing library
In this post, we tries to understand the android open source build files written to add a … Read more
This post briefs about the source code flow of how early suspend mechanism in power managerment works … 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
A Service is an application component that can perform long-running operations in the background, and it does … 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 using NDK version more than r19, the toolchains which comes as part of NDK … Read more
Note: Android no longer supports Studio for 32 bit Linux / Ubuntu platforms hence you will need … Read more
I had a previous application in google play at https://play.google.com/store/apps/details?id=com.wAgriConnect which need to be updated, I faced following … Read more