/watchtower

A simple Android app in Kotlin

Primary LanguageKotlinApache License 2.0Apache-2.0

#watchtower

##A simple Android app in Kotlin

Build Status

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.

  1. Kotlin, a new open source programming language backed by Jetbrains the creator of Android Studio.
  2. KAndroid, a simple utility helper library for Android that reduces boilerplate code.
  3. Kotterknife, a simple to use View Injection Library for Android.
  4. Bolts Framework, a Javascript like Promise Framework for Android that makes organization of complex asynchronous tasks more manageable.
  5. Realm, a Modern and Fast Mobile Database replacement for SQLite and ORMs.
  6. Retrofit, a Type Safe HTTP Library for Android
  7. Gson, An Object Mapper from JSON to Java Objects