Week 4 lab - practice with Android UI classes by creating a ToDo list application.
coursera-android-UI-lab is hosted in the following web site
https://github.com/kjorg50/coursera-android-UI-lab
If you think the Android project coursera-android-UI-lab listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of coursera-android-UI-lab.
Item | Value |
---|---|
Java File Count | 4 |
Target SDK Version | 18 |
Minimum SDK Version | 13 |
Activity Count | 2 |
jar files used | robotium-solo-5.0.2-SNAPSHOT.jar |
Required Permissions | android.permission.WRITE_EXTERNAL_STORAGE |
coursera-android-UI-lab has the following Java source files.
course.labs.todomanager.AddToDoActivity.java course.labs.todomanager.ToDoItem.java course.labs.todomanager.ToDoListAdapter.java course.labs.todomanager.ToDoManagerActivity.java