{"id":344,"date":"2020-04-08T17:04:37","date_gmt":"2020-04-08T09:04:37","guid":{"rendered":"https:\/\/badgameshow.com\/fly\/?p=344"},"modified":"2020-05-19T13:29:41","modified_gmt":"2020-05-19T05:29:41","slug":"android-%e5%a5%bd%e7%94%a8github%e5%88%86%e4%ba%ab-designertoast","status":"publish","type":"post","link":"https:\/\/badgameshow.com\/fly\/android-%e5%a5%bd%e7%94%a8github%e5%88%86%e4%ba%ab-designertoast\/","title":{"rendered":"Github  \u597d\u7528\u5206\u4eabAndroid DesignerToast"},"content":{"rendered":"<h3>1.\u5148\u5c0e\u5165\u51fd\u793a\u5eab(build.gradle: Project)<\/h3>\n<pre><code class=\"language-Gradle line-numbers\">allprojects {\n    repositories {\n        maven { url \"https:\/\/jitpack.io\" }\n    }\n}\n<\/code><\/pre>\n<h3>2.\u5148\u5c0e\u5165\u51fd\u793a\u5eab(build.gradle: Module)<\/h3>\n<pre><code class=\"language-Gradle line-numbers\">dependencies {\n     implementation 'com.github.vedraj360:DesignerToast:0.1.3'\n}\n<\/code><\/pre>\n<h3>3.\u7a0b\u5f0f\u78bc\u7bc4\u4f8b<\/h3>\n<pre><code class=\"language-Kotlin line-numbers\">DesignerToast.defaultToast(this, \"\u4e00\u822c\", Gravity.CENTER, Toast.LENGTH_SHORT)\n<\/code><\/pre>\n<p><img decoding=\"async\" src=\"https:\/\/badgameshow.com\/fly\/wp-content\/uploads\/2020\/04\/messageImage_1586336416852.jpg\" alt=\"\" \/><\/p>\n<pre><code class=\"language-Kotlin line-numbers\">DesignerToast.Success(this, \"\u6210\u529f\", Gravity.CENTER, Toast.LENGTH_SHORT)\n<\/code><\/pre>\n<p><img decoding=\"async\" src=\"https:\/\/badgameshow.com\/fly\/wp-content\/uploads\/2020\/04\/messageImage_1586336442954.jpg\" alt=\"\" \/><\/p>\n<pre><code class=\"language-Kotlin line-numbers\">DesignerToast.Error(this, \"\u932f\u8aa4\", Gravity.CENTER, Toast.LENGTH_SHORT)\n<\/code><\/pre>\n<p><img decoding=\"async\" src=\"https:\/\/badgameshow.com\/fly\/wp-content\/uploads\/2020\/04\/messageImage_1586336458761.jpg\" alt=\"\" \/><\/p>\n<pre><code class=\"language-Kotlin line-numbers\">DesignerToast.Warning(this, \"\u8b66\u544a\", Gravity.CENTER, Toast.LENGTH_SHORT)\n<\/code><\/pre>\n<p><img decoding=\"async\" src=\"https:\/\/badgameshow.com\/fly\/wp-content\/uploads\/2020\/04\/messageImage_1586336451918.jpg\" alt=\"\" \/><\/p>\n<pre><code class=\"language-Kotlin line-numbers\">DesignerToast.Info(this, \"\u8cc7\u8a0a\", Gravity.CENTER, Toast.LENGTH_SHORT)\n<\/code><\/pre>\n<p><img decoding=\"async\" src=\"https:\/\/badgameshow.com\/fly\/wp-content\/uploads\/2020\/04\/messageImage_1586336486998.jpg\" alt=\"\" \/><\/p>\n\n<div style=\"font-size: 0px; height: 0px; line-height: 0px; margin: 0; padding: 0; clear: both;\"><\/div>","protected":false},"excerpt":{"rendered":"<p>1.\u5148\u5c0e\u5165\u51fd\u793a\u5eab(build.gradle: Project) allprojects { repositor &hellip; <\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"pgc_sgb_lightbox_settings":"","footnotes":""},"categories":[57],"tags":[55,56,15],"class_list":["post-344","post","type-post","status-publish","format-standard","hentry","category-github","tag-designertoast","tag-github","tag-kotlin"],"_links":{"self":[{"href":"https:\/\/badgameshow.com\/fly\/wp-json\/wp\/v2\/posts\/344","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/badgameshow.com\/fly\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/badgameshow.com\/fly\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/badgameshow.com\/fly\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/badgameshow.com\/fly\/wp-json\/wp\/v2\/comments?post=344"}],"version-history":[{"count":4,"href":"https:\/\/badgameshow.com\/fly\/wp-json\/wp\/v2\/posts\/344\/revisions"}],"predecessor-version":[{"id":452,"href":"https:\/\/badgameshow.com\/fly\/wp-json\/wp\/v2\/posts\/344\/revisions\/452"}],"wp:attachment":[{"href":"https:\/\/badgameshow.com\/fly\/wp-json\/wp\/v2\/media?parent=344"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/badgameshow.com\/fly\/wp-json\/wp\/v2\/categories?post=344"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/badgameshow.com\/fly\/wp-json\/wp\/v2\/tags?post=344"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}