Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/eygraber/widgets
- Owner: eygraber
- Created: 2014-11-02T01:54:45.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-06-30T06:59:24.000Z (over 9 years ago)
- Last Synced: 2024-04-18T02:26:29.125Z (8 months ago)
- Language: Java
- Size: 389 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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** {*;}
```