p

pretty-toast

This is quite simple toast library, that make it easier to show and create custom toast. Library provides Builder which can be used to create flexible custom Toast messages
https://github.com/CROSP/pretty-toast
The Apache Software License, Version 2.0
Alexander Molochko
Files download
File Operation
pretty-toast-0.2.0.pom download
pretty-toast-0.2.0-sources.jar download
Apache Maven
<dependency>
  <groupId>ua.com.crosp.solutions.library</groupId>
  <artifactId>pretty-toast</artifactId>
  <version>0.2.0</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'ua.com.crosp.solutions.library:pretty-toast:0.2.0'
Gradle Kotlin
implementation("ua.com.crosp.solutions.library:pretty-toast:0.2.0")
Scala SBT
libraryDependencies += "ua.com.crosp.solutions.library" % "pretty-toast" % "0.2.0"
Groovy Grape
@Grapes(
  @Grab(group='ua.com.crosp.solutions.library', module='pretty-toast', version='0.2.0')
)
Apache Ivy
<dependency org="ua.com.crosp.solutions.library" name="pretty-toast" rev="0.2.0" />
Leiningen
[ua.com.crosp.solutions.library/pretty-toast "0.2.0"]
Apache Buildr
'ua.com.crosp.solutions.library:pretty-toast:jar:0.2.0'