Had some free time and was bored so I decided to do a simple android exercise. This can be used as a showcase of my android coding skills and practices by people who are looking for an android developer..
Android-Simple-Bitmap-Download-Excercise is hosted in the following web site
https://github.com/vestrel00/Android-Simple-Bitmap-Download-Excercise
If you think the Android project Android-Simple-Bitmap-Download-Excercise 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-Simple-Bitmap-Download-Excercise.
Item | Value |
---|---|
Java File Count | 6 |
Target SDK Version | 18 |
Minimum SDK Version | 8 |
Activity Count | 1 |
Fragment Count | 2 |
jar files used | android-support-v4.jar |
Required Permissions | android.permission.ACCESS_NETWORK_STATE android.permission.INTERNET |
Android-Simple-Bitmap-Download-Excercise has the following Java source files.
com.vestrel00.networking.CacheManager.java com.vestrel00.networking.DownloadFragment.java com.vestrel00.networking.MainActivity.java com.vestrel00.networking.util.BitmapDownloader.java com.vestrel00.networking.util.ConnectivityUtil.java com.vestrel00.networking.util.Downloader.java