Activity and Fragment lifecycles

Learn about Activity and Fragment lifecycles, how to handle complex lifecycle situations, and use logging to help debug and track the state of the app. You will complete the DessertClicker app where a user "purchases" desserts by tapping on an image. Every time a dessert is clicked, the app updates the number of desserts purchased, and the total amount the user spent.