Skip to content

Latest commit

 

History

History
45 lines (32 loc) · 2.07 KB

README.md

File metadata and controls

45 lines (32 loc) · 2.07 KB

KotlinAnkoDialogs

Kotlin Anko - common dialogs using kotlin anko library

About example

  • Demonstrat different dialogs using Kotlin Anko libarary.

About Anko

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 the Android SDK for Java.

Add Anko in your Android application.

  • Add it as a dependency to your build.gradle:
dependencies {
    implementation "org.jetbrains.anko:anko-commons:$anko_version"
    implementation "org.jetbrains.anko:anko-design:$anko_version" // For design support like SnackBars
}

Preview of Views

    

Built With

  • Android Studio - The Official IDE for Android
  • Kotlin - The Official Language for Android ❤️
  • Gradle - Build tool for Android Studio

References

Pull Requests

I welcome and encourage all pull requests to learn something new.

Find this project useful ? ❤️

Support it by clicking the ⭐️ button on the upper right of this page. ✌️