Skip to Content

A Res folder is a place to store project resources. This includes strings, drawables, and layouts. These resources can be updated independently from one another in a mobile application. Android will load alternate resources depending on device configuration and the resources of the app. You can find res folders in both the main and sub-folders …

Read More about What is Res Folder in Android?

NDK is a framework that allows you to create and run applications for Android devices. It is written in Java and runs on the Dalvik virtual machine. Android SDK contains development tools and libraries that enable you to write code for the operating system. The NDK provides lower-level access and is useful for porting C/C++ …

Read More about What is Android Sdk And Ndk?