File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,20 +2,36 @@ SimpleToast
22===========
33
44[ ![ Android Arsenal] ( https://img.shields.io/badge/Android%20Arsenal-SimpleToast-brightgreen.svg?style=flat )] ( https://android-arsenal.com/details/1/1031 )
5+ ![ ] ( https://img.shields.io/github/tag/Pierry/SimpleToast.svg?label=maven )
56
67Notifications for Android (like a Toast)
78
8- Current version: 1.0
9+ Current version: 1.01
910
1011Example
1112===========
1213![ alt tag] ( https://raw.githubusercontent.com/Pierry/SimpleToast/master/screentshots/cancel.png )
1314![ alt tag] ( https://raw.githubusercontent.com/Pierry/SimpleToast/master/screentshots/ok.png )
1415
1516
16- Usage
17+ Gradle
1718===========
1819
20+ Into your build.gradle:
21+
22+ repositories {
23+ maven { url "https://jitpack.io" }
24+ }
25+
26+ dependencies {
27+ compile 'com.github.Pierry:SimpleToast:v1.01'
28+ }
29+
30+ Ref. https://jitpack.io/#Pierry/SimpleToast/v1.01
31+
32+ Usage
33+ =============
34+
1935The API is kept as simple as the Toast API:
2036
2137Create a SimpleToast for any CharSequence:
You can’t perform that action at this time.
0 commit comments