Interview :: Android
The Implicit intent is used to invoke the system components.
An explicit intent is used to invoke the activity class.
AAPT is an acronym for android asset packaging tool. It handles the packaging process.
A content provider is used to share information between Android applications.
The fragment is a part of Activity by which we can display multiple screens on one activity.
ADB stands for Android Debug Bridge. It is a command line tool that is used to communicate with the emulator instance.
NDK stands for Native Development Kit. By using NDK, you can develop a part of an app using native language such as C/C++ to boost the performance.