A simple Android app demonstrating the use of Kotlin, RxJava, Realm and more...
What do I mean by "more"? Here's exactly what I've made extensive use of:
- Kotlin
- RxJava and RxAndroid
- Realm
- EasyAdapter
- Kotter Knife
- Material DateTime Picker
- Picasso
- Android-Crop
I used this great project, Android Boilerplate, as a reference.
I had been looking for something like this myself and couldn't find one. So, if you were like me, I hope you learn something from this!
- Android SDK
- Android SDK Build tools 23.0.3
- Android Support Repository and Library
- Gradle Plugin 2.1.0
The easiest way to setup this project is to simply open it with Android Studio, like you would any other project.
However, if you don't want to import it, you can run this from the root of the project to build, install and run:
./gradlew installRunDebug
- Unit Tests
- Automated Tests
I need to write some tests
If you see something you think could be better, please don't hesitate to submit a pull request!
Copyright 2016 Gavin Pacini
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.