{"id":25436811,"url":"https://github.com/androidwithrossyn/easytoast","last_synced_at":"2025-07-29T16:18:03.686Z","repository":{"id":274426707,"uuid":"905828617","full_name":"AndroidWithRossyn/easytoast","owner":"AndroidWithRossyn","description":"EasyToast is a lightweight Kotlin/Java class designed to simplify the use of Toast messages in Android applications.","archived":false,"fork":false,"pushed_at":"2025-01-27T14:54:50.000Z","size":141,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-15T04:09:53.552Z","etag":null,"topics":["toast","toast-message","toast-notifications","toaster"],"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/AndroidWithRossyn.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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,"zenodo":null}},"created_at":"2024-12-19T15:50:15.000Z","updated_at":"2025-01-27T14:53:32.000Z","dependencies_parsed_at":null,"dependency_job_id":"5155cc7d-a5cc-4ae1-be9a-364e93ab5bf6","html_url":"https://github.com/AndroidWithRossyn/easytoast","commit_stats":null,"previous_names":["androidwithrossyn/easytoast"],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/AndroidWithRossyn/easytoast","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndroidWithRossyn%2Feasytoast","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndroidWithRossyn%2Feasytoast/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndroidWithRossyn%2Feasytoast/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndroidWithRossyn%2Feasytoast/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AndroidWithRossyn","download_url":"https://codeload.github.com/AndroidWithRossyn/easytoast/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndroidWithRossyn%2Feasytoast/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267718075,"owners_count":24133444,"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":["toast","toast-message","toast-notifications","toaster"],"created_at":"2025-02-17T08:29:03.523Z","updated_at":"2025-07-29T16:18:03.462Z","avatar_url":"https://github.com/AndroidWithRossyn.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# EasyToast\n\n[![](https://jitpack.io/v/AndroidWithRossyn/easytoast.svg)](https://jitpack.io/#AndroidWithRossyn/easytoast)\n[![Medium](https://img.shields.io/badge/Medium-12100E?logo=medium\u0026logoColor=white)](https://rohitrajkhorwal.medium.com/android-toast-utilities-a-better-way-to-handle-toast-messages-rohitrajkhorwal-e16f555238ac)\n\n\nEasyToast is a lightweight Kotlin/Java class designed to simplify the use of Toast messages in\nAndroid applications. It was initially created for personal use but is now shared publicly to help\nothers.\n\n###  Add JitPack Repository in `settings.gradle.kts`:\n```kotlin\ndependencyResolutionManagement {\n    repositories {\n        google()\n        mavenCentral()\n        maven(\"https://jitpack.io\") // Add JitPack\n    }\n}\n```\n\n###  Add the Dependency in `build.gradle.kts`:\n```kotlin\ndependencies {\n    implementation(\"com.github.AndroidWithRossyn:easytoast:VERSION\")\n}\n```\n\n## Features\n\n- Simple and easy-to-use.\n- No external dependencies required.\n- Can be used directly by copying the class into your project.\n\n## Usage\n\n1. **Include the class in your project:**\n   - Copy and paste the `EasyToast.kt` file into your Android project.\n\n2. **Example:**\n   ```kotlin\n   showToast(\"This is a Toast!\")\n   ```\n\n### Find this Repository useful? ❤️\n\nSupport it by joining stargazers for this repository. ⭐\n\nAlso, [follow me on GitHub](https://github.com/AndroidWithRossyn/) for my next creations! 🤩\n\n### License\n\n```\nCopyright 2024 Rossyn\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.\n```\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://capsule-render.vercel.app/api?type=waving\u0026color=gradient\u0026height=60\u0026section=footer\"/\u003e\n\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandroidwithrossyn%2Feasytoast","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandroidwithrossyn%2Feasytoast","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandroidwithrossyn%2Feasytoast/lists"}