{"id":17685268,"url":"https://github.com/doublemine/agiletoast","last_synced_at":"2026-04-28T11:32:39.903Z","repository":{"id":98437307,"uuid":"81313767","full_name":"Doublemine/AgileToast","owner":"Doublemine","description":"A powerful toast.","archived":false,"fork":false,"pushed_at":"2017-09-12T13:01:09.000Z","size":901,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-05T23:20:10.978Z","etag":null,"topics":["android","kotlin-android","toast","widget-library"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","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/Doublemine.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-02-08T09:47:18.000Z","updated_at":"2017-12-08T13:10:02.000Z","dependencies_parsed_at":null,"dependency_job_id":"c8141f94-d581-43c5-855e-61656085c6ab","html_url":"https://github.com/Doublemine/AgileToast","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Doublemine%2FAgileToast","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Doublemine%2FAgileToast/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Doublemine%2FAgileToast/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Doublemine%2FAgileToast/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Doublemine","download_url":"https://codeload.github.com/Doublemine/AgileToast/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246374087,"owners_count":20766841,"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","kotlin-android","toast","widget-library"],"created_at":"2024-10-24T10:27:10.826Z","updated_at":"2026-04-28T11:32:39.680Z","avatar_url":"https://github.com/Doublemine.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"### AgileToast\n\n\nA simple and more powerful Toast. [![](https://jitpack.io/v/Doublemine/AgileToast.svg)](https://jitpack.io/#Doublemine/AgileToast)\n\n\n![](art/normal.gif)\n![](art/fill.gif)\n![](art/corner.gif)\n![](art/info.gif)\n![](art/success.gif)\n![](art/error.gif)\n\n\n\n### import\n\n```gradle\nallprojects {\n\t\trepositories {\n\t\t\t...\n\t\t\tmaven { url 'https://jitpack.io' }\n\t\t}\n\t}\n```\n\n```\ndependencies {\n\t        compile 'com.github.Doublemine:AgileToast:1.0.2'\n\t}\n```\n\n\n\n### Usage\n\n\nThe base usage:\n\n```java\n   AgileToast.Companion.build(MainActivity.this)\n            .text(\"Some message.\")\n            .show();\n```\n\nAdvance usage:\n\n```java\nAgileToast.Companion.build(MainActivity.this)\n            .type(ToastType.NORMAL)\n            .text(\"AgileToast send msg...\")\n            .animation(AnimationType.DRAWER_BOTTOM)\n            .duration(Duration.CUSTOM, 1000L)\n            .style(ToastStyle.FILL)\n            .gravity(Gravity.CENTER | Gravity.BOTTOM)\n            .offsetY(200)\n            .dismissCallback(MainActivity.this)\n            .bgColor(ResourcesCompat.getColor(getResources(), R.color.colorAccent, null))\n            .show();\n```\n\nsee the source code of demo to learn more advance usage.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdoublemine%2Fagiletoast","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdoublemine%2Fagiletoast","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdoublemine%2Fagiletoast/lists"}