Understand how Activity works — In this article, I want to talk about how Activity works while building a simply Dice Roller app, that generates a random number between 1…6 whenever the button is pressed. To begin, let’s set up an app with Empty Activity called Dice Roller. Next, we are going to take a…