Android Fragments Tutorial May 24, 2017 Android Fragments Android Fragment is the part of activity, it is also known as sub-activity. There can be more than…
Android Intent Tutorial May 24, 2017 Android Intent Tutorial Android Intent is the message that is passed between components such as activities, content providers, broadcast receivers,…
Android Activity Lifecycle May 24, 2017 Android Activity Lifecycle Android Activity Lifecycle is controlled by 7 methods of android.app.Activity class. The android Activity is the subclass…