Skip to content

daimajia/SuperToasts

 
 

Repository files navigation

SuperToasts Library

The SuperToasts library is an enhancement of the stock Android Toast class. This library offers developers new ways of communicating with their users. The idea for this library came from the UndoBar Library and the Crouton Library.

This is a Beta release, expect bugs.

SuperButtonToast

Adding SuperToasts to your project

###Eclipse

  1. Download the ZIP file
  2. Extract the SuperToasts project from the ZIP file
  3. In Eclipse: New > Android Project from Existing Code > SuperToasts project > Finish
  4. Right click on your project
  5. Android > Library: Add > SuperToasts

###IntelliJ

  1. Download the ZIP file
  2. Extract the SuperToasts project from the ZIP file
  3. In IntelliJ: File > Project Structure > Modules > Add > Import Module > SuperToasts
  4. Select your project module in project structure > Dependencies > Add > Module dependency > SuperToasts

###Maven Add this to your projects POM file (not tested yet!)

<dependency>
  <groupId>com.github.johnpersano</groupId>
  <artifactId>supertoasts</artifactId>
  <version>1.2</version>
  <type>apklib</type>
</dependency>

Using the library

Check out the Wiki pages here.

Demo Application

A simple demo application is available on Google Play. This demo application does not showcase all of the libraries functions rather it is a short demonstration of major features/functions of the library.

Android app on Google Play

Developed By

John Persano

License

Copyright 2013 John Persano

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

About

A library meant to supplement and enhance application notifications.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 98.8%
  • Groovy 1.2%