https://github.com/naxa777/the-passion-of-kotlin
PoC Kotlin for Android + RecyclerView + SQLite DB + Restful service
https://github.com/naxa777/the-passion-of-kotlin
kotlin-android
Last synced: 3 months ago
JSON representation
PoC Kotlin for Android + RecyclerView + SQLite DB + Restful service
- Host: GitHub
- URL: https://github.com/naxa777/the-passion-of-kotlin
- Owner: naXa777
- Created: 2015-07-10T08:46:25.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2018-09-13T14:39:48.000Z (over 6 years ago)
- Last Synced: 2024-12-27T08:13:33.457Z (5 months ago)
- Topics: kotlin-android
- Language: Kotlin
- Size: 56.6 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Example of Kotlin + RecyclerView + RESTful service
[](https://android-arsenal.com/api?level=15)
## Configuration
This app relies on a back-end for getting data. Check out [this repository](https://github.com/naXa777/dummy-web-app-2) to set it up.
When you get the back-end up and running, change server url in `TheUniversityAPISpiceService#getServerUrl()`
## Dependencies
**Build system**: [Gradle](https://gradle.org/)
* Android SDK 27
* [Kotlin Standard Library](https://kotlinlang.org/api/latest/jvm/stdlib/index.html), version 1.2.61
* [Anko](https://github.com/Kotlin/anko)
* [RoboSpice](https://github.com/stephanenicolas/robospice) (deprecated)
* [Retrofit](https://github.com/square/retrofit), version 1.6
* [OkHttp](https://github.com/square/okhttp)
* [Gson](https://github.com/google/gson)## Permissions:
- internet access
- access information about networks## Screenshots
