https://github.com/corphish/widgets
Collection of custom views or widgets that I use in my apps
https://github.com/corphish/widgets
Last synced: 29 days ago
JSON representation
Collection of custom views or widgets that I use in my apps
- Host: GitHub
- URL: https://github.com/corphish/widgets
- Owner: corphish
- License: apache-2.0
- Created: 2018-01-12T11:39:53.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-18T11:14:36.000Z (over 8 years ago)
- Last Synced: 2025-10-30T17:57:19.263Z (9 months ago)
- Language: Java
- Size: 249 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Widgets
[](https://jitpack.io/#corphish/Widgets)
Collection of custom views or widgets that I use in my apps.
Could be useful for others too.
## Setup
- Add the jitpack repo in __root level__ `build.gradle` if not already.
```
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
```
- Add the library dependency in __app level__ `build.gradle`.
```
dependencies {
compile 'com.github.corphish:widgets:1.1'
}
```
## Widgets present
- [KeyValueView](https://github.com/corphish/Widgets/blob/master/widgets/docs/KeyValueView.md)
- [PlaceholderView](https://github.com/corphish/Widgets/blob/master/widgets/docs/PlaceholderView.md)
## License
GPLv3