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.
- Host: GitHub
- URL: https://github.com/emanprague/android-anko-sample
- Owner: eManPrague
- License: apache-2.0
- Created: 2017-08-18T14:14:27.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-03T13:30:42.000Z (about 7 years ago)
- Last Synced: 2024-12-29T15:26:34.067Z (5 months ago)
- Topics: android, android-application, anko, anko-library, ankolayouts, kotlin, kotlin-android
- Language: Kotlin
- Size: 195 KB
- Stars: 3
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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)