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..
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.
The following table is the detailed list of Android-Starter-Kit.
Item | Value |
---|---|
Java File Count | 14 |
Supported screen sizes | [ldpi, mdpi, hdpi, xhdpi] |
Target SDK Version | 11 |
Minimum SDK Version | 7 |
Activity Count | 2 |
Fragment Count | 3 |
jar files used | android-support-v4.jar |
Required Permissions | android.permission.INTERNET |
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.
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