#watchtower
##A simple Android app in Kotlin
This is a simple Android app written mainly in Kotlin that uses a few great frameworks. This app has been tested on a 5.1 and a 6.0 Device.
- Kotlin, a new open source programming language backed by Jetbrains the creator of Android Studio.
- KAndroid, a simple utility helper library for Android that reduces boilerplate code.
- Kotterknife, a simple to use View Injection Library for Android.
- Bolts Framework, a Javascript like Promise Framework for Android that makes organization of complex asynchronous tasks more manageable.
- Realm, a Modern and Fast Mobile Database replacement for SQLite and ORMs.
- Retrofit, a Type Safe HTTP Library for Android
- Gson, An Object Mapper from JSON to Java Objects