Android project used as introduction to Android layouts, as part of the elective course "CPSC-3367 Mobile Apps Development" from UA Little Rock.
Simple app with four activities. The main one is just a menu the user can use to access the rest of the activities. Additionally, there's an activity that showcases how to define and use the FrameLayout component, and there are two additional activities that include example code on how to use LinearLayouts.
-
1-starter-code. It provides a start point just for learning purposes. It includes several TODO comments to guide the development of the changes required to create the code in branch 2-solution.
-
2-solution. It provides the code created to showcase the use and properties of FrameLayout and LinearLayout.