Mobile App Development (CIS4034-N) ICA Primer Exercise
Objective
This exercise aims to assist you in planning and beginning the development of your Android App ready for ICA submission.
App Viability
Complete the following questions:
Question |
Answer |
App name |
Keep it short. |
Brief description |
No more than one paragraph. |
Intended users |
Who are they? |
Unique screens |
For example:
|
Mobile device features |
For example: Location services
Camera |
Data persistence |
How will you store data in your application? If using a cloud data store will you still cache locally if there is no network available? |
Data retrieval |
How will you retrieve data in your application? For example:
|
Security |
Do you require user sign up? Will you provide your own user sign up, or rely on an OAuth2 implementation from a |
3rd party provider? |
|
Permissions |
What permissions will your app require? |
What tools will you use to deliver the application? |
List any tool you think may help. |
What agile methodology will you use? |
Research and pick one. |