This tutorial will show you how to separate PartA code into fragments. Then it will also add animations and flair to the existing UI. In this tutorial you will do the following:
Prerequisites:
Refactor > Migrate to AndroidX...
and click on Migrate to AndroidX.app > res > layout
and right click on layout. In the resulting menu, navigate to new > layout resource file
.app > res > values
and link that to the text option.app > res > drawable
and create a new XML file, I named mine round_button.xml.app > java > wpi.[name].guicodelab
and right click. In the resulting menu, navigate to new > java class
.