{"id":18000429,"url":"https://github.com/amanjeetsingh150/smartytoast","last_synced_at":"2025-09-07T14:08:25.737Z","repository":{"id":119506051,"uuid":"93318523","full_name":"amanjeetsingh150/SmartyToast","owner":"amanjeetsingh150","description":"Android library with collection of some smart toasts designs.","archived":false,"fork":false,"pushed_at":"2017-06-10T09:21:59.000Z","size":132,"stargazers_count":31,"open_issues_count":0,"forks_count":8,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-21T11:22:29.714Z","etag":null,"topics":["android","android-library","toast","ui-components"],"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/amanjeetsingh150.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":"2017-06-04T14:22:56.000Z","updated_at":"2024-11-02T04:49:27.000Z","dependencies_parsed_at":"2023-03-13T12:40:03.152Z","dependency_job_id":null,"html_url":"https://github.com/amanjeetsingh150/SmartyToast","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amanjeetsingh150%2FSmartyToast","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amanjeetsingh150%2FSmartyToast/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amanjeetsingh150%2FSmartyToast/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amanjeetsingh150%2FSmartyToast/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/amanjeetsingh150","download_url":"https://codeload.github.com/amanjeetsingh150/SmartyToast/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245611847,"owners_count":20643910,"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","android-library","toast","ui-components"],"created_at":"2024-10-29T23:11:56.324Z","updated_at":"2025-03-26T07:32:09.494Z","avatar_url":"https://github.com/amanjeetsingh150.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SmartyToast\nAndroid library with collection of some smart toasts designs which will help in situations of following:-\u003cbr\u003e\n\u003cUL\u003e\n\u003cLI\u003eCompletion of some work(Done!!)\u003c/LI\u003e\n\u003cLI\u003eErrors\u003c/LI\u003e\n\u003cLI\u003eWarnings(Done!!)\u003c/LI\u003e\n\u003cLI\u003eConnection Established(Done!!)\u003c/LI\u003e\n\u003cLI\u003eSaving completion(Saved!!)\u003c/LI\u003e\n\u003cLI\u003eUpdate Status(Updating...)\u003c/LI\u003e\n\u003c/UL\u003e\n\n[![](https://jitpack.io/v/amanjeetsingh150/SmartyToast.svg)](https://jitpack.io/#amanjeetsingh150/SmartyToast) [![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-Smarty%20Toast-brightgreen.svg?style=flat)](https://android-arsenal.com/details/1/5853)\u003cbr\u003e\u003cbr\u003e\n\u003cimg src=\"https://cloud.githubusercontent.com/assets/12881364/26762716/777f7f70-4964-11e7-870f-4f92e6fabf1e.gif\"\u003e\u003cbr\u003e\u003cbr\u003e\n\n\u003cb\u003eDOWNLOAD\n\u003cp\u003eAdd this to your root \u003ccode\u003ebuild.gradle\u003c/code\u003e file\u003c/p\u003e\n\n\u003cpre\u003e\u003ccode\u003eallprojects {\n        repositories {\n            ...\n            maven { url \"https://jitpack.io\" }\n        }\n    }\n\u003c/code\u003e\u003c/pre\u003e\n\n\u003cp\u003eAdd this to your app module's \u003ccode\u003ebuild.gradle\u003c/code\u003e file\u003c/p\u003e\n\n\u003cpre\u003e\u003ccode\u003edependencies {\n            compile 'com.github.amanjeetsingh150:SmartyToast:1.0'\n    }\n\u003c/code\u003e\u003c/pre\u003e\n\u003cbr\u003e\n\u003cb\u003eUSAGE:\u003c/b\u003e\u003cbr\u003e\n\u003cb\u003eJava\u003c/b\u003e\n\u003cpre\u003eSmartyToast.makeText(getApplicationContext(),\"Your message\",SmartyToast.LENGTH_SHORT,SmartyToast.DONE);\u003c/pre\u003e\n\u003cp\u003eLast parameter here is the type of toast you want to show.\u003cbr\u003e\n\u003cb\u003eAvailable Parameters are:\n\u003cUL\u003e\n\u003cLI\u003eDONE\u003c/LI\u003e\n\u003cLI\u003eWARNING\u003c/LI\u003e \n\u003cLI\u003eERROR\u003c/LI\u003e\n\u003cLI\u003eSAVED\u003c/LI\u003e\n\u003cLI\u003eCONNECTED\u003c/LI\u003e\n\u003cLI\u003eUPDATE\u003c/LI\u003e\n\u003c/UL\u003e\n\u003cbr\u003e\n\u003cb\u003e License\n\u003cpre\u003e\u003ccode\u003eCopyright 2017 Amanjeet Singh\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\u003c/code\u003e\u003c/pre\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famanjeetsingh150%2Fsmartytoast","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Famanjeetsingh150%2Fsmartytoast","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famanjeetsingh150%2Fsmartytoast/lists"}