Android Activity-Lifecycle Exercise
2019-02-26
In this exercise we are going to create a new project and in MainActivity we will override all of the basic Lifecycle callback methods. The idea is for each of the basic callback method to display a message to the user that method is called so we can see theRead More →