{"id":18001518,"url":"https://github.com/hehonghui/simple_imageloader","last_synced_at":"2025-08-01T00:06:08.969Z","repository":{"id":26678086,"uuid":"30134764","full_name":"hehonghui/simple_imageloader","owner":"hehonghui","description":"A Simple ImageLoader for Android 【不建议使用到项目中,仅作示例】","archived":false,"fork":false,"pushed_at":"2016-09-30T03:37:48.000Z","size":1064,"stargazers_count":121,"open_issues_count":2,"forks_count":61,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-04-07T04:51:12.186Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://blog.csdn.net/column/details/android-imageloader.html","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/hehonghui.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":"2015-02-01T03:16:10.000Z","updated_at":"2025-04-03T14:16:47.000Z","dependencies_parsed_at":"2022-09-12T18:51:35.737Z","dependency_job_id":null,"html_url":"https://github.com/hehonghui/simple_imageloader","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hehonghui/simple_imageloader","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hehonghui%2Fsimple_imageloader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hehonghui%2Fsimple_imageloader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hehonghui%2Fsimple_imageloader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hehonghui%2Fsimple_imageloader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hehonghui","download_url":"https://codeload.github.com/hehonghui/simple_imageloader/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hehonghui%2Fsimple_imageloader/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266117836,"owners_count":23879123,"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-10-29T23:17:49.168Z","updated_at":"2025-07-20T11:33:23.857Z","avatar_url":"https://github.com/hehonghui.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cimg src=\"http://avatar.csdn.net/blogpic/20150127140257890.jpg\"\u003e    \n# SimpleImageLoader Framework\n   A Simple ImageLoader for Android, articles for this framework \u003ca href=\"http://blog.csdn.net/column/details/android-imageloader.html\" target=\"_blank\"\u003eHow to make a ImageLoader Framework\u003c/a\u003e.\n\n\n## Useage \n1. init The SimpleImageLoader with ImageLoaderConfig\n```java\n private void initImageLoader() {\n        ImageLoaderConfig config = new ImageLoaderConfig()\n                .setLoadingPlaceholder(R.drawable.loading)\n                .setNotFoundPlaceholder(R.drawable.not_found)\n                .setCache(new DoubleCache(this))\n                .setThreadCount(4)\n                .setLoadPolicy(new ReversePolicy());\n        // 初始化\n        SimpleImageLoader.getInstance().init(config);\n    }\n```     \n2. call the displayImage to load bitmap.\n```java\nSimpleImageLoader.getInstance().displayImage(myImageView, \"http://www.xxx/myimage.jpg\");\n```    \n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhehonghui%2Fsimple_imageloader","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhehonghui%2Fsimple_imageloader","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhehonghui%2Fsimple_imageloader/lists"}