Android Image Open Source view: Smartimageview

Source: Internet
Author: User
Tags transparent color

Project needs, the development needs to load the picture, own to write the picture to download from the net method, also writes the cache, and so on.

Find an open source project on the web, Smartimageview, support to get images from URLs and contacts, can replace Android standard ImageView.


Characteristics:
Loading images based on URL address;
Support for loading images in the address book;
supports asynchronous loading;
Support caching;


This is the author's project homepage, and there are ways to use it. http://loopj.com/android-smart-image-view/

After downloading the author's Jar package import project, add the control in the XML

<com.loopj.android.image.SmartImageView    android:id="@+id/my_image" />

The control is found in the code

Smartimageview=()This.f Indviewbyid (.id.my_image);

Using controls

Loading pictures via URLs

 myimage.setimageurl ( "http://www.awesomeimages.com/myawesomeimage.jpg" );
load a picture of your contacts

myImage.setImageContact();


GitHub has the source code, you need to see: Https://github.com/loopj/android-smart-image-view

Android Image Open Source view: Smartimageview

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.