Search This Blog

Friday, October 28, 2016

ImageView - Load ảnh động

    - Cai đặt thư viện : 

    - Gradle : 

dependencies {
    compile 'com.koushikdutta.ion:ion:2.+'
}
- Sử dụng : 
imageViewTime = (ImageView)findViewById(R.id.imageViewTime);
Ion.with(imageViewTime).load("http://media.7giftshop.com/media/wysiwyg/buom-mai-lac-lu-0211.gif");



- Tham khảo : https://github.com/koush/ion#get-ion















No comments:

Post a Comment