Android project for educational purpose. The aim is to built a listView of pictures. The picture must be clickable. The function "pinch to zoom" must be set. The default folder must be set but it can be changed in SharedPreferences.
AndroidProject_MB is hosted in the following web site
https://github.com/luisomoreau/AndroidProject_MB
If you think the Android project AndroidProject_MB 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 AndroidProject_MB.
Item | Value |
---|---|
Java File Count | 11 |
Supported screen sizes | [mdpi, xxhdpi, hdpi, xhdpi] |
Target SDK Version | 17 |
Minimum SDK Version | 16 |
Activity Count | 1 |
Fragment Count | 4 |
There are 5 image files in AndroidProject_MB. The names of the image files are listed as follows.
ic_drawer.png ic_home.png ic_pages.png ic_photos.png no_image.png
The following screenshort is generated from the image listed above.
AndroidProject_MB has the following Java source files.
fr.hei.moreaubernaert.BuildConfig.java fr.hei.moreaubernaert.View.HomeFragment.java fr.hei.moreaubernaert.View.MainActivity.java fr.hei.moreaubernaert.View.PhotosFragment.java fr.hei.moreaubernaert.View.SettingsFragment.java fr.hei.moreaubernaert.View.ZoomFragment.java fr.hei.moreaubernaert.adapter.ItemListBaseAdapter.java fr.hei.moreaubernaert.adapter.NavDrawerListAdapter.java fr.hei.moreaubernaert.model.ItemDetails.java fr.hei.moreaubernaert.model.NavDrawerItem.java fr.hei.moreaubernaert.model.TouchImageView.java