Mavenized sample Android application with Roboguice 2.0 , Roboelectric , Robotium.
Android-startUp is hosted in the following web site
https://github.com/pulkitmehra/Android-startUp
If you think the Android project Android-startUp 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 Android-startUp.
Item | Value |
---|---|
Java File Count | 24 |
Supported screen sizes | [ldpi, mdpi, hdpi] |
Minimum SDK Version | 16 |
Activity Count | 4 |
jar files used | android-support-v4.jar cached-robolectric-classes.jar |
Required Permissions | android.permission.INTERNET android.permission.SET_WALLPAPER |
There are 5 image files in Android-startUp. The names of the image files are listed as follows.
android_icon.png main_icon.png nasa_icon.png notes_icon.png todo_icon.png
The following screenshort is generated from the image listed above.
Android-startUp has the following Java source files.
com.myexample.activity.AddTimeEntryActivity.java com.myexample.activity.HelloAndroidActivity.java com.myexample.activity.ListViewActivity.java com.myexample.activity.MainScreenActivity.java com.myexample.activity.NasaRssActivity.java com.myexample.activity.ToDoListActivity.java com.myexample.adapter.ImageViewAdapter.java com.myexample.adapter.TimeTrackerAdapter.java com.myexample.adapter.TodoListAdapter.java com.myexample.database.AndroidDaoTemplate.java com.myexample.database.DatabaseOperations.java com.myexample.database.ReadOperationTemplate.java com.myexample.database.TimeTrackerDatabase.java com.myexample.database.WriteOperationTemplate.java com.myexample.database.dao.TimeTrackerDao.java com.myexample.database.dao.TimeTrackerDaoImpl.java com.myexample.dto.TimeRecord.java com.myexample.dto.Todo.java com.myexample.fragments.TodoFragment.java com.myexample.handler.CommonHelper.java com.myexample.handler.FragmentHandler.java com.myexample.handler.IotdHandler.java com.myexample.modules.MainViewApplication.java com.myexample.modules.MainViewModule.java