https://github.com/dmayboroda/sko4
Sko4.com android application source code
https://github.com/dmayboroda/sko4
android dagger2 material rxjava
Last synced: 11 months ago
JSON representation
Sko4.com android application source code
- Host: GitHub
- URL: https://github.com/dmayboroda/sko4
- Owner: dmayboroda
- Created: 2016-04-29T19:22:54.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-10-20T13:46:52.000Z (over 9 years ago)
- Last Synced: 2025-04-15T07:13:33.686Z (about 1 year ago)
- Topics: android, dagger2, material, rxjava
- Language: Java
- Size: 9.92 MB
- Stars: 13
- Watchers: 6
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sko4
Sko4.com android application source code
Application created with Material design.



# Libraries
* [Dagger 2](https://google.github.io/dagger/)
* [Retrofit](https://square.github.io/retrofit/)
* [Material design](https://design.google.com/)
* [RxJava](https://github.com/ReactiveX/RxJava)
* [Rxandroid](https://github.com/ReactiveX/RxAndroid)
* [Glide](https://github.com/bumptech/glide)
* [Butterknife](https://github.com/JakeWharton/butterknife)
* [Joda-Time-Android](https://github.com/dlew/joda-time-android)
# Sko4 API
Get all events
```
http://sko4.com/api/
```
Get event details
```
http://sko4.com/api/[id]
```
Get artist info
```
http://sko4.com/api/artist/[id]
```
Get venue info
```
http://sko4.com/api/venue/[id]
```