This repository was archived by the owner on Jul 13, 2020. It is now read-only.
- Notifications
You must be signed in to change notification settings - Fork1.3k
Home
ali samawi edited this pageApr 27, 2020 ·6 revisions
Anko is a Kotlin library which makes Android application development faster and easier. It makes your code clean and easy to read, and lets you forget about rough edges of Android SDK for Java.
Anko consists of several parts:
- Anko Commons: a lightweight library full of helpers:
- Anko Layouts: a fast and type-safe way to write dynamic Android layouts;
- Anko SQLite: a query DSL and parser collection for Android SQLite.
- Anko Coroutines: utilities based on thekotlinx.coroutines library.