-
Notifications
You must be signed in to change notification settings - Fork 0
Bugs
Steven Elberger edited this page Jan 21, 2015
·
4 revisions
Some possibilities for updating the Android application are:
- Check for run time configuration changes (e.g. rotating the screen from portrait to landscape)
- Implementing landscape layouts
- Implementing fragments in activities
- Finish any incomplete features (primary focus)
- Standardize strings.xml
- Implement Android-specific naming conventions (using m for field names, etc.)
- Implement getters and setters (make field variables private -- do so when appropriate)
- Test the application as a whole