Android 4.0 Demo application.
gamebox is hosted in the following web site
https://github.com/guidefreitas/gamebox
If you think the Android project gamebox 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 gamebox.
Item | Value |
---|---|
Java File Count | 33 |
Supported screen sizes | [mdpi, xxhdpi, hdpi, xhdpi] |
Target SDK Version | 17 |
Minimum SDK Version | 10 |
Activity Count | 5 |
Fragment Count | 5 |
jar files used | Parse-1.3.1.jar android-support-v4.jar |
Required Permissions | android.permission.ACCESS_NETWORK_STATE android.permission.CAMERA android.permission.INTERNET android.permission.WRITE_EXTERNAL_STORAGE |
Asset File Names | assets\gamebox_icon_512.png assets\gamebox_icon_original.png |
There are 7 image files in gamebox. The names of the image files are listed as follows.
blank_box.png ic_calendar.png ic_edit.png ic_new.png ic_refresh.png ic_save.png ic_trash.png
The following screenshort is generated from the image listed above.
gamebox has the following Java source files.
com.guidefreitas.gamebox.AuthManager.java com.guidefreitas.gamebox.Category.java com.guidefreitas.gamebox.CategoryDialog.java com.guidefreitas.gamebox.DataSources.java com.guidefreitas.gamebox.DatePickerFragment.java com.guidefreitas.gamebox.EditGameActivity.java com.guidefreitas.gamebox.Game.java com.guidefreitas.gamebox.GameBoxService.java com.guidefreitas.gamebox.GameDetailActivity.java com.guidefreitas.gamebox.GamesFragment.java com.guidefreitas.gamebox.LentFragment.java com.guidefreitas.gamebox.LoginActivity.java com.guidefreitas.gamebox.MainActivity.java com.guidefreitas.gamebox.RemoveCategoryDialog.java com.guidefreitas.gamebox.SignupActivity.java com.guidefreitas.gamebox.adapters.CategoriesAdapter.java com.guidefreitas.gamebox.adapters.GamesAdapter.java com.guidefreitas.gamebox.adapters.LentAdapter.java com.guidefreitas.gamebox.adapters.ViewPagerAdapter.java com.guidefreitas.gamebox.callbacks.CompleteCallback.java com.guidefreitas.gamebox.callbacks.FindException.java com.guidefreitas.gamebox.callbacks.FindListCallback.java com.guidefreitas.gamebox.callbacks.FindOneCallback.java com.guidefreitas.gamebox.callbacks.GameboxException.java com.guidefreitas.gamebox.callbacks.GetFileCallback.java com.guidefreitas.gamebox.callbacks.GetFileException.java com.guidefreitas.gamebox.util.DiskLruCache.java com.guidefreitas.gamebox.util.HardWorkAsync.java com.guidefreitas.gamebox.util.ImageCache.java com.guidefreitas.gamebox.util.ImageFetcher.java com.guidefreitas.gamebox.util.ImageWorker.java com.guidefreitas.gamebox.util.ParserUtils.java com.guidefreitas.gamebox.util.UIUtils.java