An Android application develop framework.
AppFramework is hosted in the following web site
https://github.com/yang-chao/AppFramework
If you think the Android project AppFramework 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 AppFramework.
Item | Value |
---|---|
Java File Count | 24 |
Supported screen sizes | [mdpi, xxhdpi, hdpi, xhdpi] |
Target SDK Version | 19 |
Minimum SDK Version | 8 |
Activity Count | 1 |
Fragment Count | 3 |
jar files used | gson-2.2.4.jar |
Required Permissions | android.permission.INTERNET |
There are 2 image files in AppFramework. The names of the image files are listed as follows.
drawer_shadow.9.png ic_drawer.png
The following screenshort is generated from the image listed above.
AppFramework has the following Java source files.
com.stef.framework.base.application.BaseApplication.java com.stef.framework.base.cache.BitmapLruImageCache.java com.stef.framework.base.cache.DiskLruCache.java com.stef.framework.base.cache.DiskLruImageCache.java com.stef.framework.base.cache.ImageCacheManager.java com.stef.framework.base.constants.Constants.java com.stef.framework.base.constants.PrefKey.java com.stef.framework.base.fragment.ActionbarPullToRefreshListFragment.java com.stef.framework.base.fragment.BaseFragment.java com.stef.framework.base.fragment.BaseListFragment.java com.stef.framework.base.fragment.VolleyFragment.java com.stef.framework.base.fragment.VolleyListFragment.java com.stef.framework.base.request.GsonRequest.java com.stef.framework.base.request.RequestManager.java com.stef.framework.main.MainActivity.java com.stef.framework.main.NavigationDrawerFragment.java com.stef.framework.sample.fragment.SampleFragment.java com.stef.framework.sample.fragment.SampleListAdapter.java com.stef.framework.sample.fragment.SampleListFragment.java com.stef.framework.sample.fragment.model.Sample.java com.stef.framework.sample.fragment.model.SampleData.java com.stef.framework.sample.fragment.model.SampleModel.java