Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 10 hours 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 (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-09-13T14:39:48.000Z (about 6 years ago)
- Last Synced: 2024-10-29T01:21:38.969Z (10 days 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
[![API](https://img.shields.io/badge/API-15%2B-brightgreen.svg?style=flat)](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
![Loading indicator](/screenshots/loading.png)