Start your project with this Sample Application and ensure you're following the MVC pattern..
android-boilerplate is hosted in the following web site
https://github.com/franzejr/android-boilerplate
If you think the Android project android-boilerplate 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-boilerplate.
Item | Value |
---|---|
Java File Count | 19 |
Supported screen sizes | [mdpi, hdpi, xhdpi] |
Activity Count | 4 |
Fragment Count | 1 |
jar files used | Parse-1.5.1.jar |
There are 1 image files in android-boilerplate. The names of the image files are listed as follows.
ic_refresh.png
The following screenshort is generated from the image listed above.
android-boilerplate has the following Java source files.
adapters.SampleAdapter.java com.example.franzejr.sampleapplication.ApplicationTest.java com.example.franzejr.sampleapplication.MyApplication.java controllers.ApplicationController.java controllers.SampleController.java fragments.BaseFragment.java fragments.BaseFragmentInterface.java fragments.BaseListFragment.java fragments.SampleFragment.java model.Base.java model.CurrentUser.java model.Sample.java model.User.java ui.LoginActivity.java ui.MainActivity.java ui.MyActivity.java ui.SignUpActivity.java util.ConnectionManager.java util.SampleApplicationAPI.java