Android developer portal with tools, libraries, and apps

Show: All / Free / Paid / Demo

A tiny Kotlin library to determine if a version string is newer when compared to another. Can be used to determine if an application requires a forced update.

Dec 21, 2017

Clean MVP Architecture with Dagger2 + Retrofit2 + Fresco + GenericRecyclerAdapter for Kotlin.

This repo contains demo module which retrieves mars images from the NASA API. The main purpose of the repo is to reduce the time spent on starting a new project or adding new modules to your existing project. You can add new modules with just 2-3 clicks without writing any code.

May 25, 2017

A Kotlin extensions for Android.

Dec 19, 2016

TL;DR: Moshi version of Jackson's @JsonIgnore. For when you can't use @Transient.

In Moshi, You can use transient keyword (in Kotlin: @Transient annotation) for ignore serialization.
But sometimes it's conflict to other features. e.g. ebean-querybean.

moshi-kotlin-ignore is library for ignore parameter serialization / deserialization. You can use this library to resolve above issues.

Nov 5, 2017

A collection of useful extension methods for Android.

  • Arguments Bindings
  • Preferences Bindings
  • Resources Bindings
Oct 3, 2015

Group of useful kotlin extension I made for application development in kotlin language which helps in day to day life of android developers!

Oct 13, 2017

Basic implementation of Android Recycler View purely written in Kotlin.

Nov 11, 2017

Functional Kotlin constructs like map(), filter() and 12 more functions built for Android Data Binding library + RxJava 2 support.

Aug 28, 2017

Getting started with Kotlin And third-party libraries Glide, Dagger 2, Retrofit 2, Realm, RxJava and MVP architecture on Android.

Feb 18, 2017

A Kotlin android sample with rxjava, okhttp and retrofit.

Jul 3, 2017

Android utilities for easier and faster Kotlin programming.

Aug 10, 2017
Advertisement

This demo aims shows practical way of clean architecture, MVP in android with Kotlin.

Nov 5, 2017

Kaffeine is a Kotlin-flavored Android library for accelerating development.

Mar 9, 2015

Just another Kotlin sample application.

Jul 2, 2017

Unwrap nullable variables.

Jul 31, 2016

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.

May 21, 2017

Android Studio template for Kotlin with MVP + Dagger2 + Retrofit2.

May 24, 2017

A collection of Kotlin extensions for Android, based on KotlinAndroidLib and Android Kotlin Extensions.

Mar 9, 2015

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.

Mar 9, 2015