Android Open Source - App media Android_Crawl_Application






Project Summary

An android application which starts crawling web from the given seed URL simultaneously download media as per user defined filters.

Web Site / Source Repository

Android_Crawl_Application is hosted in the following web site
https://github.com/khalid64927/Android_Crawl_Application

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

ItemValue
Java File Count27
Supported screen sizes[nodpi]
Target SDK Version16
Minimum SDK Version8
Activity Count1
Fragment Count4
jar files usedandroid-support-v4.jar
Required Permissionsandroid.permission.ACCESS_NETWORK_STATE
android.permission.ACCESS_WIFI_STATE
android.permission.INTERNET
android.permission.WRITE_EXTERNAL_STORAGE




Resource Files

There are 1 image files in Android_Crawl_Application. The names of the image files are listed as follows.

empty_photo.png

The following screenshort is generated from the image listed above.

null

Java Source Files

Android_Crawl_Application has the following Java source files.

com.khalid.crawler.ApplicationEx.java
com.khalid.crawler.HTTPRequest.java
com.khalid.crawler.activities.ImageDetailActivity.java
com.khalid.crawler.activities.ImageGridActivity.java
com.khalid.crawler.activities.ImageGridFragment.java
com.khalid.crawler.activities.MainActivity.java
com.khalid.crawler.activities.RecyclingImageView.java
com.khalid.crawler.entities.CrawlLinks.java
com.khalid.crawler.entities.CrawlPreferences.java
com.khalid.crawler.entities.MediaLinkProcessor.java
com.khalid.crawler.entities.SaveFile.java
com.khalid.crawler.interfaces.ICrawlerReportable.java
com.khalid.crawler.interfaces.IPoolReportable.java
com.khalid.crawler.queue.BasePoolClass.java
com.khalid.crawler.queue.IPoolCrawl.java
com.khalid.crawler.queue.URLPool.java
com.khalid.crawler.threads.GetLinksService.java
com.khalid.crawler.threads.GetMediaService.java
com.khalid.crawler.util.Utility.java
com.khalid.crawler.util.imagegridview.AsyncTask.java
com.khalid.crawler.util.imagegridview.DiskLruCache.java
com.khalid.crawler.util.imagegridview.ImageCache.java
com.khalid.crawler.util.imagegridview.ImageFetcher.java
com.khalid.crawler.util.imagegridview.ImageResizer.java
com.khalid.crawler.util.imagegridview.ImageWorker.java
com.khalid.crawler.util.imagegridview.RecyclingBitmapDrawable.java
com.khalid.crawler.util.imagegridview.Utils.java