Android Open Source - UI fragment Android-Starter-Kit






Project Summary

Demo project to build an Android application for both phones and tablets, with ActionBar and Fragments, compatible with API level 7 to 15 (Eclair to ICS), no third-party library used..

Web Site / Source Repository

Android-Starter-Kit is hosted in the following web site
https://github.com/cdaunique/Android-Starter-Kit

If you think the Android project Android-Starter-Kit 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-Starter-Kit.

ItemValue
Java File Count14
Supported screen sizes[ldpi, mdpi, hdpi, xhdpi]
Target SDK Version11
Minimum SDK Version7
Activity Count2
Fragment Count3
jar files usedandroid-support-v4.jar
Required Permissionsandroid.permission.INTERNET




Resource Files

There are 11 image files in Android-Starter-Kit. The names of the image files are listed as follows.

ic_action_refresh.png
ic_action_search.png
ic_action_share.png
ic_dashboard_1.png
ic_dashboard_2.png
ic_dashboard_3.png
ic_dashboard_4.png
ic_dashboard_5.png
ic_dashboard_6.png
ic_home.png
ic_menu_share.png

The following screenshort is generated from the image listed above.

null




Java Source Files

Android-Starter-Kit has the following Java source files.

com.example.starterapp.ui.actionbar.ActionBarHelper.java
com.example.starterapp.ui.actionbar.ActionBarHelperBase.java
com.example.starterapp.ui.actionbar.ActionBarHelperHoneycomb.java
com.example.starterapp.ui.actionbar.ActionBarHelperICS.java
com.example.starterapp.ui.actionbar.SimpleMenu.java
com.example.starterapp.ui.actionbar.SimpleMenuItem.java
com.example.starterapp.ui.activities.BaseActionBarActivity.java
com.example.starterapp.ui.activities.BaseMultiPaneActivity.java
com.example.starterapp.ui.activities.BaseSinglePaneActivity.java
com.example.starterapp.ui.activities.DummyActivity.java
com.example.starterapp.ui.activities.HomeActivity.java
com.example.starterapp.ui.fragments.DashboardFragment.java
com.example.starterapp.ui.fragments.DummyFragment.java
com.example.starterapp.util.UIUtils.java