{"id":13848910,"url":"https://github.com/thest1/LazyList","last_synced_at":"2025-07-12T13:33:12.841Z","repository":{"id":54481484,"uuid":"1816548","full_name":"thest1/LazyList","owner":"thest1","description":"Lazy load of images in Android","archived":false,"fork":false,"pushed_at":"2018-10-10T12:11:38.000Z","size":366,"stargazers_count":1196,"open_issues_count":26,"forks_count":502,"subscribers_count":97,"default_branch":"master","last_synced_at":"2024-07-01T10:59:47.583Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://stackoverflow.com/questions/541966/android-how-do-i-do-a-lazy-load-of-images-in-listview/3068012#3068012","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/thest1.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2011-05-29T05:52:37.000Z","updated_at":"2024-06-06T15:49:04.000Z","dependencies_parsed_at":"2022-08-13T17:20:15.096Z","dependency_job_id":null,"html_url":"https://github.com/thest1/LazyList","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thest1%2FLazyList","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thest1%2FLazyList/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thest1%2FLazyList/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thest1%2FLazyList/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thest1","download_url":"https://codeload.github.com/thest1/LazyList/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":213949848,"owners_count":15661681,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-04T19:01:01.551Z","updated_at":"2024-08-04T19:03:36.027Z","avatar_url":"https://github.com/thest1.png","language":"Java","funding_links":[],"categories":["Java","Libs"],"sub_categories":["\u003cA NAME=\"Widget\"\u003e\u003c/A\u003eWidget"],"readme":"# LazyList\r\n\r\nA simple library to display images in Android ListView. Images are being downloaded asynchronously in the background. Images are being cached on SD card and in memory. Can also be used for GridView and just to display images into an ImageView.\r\n\r\n\u003cimg src=\"http://img718.imageshack.us/img718/9149/screen1sx.png\" /\u003e\r\n\r\nOriginally published \u003ca href=\"http://stackoverflow.com/questions/541966/android-how-do-i-do-a-lazy-load-of-images-in-listview/3068012#3068012\"\u003ehere\u003c/a\u003e.\r\n\r\n## Basic Usage\r\n``` java\r\nImageLoader imageLoader=new ImageLoader(context);\r\n...\r\nimageLoader.DisplayImage(url, imageView);\r\n```\r\nDon't forget to add the following permissions to your AndroidManifest.xml:\r\n\r\n    \u003cuses-permission android:name=\"android.permission.INTERNET\"/\u003e\r\n    \u003cuses-permission android:name=\"android.permission.WRITE_EXTERNAL_STORAGE\"/\u003e\r\n\r\n    \r\nPlease create only one instance of ImageLoader and reuse it all around your application. This way image caching will be much more efficient.\r\n\r\n## License\r\n\r\nLazyList is released under the \u003ca href=\"https://github.com/thest1/LazyList/blob/master/LICENSE\"\u003eMIT license\u003c/a\u003e.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthest1%2FLazyList","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthest1%2FLazyList","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthest1%2FLazyList/lists"}