Android Interview Questions – Set 04
What is NDK? 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. List the various storages that are provided by Android. The various storage provided by android are: Shared Preferences Internal Storage External Storage SQLite Databases Network … Read more