CS370 Game Utility Project
This repo is for the CS370 Fall 2019 project, Group SAEGG&CO.
- Remember to create a new activity whenever necessary
- Name new activities in the form
meaningfulNameActivity
- Android Studio builds a layout by default on activity creation, but ensure the layout is named after its according Activity.
- The layout for the above activity would be
activity_meaningful_name
- The layout for the above activity would be
- Make use of the resource files in values (strings, dimens, etc). This is good Android practice.
-- TBA --