Example application for downloading and showing huge bitmaps.
imageviewer is hosted in the following web site
https://github.com/piotrpo/imageviewer
If you think the Android project imageviewer 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 imageviewer.
Item | Value |
---|---|
Java File Count | 10 |
Activity Count | 2 |
Fragment Count | 1 |
Required Permissions | android.permission.INTERNET android.permission.WAKE_LOCK |
imageviewer has the following Java source files.
pl.com.digita.imageviewer.AsyncBitmapDecoder.java pl.com.digita.imageviewer.AsyncFileDownloader.java pl.com.digita.imageviewer.backend.IBackendStub.java pl.com.digita.imageviewer.backend.dataobject.Note.java pl.com.digita.imageviewer.service.ServiceBitmapProducer.java pl.com.digita.imageviewer.ui.activity.ActivityListOfNotes.java pl.com.digita.imageviewer.ui.activity.ActivityShowImage.java pl.com.digita.imageviewer.ui.fragment.FragmentNotes.java pl.com.digita.imageviewer.utils.ApplicationUtils.java pl.com.digita.imageviewer.utils.BitmapLruCache.java