{"id":22415916,"url":"https://github.com/vivekkuvadiya/lazy-image-loading","last_synced_at":"2026-05-18T00:09:07.675Z","repository":{"id":226154516,"uuid":"622495212","full_name":"vivekkuvadiya/Lazy-Image-Loading","owner":"vivekkuvadiya","description":"Created Lazy image loading library using caching (in memory cache and disk cache) and used OkHttp for downloading image bytes.","archived":false,"fork":false,"pushed_at":"2023-04-02T10:26:48.000Z","size":114,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-21T16:46:08.748Z","etag":null,"topics":["android","android-library","caching","imageloader-lib","imageloading","kotlin","kotlin-android","kotlin-library","lazyload-images","okhttp"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vivekkuvadiya.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2023-04-02T09:37:40.000Z","updated_at":"2023-04-02T10:29:43.000Z","dependencies_parsed_at":"2024-03-06T06:39:10.778Z","dependency_job_id":"fb371d84-6332-47fc-b703-aa9e4ef1be2e","html_url":"https://github.com/vivekkuvadiya/Lazy-Image-Loading","commit_stats":null,"previous_names":["vivekkuvadiya/lazy-image-loading"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/vivekkuvadiya/Lazy-Image-Loading","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vivekkuvadiya%2FLazy-Image-Loading","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vivekkuvadiya%2FLazy-Image-Loading/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vivekkuvadiya%2FLazy-Image-Loading/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vivekkuvadiya%2FLazy-Image-Loading/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vivekkuvadiya","download_url":"https://codeload.github.com/vivekkuvadiya/Lazy-Image-Loading/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vivekkuvadiya%2FLazy-Image-Loading/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33160168,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-17T22:39:12.733Z","status":"ssl_error","status_checked_at":"2026-05-17T22:39:10.741Z","response_time":107,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["android","android-library","caching","imageloader-lib","imageloading","kotlin","kotlin-android","kotlin-library","lazyload-images","okhttp"],"created_at":"2024-12-05T15:14:07.562Z","updated_at":"2026-05-18T00:09:07.659Z","avatar_url":"https://github.com/vivekkuvadiya.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Lazy Image Loading Library\n- Used Disk and Memory Cache\n- Used OkHttp to Load Image\n- Created singleton pattern like glide\n- Created ImageRequest Builder to scale new feature\n\n## Video:\nhttps://user-images.githubusercontent.com/65214194/229347207-f7936d72-deea-4f2e-a983-8a17feef5395.mp4\n\n\n## To get a Git project into your build:\n\nStep 1. Add the JitPack repository to your build file\nAdd it in your root build.gradle at the end of repositories:\n\n```\n\tallprojects {\n\t\trepositories {\n\t\t\t...\n\t\t\tmaven { url 'https://jitpack.io' }\n\t\t}\n\t}\n```\nStep 2. Add the dependency\n```\n\tdependencies {\n\t        implementation 'com.github.vivekkuvadiya:Lazy-Image-Loading:1.0.0'\n\t}\n```\n\n## How to Use:\n\n```\n\tLazyImage.get(context)\n\t\t.load(imageUrl) \n\t\t//.setPlaceHolder(drawable)\n\t\t.into(imageView)\n```\t\t\n\t\t\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvivekkuvadiya%2Flazy-image-loading","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvivekkuvadiya%2Flazy-image-loading","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvivekkuvadiya%2Flazy-image-loading/lists"}