{"id":13644208,"url":"https://github.com/iamhabib/rating-request","last_synced_at":"2026-03-01T06:12:05.616Z","repository":{"id":87352181,"uuid":"72475172","full_name":"iamhabib/rating-request","owner":"iamhabib","description":"RatingRequest library is a simple android dialog for request rating and review.","archived":false,"fork":false,"pushed_at":"2016-10-31T20:34:32.000Z","size":104,"stargazers_count":28,"open_issues_count":1,"forks_count":8,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-21T07:41:30.501Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","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/iamhabib.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}},"created_at":"2016-10-31T20:28:11.000Z","updated_at":"2022-08-10T06:44:56.000Z","dependencies_parsed_at":null,"dependency_job_id":"3b981846-e3d5-40ab-abd8-e5e760056669","html_url":"https://github.com/iamhabib/rating-request","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/iamhabib/rating-request","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamhabib%2Frating-request","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamhabib%2Frating-request/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamhabib%2Frating-request/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamhabib%2Frating-request/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iamhabib","download_url":"https://codeload.github.com/iamhabib/rating-request/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamhabib%2Frating-request/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29962005,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-01T05:59:08.471Z","status":"ssl_error","status_checked_at":"2026-03-01T05:58:04.208Z","response_time":124,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":[],"created_at":"2024-08-02T01:01:59.116Z","updated_at":"2026-03-01T06:12:05.596Z","avatar_url":"https://github.com/iamhabib.png","language":"Java","funding_links":[],"categories":["RatingView"],"sub_categories":[],"readme":"# Rating Request [ ![Download](https://api.bintray.com/packages/osongae2/maven/rating-request/images/download.svg) ](https://bintray.com/osongae2/maven/rating-request/_latestVersion)\n-------------------\n\nRatingRequest library is a simple android dialog for request rating and review.\n\n##Usage\n-----------\n\nAdd below line in app ```build.gradle```\n \n```gradle\ndependencies {\n\tcompile 'com.iamhabib:rating-request:1.0.1'\n}\n```\n\n##Code snippets\n---------------\n\nEasy way to show the dialog:\n\n```groovy\nRatingRequest.with(this)\n                .scheduleAfter(7) // invoke when later button click, default 5 days\n                .agreeButtonText(\"Sure!\")\n                .laterButtonSeletor(R.drawable.button_accept)\n                .laterButtonText(\"Later\")\n                .doneButtonText(\"Already Done\")\n                .backgroundResource(R.color.colorPrimary)\n                .message(\"Are you enjoying our app?\\n Please give us a review\")\n                .listener(new RatingRequest.ClickListener() {\n                    @Override\n                    public void onAgreeButtonClick() {\n\n                    }\n\n                    @Override\n                    public void onDoneButtonClick() {\n                        Toast.makeText(getApplicationContext(), \"Done\", Toast.LENGTH_LONG).show();\n                    }\n\n                    @Override\n                    public void onLaterButtonClick() {\n\n                    }\n                })\n                .cancelable(false) // default true\n                .delay(10 * 1000) // after 10 second dialog will be shown, default 1000 milliseconds\n                .register();\n```\n\n## Screenshot\n----------------\n![Screenshot_20161101-001334.png](https://bitbucket.org/repo/eq6oeq/images/3861935034-Screenshot_20161101-001334.png)\n\n\n##License\n\nCopyright 2016 Habibur Rahman\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n    http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiamhabib%2Frating-request","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fiamhabib%2Frating-request","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiamhabib%2Frating-request/lists"}