Android Open Source - Image random randomur






Project Summary

A random image viewer for Android. Powered by Imgur..

Web Site / Source Repository

randomur is hosted in the following web site
https://github.com/leadhead9/randomur

If you think the Android project randomur 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 randomur.

ItemValue
Java File Count28
Supported screen sizes[xxhdpi]
Activity Count1
Fragment Count2
Test Case Count1
Required Permissionsandroid.permission.ACCESS_NETWORK_STATE
android.permission.INTERNET




Resource Files

There are 2 image files in randomur. The names of the image files are listed as follows.

glyphicons_081_refresh.png
randomur_logo.png

The following screenshort is generated from the image listed above.

null

Java Source Files

randomur has the following Java source files.

com.ewisnor.randomur.ImgurTest.java
com.ewisnor.randomur.application.RandomurApp.java
com.ewisnor.randomur.application.RandomurLogger.java
com.ewisnor.randomur.data.ImageCache.java
com.ewisnor.randomur.data.ThumbnailAdapter.java
com.ewisnor.randomur.iface.IDownloadableImage.java
com.ewisnor.randomur.iface.OnCacheThumbnailsFinishedListener.java
com.ewisnor.randomur.iface.OnImageDownloadedListener.java
com.ewisnor.randomur.iface.OnNetworkInterruptionListener.java
com.ewisnor.randomur.iface.OnThumbnailClickListener.java
com.ewisnor.randomur.imgur.ImgurApi.java
com.ewisnor.randomur.imgur.model.BasicImages.java
com.ewisnor.randomur.imgur.model.GalleryAlbum.java
com.ewisnor.randomur.imgur.model.GalleryImage.java
com.ewisnor.randomur.imgur.util.ImageUrlHelper.java
com.ewisnor.randomur.receiver.NetworkConnectivityReceiver.java
com.ewisnor.randomur.task.CacheThumbnailsTask.java
com.ewisnor.randomur.task.FetchFullImageTask.java
com.ewisnor.randomur.ui.ThumbnailActivity.java
com.ewisnor.randomur.ui.fragment.FullImageDialogFragment.java
com.ewisnor.randomur.ui.fragment.NetworkInterruptionFragment.java
com.ewisnor.randomur.ui.fragment.ThumbnailGridFragment.java
com.ewisnor.randomur.util.HttpHelper.java
com.ewisnor.randomur.util.ImageHelper.java
com.ewisnor.randomur.util.JsonHelper.java
com.ewisnor.randomur.util.Pair.java
com.ewisnor.randomur.util.StreamHelper.java
com.matabii.dev.scaleimageview.ScaleImageView.java