coding. • Taking an app layout from drawing to XML code. • Creating, positioning, and styling views. • Creating interactivity through button clicks and Java code. • Commenting and documenting your code.
different types of Views in the layout (at least TextView, ImageView, and Button) • The app should use ViewGroups correctly (nesting ViewGroups where appropriate) • The app should behave differently based on user interaction (i.e. with a text field, button, or checkbox) • The app should use a ScrollView when appropriate so the content can fit on different sized devices and in landscape orientation • You should select app theme colors from Material Design color palette
b • Check that your code compiles and works • Post your code at GitHub and send repository URL to [email protected] • (Or) Send zipped code to [email protected]