Compile Android application as part of AOSP source code

This post details about how you can integrate your Android application as part of Android OpenSource Build … Read more

Understanding Android Services with Example

A Service is an application component that can perform long-running operations in the background, and it does … Read more

Android.mk variable to link system or external library during compilation

LOCAL_LDLIBS This variable contains the list of additional linker flags for use in building your shared library … Read more

Solved : java.lang.OutOfMemoryError: Java heap space

When I was trying to compile latest repo sync Android source code ( Android 10 ), and … Read more

How to use Single Instance Class / Singleton class in Android / Java ?

The single instance classes are mostly used when you don’t know how to create a object of … Read more

How to develop first android Application/App in Android Studio ?

Android Studio

If you are the beginner for learning how to write Android application using Android Studio, you are … Read more

Cross compiling C/C++ programs for Android using NDK Toolchains

If you are using NDK version more than r19, the toolchains which comes as part of NDK … Read more