Extension functions to facilitate working with Android's Cursor.
This library allows managing Cursors as any other Array, letting you use forEach loops or direct get accessors.
KotlinPoet is a Kotlin and Java API for generating .kt source files.
Source file generation can be useful when doing things such as annotation processing or interacting with metadata files (e.g., database schemas, protocol formats). By generating code, you eliminate the need to write boilerplate while also keeping a single source of truth for the metadata.
Simple Android app written in Kotlin.
The app uses JSONPlaceholder as a REST API. Communication with API is done using Retrofit together with RxJava2 Adapter. RxJava2 is used for all network related threading. The presentation layer is based on MVP architectural pattern.
Getting started with Kotlin And third-party libraries Glide, Dagger 2, Retrofit 2, Realm, RxJava and MVP architecture on Android.
Simplify your code to its minimum expression with this set of Kotlin extensions for Realm. Forget about all boilerplate related with Realm API and performs database operations in one line of code.
An example for who are all going to start learning Kotlin programming language to develop Android application.
A rule based AI engine to simplify design of AIs for games in particular. DSL included!
You can create a new Kotgo template project fast by using the following command. Just paste and execute it at a terminal prompt. Have fun!
A collection of useful extension methods for Android.
Kotlin library for Android with useful extensions to eliminate boilerplate code in Android SDK and focus on productivity.
A collection of Kotlin extensions for Android, based on KotlinAndroidLib and Android Kotlin Extensions.
Kotlin for Android helps not to write boilerplate code with instantiating abstract or interfaces instances. The purpose of the library is to save time of writing code using Android SDK wrapping as much as possible common functionality.
The library uses one of the coolest feature of the Kotlin language inline almost everywhere, that prevents overhead code.
Kaffeine is a Kotlin-flavored Android library for accelerating development.