Player Profile Android App.
PlayerProfileAndroidApp is hosted in the following web site
https://github.com/jsrraman/PlayerProfileAndroidApp
If you think the Android project PlayerProfileAndroidApp 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 PlayerProfileAndroidApp.
Item | Value |
---|---|
Java File Count | 39 |
Supported screen sizes | [mdpi, xxhdpi, hdpi, xhdpi] |
Activity Count | 5 |
Fragment Count | 6 |
Test Case Count | 4 |
jar files used | gson-2.3.1.jar |
Required Permissions | android.permission.ACCESS_NETWORK_STATE android.permission.INTERNET android.permission.WRITE_EXTERNAL_STORAGE |
There are 4 image files in PlayerProfileAndroidApp. The names of the image files are listed as follows.
drawer_shadow.9.png ic_drawer.png tab_not_selected.png tab_selected.png
The following screenshort is generated from the image listed above.
PlayerProfileAndroidApp has the following Java source files.
com.rajaraman.playerprofile.PlayerProfileApp.java com.rajaraman.playerprofile.network.data.entities.BatFieldAvg.java com.rajaraman.playerprofile.network.data.entities.BatFieldMatchStatistics.java com.rajaraman.playerprofile.network.data.entities.BowlAvg.java com.rajaraman.playerprofile.network.data.entities.BowlMatchStatistics.java com.rajaraman.playerprofile.network.data.entities.CountryEntity.java com.rajaraman.playerprofile.network.data.entities.PlayerEntity.java com.rajaraman.playerprofile.network.data.parser.PlayerEntity.BatFieldAvgDeserializer.java com.rajaraman.playerprofile.network.data.parser.PlayerEntity.BatFieldMatchStatisticsDeserializer.java com.rajaraman.playerprofile.network.data.parser.PlayerEntity.BowlAvgDeserializer.java com.rajaraman.playerprofile.network.data.parser.PlayerEntity.BowlMatchStatisticsDeserializer.java com.rajaraman.playerprofile.network.data.parser.PlayerEntity.PlayerEntityDeserializer.java com.rajaraman.playerprofile.network.data.provider.ApiDataProviderServiceReceiver.java com.rajaraman.playerprofile.network.data.provider.ApiReqResData.java com.rajaraman.playerprofile.network.data.provider.DataProvider.java com.rajaraman.playerprofile.network.data.provider.HttpConnection.java com.rajaraman.playerprofile.network.data.provider.HttpConnectionTest.java com.rajaraman.playerprofile.network.data.provider.PlayerProfileApiDataProvider.java com.rajaraman.playerprofile.network.data.provider.PlayerProfileApiDataProviderService.java com.rajaraman.playerprofile.network.data.provider.VolleySingleton.java com.rajaraman.playerprofile.ui.MainActivity.java com.rajaraman.playerprofile.ui.NavigationDrawerFragment.java com.rajaraman.playerprofile.ui.PlayerListFragment.java com.rajaraman.playerprofile.ui.PlayerProfileActivity.java com.rajaraman.playerprofile.ui.PlayerProfileActivityTest.java com.rajaraman.playerprofile.ui.PlayerProfileAllActivity.java com.rajaraman.playerprofile.ui.PlayerProfileBatFieldAvgFragment.java com.rajaraman.playerprofile.ui.PlayerProfileBowlingAvgFragment.java com.rajaraman.playerprofile.ui.PlayerProfileDynamicUiActivity.java com.rajaraman.playerprofile.ui.PlayerProfileUiLayout.java com.rajaraman.playerprofile.ui.SplashActivity.java com.rajaraman.playerprofile.ui.SplashActivityTest.java com.rajaraman.playerprofile.ui.adapters.CountryListAdapter.java com.rajaraman.playerprofile.ui.adapters.PlayerListAdapter.java com.rajaraman.playerprofile.utils.ApiResponseEntity.java com.rajaraman.playerprofile.utils.AppUtil.java org.robolectric.shadows.ShadowSupportMenuInflater.java