{"id":21711736,"url":"https://github.com/sanjaydevtech/iconfinderandroid","last_synced_at":"2025-03-20T18:21:25.150Z","repository":{"id":115341506,"uuid":"521712348","full_name":"SanjayDevTech/IconFinderAndroid","owner":"SanjayDevTech","description":"IconFinder Api integrated into Android","archived":false,"fork":false,"pushed_at":"2022-08-05T16:51:09.000Z","size":512,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-25T16:44:32.286Z","etag":null,"topics":["android","hilt","iconfinder-api","jetpack-compose","kotlin","retrofit"],"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/SanjayDevTech.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,"publiccode":null,"codemeta":null}},"created_at":"2022-08-05T16:48:58.000Z","updated_at":"2022-08-06T04:24:31.000Z","dependencies_parsed_at":null,"dependency_job_id":"d2b9cdba-8e62-4988-afca-e26ea8d3dea2","html_url":"https://github.com/SanjayDevTech/IconFinderAndroid","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/SanjayDevTech%2FIconFinderAndroid","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SanjayDevTech%2FIconFinderAndroid/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SanjayDevTech%2FIconFinderAndroid/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SanjayDevTech%2FIconFinderAndroid/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SanjayDevTech","download_url":"https://codeload.github.com/SanjayDevTech/IconFinderAndroid/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244666591,"owners_count":20490288,"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":["android","hilt","iconfinder-api","jetpack-compose","kotlin","retrofit"],"created_at":"2024-11-25T23:29:16.211Z","updated_at":"2025-03-20T18:21:25.127Z","avatar_url":"https://github.com/SanjayDevTech.png","language":"Kotlin","readme":"# Icon Finder Android App\n\n[IconFinder](https://www.iconfinder.com/)\n\n[IconFinder docs](https://developer.iconfinder.com/reference/overview-1)\n\n## Tech\n- Jetpack Compose \n- Hilt\n- Retrofit\n\n## Setup\n- Get an api key from IconFinder\n- Create a `secrets.properties` file in the root of the project\n- Paste the API key as `API_KEY=\u003capi_key\u003e`\n- Add the below function in `app/build.gradle` file\n```groovy\nstatic def getApiKey(){\n    def props = new Properties()\n    try {\n        props.load(new FileInputStream(new File('secrets.properties')))\n        return props['API_KEY']\n    } catch(ignored) {\n        return \"\"\n    }\n}\n```\n- Add the API Key in build configuration\n```groovy\nandroid {\n    //...\n    buildTypes {\n        debug {\n            // for debug\n            buildConfigField \"String\", \"API_KEY\", \"\\\"${getApiKey()}\\\"\"\n        }\n        release {\n            // for release\n            buildConfigField \"String\", \"API_KEY\", \"\\\"${getApiKey()}\\\"\"\n            minifyEnabled false\n            proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'\n        }\n    }\n}\n```\n- Sync, Build \u0026 run!!! :)","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsanjaydevtech%2Ficonfinderandroid","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsanjaydevtech%2Ficonfinderandroid","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsanjaydevtech%2Ficonfinderandroid/lists"}