Few examples from the PROFESSIONAL ANDROID 4 APPLICATION DEVELOPMENT book.
Android4 is hosted in the following web site
https://github.com/tomasvalettini/Android4
If you think the Android project Android4 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 Android4.
Item | Value |
---|---|
Java File Count | 9 |
Target SDK Version | 19 |
Minimum SDK Version | 14 |
Activity Count | 3 |
Fragment Count | 2 |
jar files used | android-support-v4.jar android-support-v4.jar |
Android4 has the following Java source files.
com.example.compass.CompassActivity.java com.example.compass.CompassView.java com.example.todolist.MainActivity.java com.example.todolist.NewItemFragment.java com.example.todolist.OnNewItemAddedListener .java com.example.todolist.ToDoItem .java com.example.todolist.ToDoItemAdapter.java com.example.todolist.ToDoListFragment.java com.example.todolist.ToDoListItemView.java