Saturday, 6 January 2018

Android Work with Fragments (Basic) -Tutorial

In Android apps start working with activities. To learn how these process works you should have to understand the life cycle of a Activity. To learn about life cycle check this pic




Apps start working with the onCreate method when you create an activity the method is created by default to check this have a look at this