Showing posts with label Lazy Loading Image Download in android. Show all posts
Showing posts with label Lazy Loading Image Download in android. Show all posts

Monday, November 11, 2013

Lazy Loading Image Download in android

Hello Friends!

Today I have share the knowledge about the lazy loading image download from the internet in android.
The images will downloaded very fast with the help of the multiple thread.

Images that are not visible on the initial page load are not loaded or downloaded until they come into the main viewing area. Once an image comes into view it is then downloaded and faded into visibility. Scroll down this page to see the action for same.

For this i am using the open source library universal image loader made by nostra. Here you can download the universal image loader library Here.

 

MainActivity.java


CustomAdapter.java



ImageListActivity.java


activity_main.xml


imagelist.xml


item_list_row.xml


 

 


Mastering Jetpack Compose: Key Methods for Efficient Android UI Development

Jetpack Compose is a modern toolkit for building native Android UI. It simplifies UI development by providing a declarative approach, making...