Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/derosa/MultiImageChooser
/ types & classes
Types & classes
5 in github.com/derosa/MultiImageChooser
⨍
Functions
39
◇
Types & classes
5
Class
BitmapFetcherTask
The actual AsyncTask that will asynchronously download the image.
src/com/forgottensystems/multiimagechooserV2/ImageFetcher.java:163
Class
DownloadedDrawable
A fake Drawable that will be attached to the imageView while the download is in progress. <p> Contains a reference to the actual download task, so th
src/com/forgottensystems/multiimagechooserV2/ImageFetcher.java:247
Class
ImageAdapter
src/com/forgottensystems/multiimagechooserV2/MultiImageChooserActivity.java:195
Class
ImageFetcher
This helper class download images from the Internet and binds those with the provided ImageView. <p> It requires the INTERNET permission, which shoul
src/com/forgottensystems/multiimagechooserV2/ImageFetcher.java:54
Class
MultiImageChooserActivity
src/com/forgottensystems/multiimagechooserV2/MultiImageChooserActivity.java:38