Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gfx/ormawithkotlin
Example Kotlin app for Orma
https://github.com/gfx/ormawithkotlin
Last synced: 26 days ago
JSON representation
Example Kotlin app for Orma
- Host: GitHub
- URL: https://github.com/gfx/ormawithkotlin
- Owner: gfx
- Created: 2016-02-06T15:17:24.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-05T03:13:15.000Z (over 7 years ago)
- Last Synced: 2023-10-20T19:59:09.787Z (about 1 year ago)
- Language: Kotlin
- Homepage: https://github.com/gfx/Android-Orma
- Size: 112 KB
- Stars: 12
- Watchers: 2
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Orma-Kotlin-Example [![CircleCI](https://circleci.com/gh/gfx/OrmaWithKotlin.svg?style=svg)](https://circleci.com/gh/gfx/OrmaWithKotlin)
Example Kotlin app for [Android Orma](https://github.com/gfx/Android-Orma/issues).
Note that `OrmaDatabase` can't be handled by Dagger2+kapt because of kapt restrictions, as of Kotlin 1.0.2.
Use singleton instances instead.
## See Also
* https://github.com/JetBrains/kotlin