Android Open Source - UI ListView zoom AndroidProject_MB






Project Summary

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.

Web Site / Source Repository

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.

Project Detail

The following table is the detailed list of AndroidProject_MB.

ItemValue
Java File Count11
Supported screen sizes[mdpi, xxhdpi, hdpi, xhdpi]
Target SDK Version17
Minimum SDK Version16
Activity Count1
Fragment Count4




Resource Files

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.

null

Java Source Files

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