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
Android, Android Applications programming, ADB commands, Application framework, Middleware, HAL, Errors and Solutions, Makefiles, Compilation
This post details, how you can obtain the media encoder and decoder ( codec) information of your … Read more
What is Picture in Picture ( PIP ) mode in Android ? PIP is a special type … Read more
This post details about how you can integrate your Android application as part of Android OpenSource Build … Read more
When Android is booting ( Or you powered ON android first time or rebooted ), and when … Read more
A Service is an application component that can perform long-running operations in the background, and it does … Read more
LOCAL_LDLIBS This variable contains the list of additional linker flags for use in building your shared library … Read more
When I was trying to compile latest repo sync Android source code ( Android 10 ), and … Read more
The single instance classes are mostly used when you don’t know how to create a object of … Read more
If you have followed our previous article “How to Install Flutter on Ubuntu Linux” , the next … Read more
If you are trying to compile some already developed code available from github which was bit old … Read more