Android app for displaying all the pictures from the selected source (Built In or SD).
android-slideshow-test is hosted in the following web site
https://github.com/oneassasin/android-slideshow-test
If you think the Android project android-slideshow-test 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-slideshow-test.
Item | Value |
---|---|
Java File Count | 11 |
Activity Count | 1 |
Fragment Count | 1 |
Required Permissions | android.permission.INTERNET android.permission.WRITE_EXTERNAL_STORAGE |
android-slideshow-test has the following Java source files.
com.onea.viewer.app.Application.java com.onea.viewer.app.Viewer.java com.onea.viewer.app.activity.MainActivity.java com.onea.viewer.app.data.ImagesStorage.java com.onea.viewer.app.data.base.Image.java com.onea.viewer.app.data.base.ImageLoader.java com.onea.viewer.app.data.builtin.BuiltInMemoryImageLoader.java com.onea.viewer.app.data.sd.SDMemoryImageLoader.java com.onea.viewer.app.fragment.SettingsFragment.java com.onea.viewer.app.fragment.ViewerFragment.java