Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/eygraber/widgets

A library of useful Android widgets.
https://github.com/eygraber/widgets

Last synced: about 2 months ago
JSON representation

A library of useful Android widgets.

Awesome Lists containing this project

README

        

# widgets
A library of useful Android widgets.

#Proguard
- If you are using `BubbleView` and you use proguard, include this line in your rules

```
-keep class * extends com.staticbloc.widgets.BubbleView** {*;}
```