Android
Activity Life Cycle
Activity: An activity in Android is a specific combination of XML files and JAVA files. It is basically a container that contains the design file as well as the coding stuff file. Here, XML files act as a front-end tool to provide the interface design of the screen, and JAVA Read more…