{"id":27155595,"url":"https://github.com/hu2di/ratedialog","last_synced_at":"2026-05-04T07:39:24.780Z","repository":{"id":242095674,"uuid":"91531777","full_name":"hu2di/RateDialog","owner":"hu2di","description":"The android library show dialog rate on app and on Google Play Store","archived":false,"fork":false,"pushed_at":"2017-11-17T02:04:39.000Z","size":222,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-05-31T16:59:31.109Z","etag":null,"topics":["android","dialog","google-play","library","rate"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hu2di.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-05-17T03:58:47.000Z","updated_at":"2024-05-31T16:59:49.911Z","dependencies_parsed_at":"2024-05-31T17:12:37.256Z","dependency_job_id":null,"html_url":"https://github.com/hu2di/RateDialog","commit_stats":null,"previous_names":["hu2di/ratedialog"],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hu2di%2FRateDialog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hu2di%2FRateDialog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hu2di%2FRateDialog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hu2di%2FRateDialog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hu2di","download_url":"https://codeload.github.com/hu2di/RateDialog/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247918927,"owners_count":21018044,"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","dialog","google-play","library","rate"],"created_at":"2025-04-08T19:56:28.176Z","updated_at":"2026-05-04T07:39:24.775Z","avatar_url":"https://github.com/hu2di.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"### RateDialog\nThe android library show dialog rate on app and on Google Play Store\n\n### Screenshot\n\u003cimg src=\"https://raw.githubusercontent.com/hu2di/RateDialog/master/screenshot.png\"\u003e\n\n### SDK Support\nSupport from SDK version 14 onwards\n\n### Download\nJitPack:\u003cbr\u003e\nStep 1. Add the JitPack repository to your build file\u003cbr\u003e\nAdd it in your root build.gradle at the end of repositories:\n```groovy\nallprojects {\n\trepositories {\n\t\t...\n\t\tmaven { url 'https://jitpack.io' }\n\t}\n}\n```\nStep 2. Add the dependency\n```groovy\ndependencies {\n    implementation 'com.github.hu2di:RateDialog:1.0.6'\n}\n```\n\n### Example\nAdd in your activity to show dialog rate\n```java\nnew MyRate(context, \n\tnew RateListener() {\n                    @Override\n                    public void oneStar() {                        \n                    }\n\n                    @Override\n                    public void twoStars() {                        \n                    }\n\n                    @Override\n                    public void threeStars() {                        \n                    }\n\n                    @Override\n                    public void fourStars() {                        \n                    }\n\n                    @Override\n                    public void fiveStars() {                        \n                    }\n                },\n\tR.mipmap.ic_launcher)\n    .show();\n```\nChange language dialog rate\n```java\nnew MyRate(context, \n\tnew RateListener() {\n                    @Override\n                    public void oneStar() {                       \n                    }\n\n                    @Override\n                    public void twoStars() {                      \n                    }\n\n                    @Override\n                    public void threeStars() {                        \n                    }\n\n                    @Override\n                    public void fourStars() {                        \n                    }\n\n                    @Override\n                    public void fiveStars() {                    \n                    }\n                },\n\t\"Comment aimeriez-vous cette application?\", \n\tR.mipmap.ic_launcher)\n    .show();\n```\n\n### About\n- Created by HuyHung Dinh\n- GitHub: https://github.com/hu2di\n- Email: hebitaxy@gmail.com\n- Website: https://hu2di.github.io\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhu2di%2Fratedialog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhu2di%2Fratedialog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhu2di%2Fratedialog/lists"}