Android Application Template.
leetr-android is hosted in the following web site
https://github.com/deesaster/leetr-android
If you think the Android project leetr-android 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 leetr-android.
Item | Value |
---|---|
Java File Count | 39 |
Supported screen sizes | [mdpi, hdpi] |
Activity Count | 0 |
Fragment Count | 3 |
jar files used | jackson-core-asl-1.8.0.jar jackson-mapper-asl-1.8.0.jar libGoogleAnalytics.jar |
Required Permissions | android.permission.ACCESS_COARSE_LOCATION android.permission.ACCESS_FINE_LOCATION android.permission.ACCESS_NETWORK_STATE android.permission.INTERNET android.permission.WRITE_EXTERNAL_STORAGE |
There are 5 image files in leetr-android. The names of the image files are listed as follows.
header_logo.png leetr_grey_tab_bg.9.png leetr_grey_tab_pressed.9.png leetr_grey_tab_unpressed.9.png splash_image.png
The following screenshort is generated from the image listed above.
leetr-android has the following Java source files.
com.leetr.activity.LeetrActivity.java com.leetr.activity.LeetrDashboardActivity.java com.leetr.adapter.EndlessArrayAdapter.java com.leetr.core.Device.java com.leetr.core.Leetr.java com.leetr.core.LeetrApplication.java com.leetr.core.LoaderActivity.java com.leetr.core.Settings.java com.leetr.core.WorkQueue.java com.leetr.core.db.LeetrDbHelper.java com.leetr.core.interfaces.ILeetrUtility.java com.leetr.core.listener.OnCacheBitmapLoadListener.java com.leetr.core.listener.OnFileSaveListener.java com.leetr.core.listener.OnHttpBitmapListener.java com.leetr.core.listener.OnHttpJacksonListener.java com.leetr.core.listener.OnHttpStringListener.java com.leetr.core.listener.OnLocationUpdateListener.java com.leetr.core.utility.FileCacheUtility.java com.leetr.core.utility.InMemoryCacheUtility.java com.leetr.core.utility.LocationUpdaterUtility.java com.leetr.core.utility.SimpleHttpUtility.java com.leetr.fragment.LeetrActionBarFragment.java com.leetr.fragment.LeetrFragment.java com.leetr.fragment.LeetrSplashFragment.java com.leetr.fragment.LeetrTabsFragment.java com.leetr.fragment.LeetrWebFragment.java com.leetr.location.FroyoLocationUpdateRequester.java com.leetr.location.GingerbreadLastLocationFinder.java com.leetr.location.GingerbreadLocationUpdateRequester.java com.leetr.location.LegacyLastLocationFinder.java com.leetr.location.LegacyLocationUpdateRequester.java com.leetr.location.LocationFactory.java com.leetr.location.base.ILastLocationFinder.java com.leetr.location.base.LocationUpdateRequester.java com.leetr.ui.TabImageButton.java com.leetr.ui.TabLayout.java com.leetr.ui.TabTextButton.java com.leetr.ui.base.ITab.java com.leetr.util.StringUtils.java