Basic Overview of Android Application
In this tutorial I will give you a basic overview and explain fundamentals related to android application. Activity An Activity is a screen or window that interacts with the user. Activity is responsible for holding various UI components like label, button, textbox, etc. An app can have number of activities. Below I have given the …
