Android Open Source - Development maven Android-startUp






Project Summary

Mavenized sample Android application with Roboguice 2.0 , Roboelectric , Robotium.

Web Site / Source Repository

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.

Project Detail

The following table is the detailed list of Android-startUp.

ItemValue
Java File Count24
Supported screen sizes[ldpi, mdpi, hdpi]
Minimum SDK Version16
Activity Count4
jar files usedandroid-support-v4.jar
cached-robolectric-classes.jar
Required Permissionsandroid.permission.INTERNET
android.permission.SET_WALLPAPER




Resource Files

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.

null

Java Source Files

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