Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

ChrisSmith/BitmapLoaderDemo

Open more actions menu

Repository files navigation

Description

This is a sample project for BitmapLoader.

BitmapLoader is an Android Library project that makes it easier to asynchronously load over HTTP. The library also caches the requests to either external or internal storage depending on what is available.

Snipit

//onCreate()
BitmapLoader mBitmapLoader  = new BitmapLoader(this);
AsyncImageView mImageView = (AsyncImageView) findViewById(R.id.imageView1);

//Whenever you need to load an image
mImageView.setImageUrl("http://somedomain.com/awesomeimage.jpg", bitmapLoader);

Simple right? Thats how things should be. Please file issues and feature requests, I'm only getting started with this.

About

Demo for the BitmapLoader library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.