{"id":23194045,"url":"https://github.com/khan-mujeeb/custom-toast-library","last_synced_at":"2025-07-29T06:09:50.191Z","repository":{"id":131193792,"uuid":"552244430","full_name":"khan-mujeeb/Custom-Toast-Library","owner":"khan-mujeeb","description":"android library to make toast","archived":false,"fork":false,"pushed_at":"2022-10-16T08:49:02.000Z","size":104,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-05T07:42:13.338Z","etag":null,"topics":["android-library","android-studio","java","toast","toast-notifications"],"latest_commit_sha":null,"homepage":"","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/khan-mujeeb.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-10-16T06:16:10.000Z","updated_at":"2022-10-16T08:41:28.000Z","dependencies_parsed_at":null,"dependency_job_id":"f9a4b667-fa4c-4772-8828-a3986c720dc5","html_url":"https://github.com/khan-mujeeb/Custom-Toast-Library","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/khan-mujeeb/Custom-Toast-Library","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/khan-mujeeb%2FCustom-Toast-Library","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/khan-mujeeb%2FCustom-Toast-Library/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/khan-mujeeb%2FCustom-Toast-Library/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/khan-mujeeb%2FCustom-Toast-Library/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/khan-mujeeb","download_url":"https://codeload.github.com/khan-mujeeb/Custom-Toast-Library/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/khan-mujeeb%2FCustom-Toast-Library/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267639060,"owners_count":24119768,"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","status":"online","status_checked_at":"2025-07-29T02:00:12.549Z","response_time":2574,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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-library","android-studio","java","toast","toast-notifications"],"created_at":"2024-12-18T13:13:05.789Z","updated_at":"2025-07-29T06:09:50.179Z","avatar_url":"https://github.com/khan-mujeeb.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Custom-Toast-Library\n## How to get a Git project into your build:\n- **Step 1. Add to your build file**\n```\nallprojects {\n\t\trepositories {\n\t\t\t...\n\t\t\tmaven { url 'https://jitpack.io' }\n\t\t}\n\t}\n```\n- **Step 2. Add the dependency**\n```\ndependencies {\n\t        implementation 'com.github.khan-mujeeb:Custom-Toast-Library:v1.0.0'\n\t}\n```\n\n### Toast with short time durarion\n```java\nCustomToast.simpleToast(this,message);\n```\n\n### Toast with custom time durarion\n```java\nint time_duration;\ntime_duration = 0;\t// for LENGTH_SHORT\ntime_duration = 1;\t// for LENGTH_LONG\nCustomToast.simpleToast(this,message,time_duration);\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkhan-mujeeb%2Fcustom-toast-library","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkhan-mujeeb%2Fcustom-toast-library","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkhan-mujeeb%2Fcustom-toast-library/lists"}