An open API service indexing awesome lists of open source software.

https://github.com/emanprague/android-anko-sample

A quick introduction how to use Kotlin Anko DSL library.
https://github.com/emanprague/android-anko-sample

android android-application anko anko-library ankolayouts kotlin kotlin-android

Last synced: 3 months ago
JSON representation

A quick introduction how to use Kotlin Anko DSL library.

Awesome Lists containing this project

README

        

# android-anko-sample
A quick introduction how to use Kotlin Anko DSL library.

A whole sample application is described on our blog:

**EN**
1. [Setting up the Android Studio, project, and creating your first view in Anko](https://www.emanprague.com/en/blog/kotlin-anko-library-1/)
2. [Buttons, Toasts, Alert Dialogs, Intents, UI & Background Threads](https://www.emanprague.com/en/blog/kotlin-introduction-to-anko-for-android-2/)
3. [View Enhancements](https://www.emanprague.com/en/blog/introduction-anko-android%E2%80%8A-34/)
4. [Fragments & Recycler View](https://www.emanprague.com/en/blog)

**CZ**

1. [Vytvoření projektu v Android Studio 3 a první UI](https://www.eman.cz/blog/kotlin-knihovna-anko-1/)
2. [Tlačítka, toasty, dialogy, intenty, uživatelská rozhraní a práce na pozadí (background threads)](https://www.eman.cz/blog/uvod-do-knihovny-anko-pro-android-2/)
3. [Vylepšujeme naše UI](https://www.eman.cz/blog/kotlin/uvod-knihovny-anko-android-3/)
4. [Fragmenty & Recycler View](https://www.eman.cz/blog)