mobile-application-Development-
Class Project Phase 2
Your minSdkversion must be set to 21 — this is so I can run your project on my cell phone to test it — changing the minSdkVersion to another number because you are coming up with errors is a misconsception.These are two common causes of errors:
1.Name mismatches between your Java code and XML
2.Missing an import for a class that your Java code is using
One person on team needs to create a zip file and submit against link.Make sure the zip file includes your team name (e.g., Green_Team_Phase1.zip).
AGAIN:All team enhancements are to be integrated into a single project — I am expecting to receive one zip file that contains one project.Make sure you have added comments in the project files so I can easily identify what each project member has done.

