Anko is a lightweight library for Kotlin. This is an continuations of the Anko commons module for logging. Here, we would cover the AnkoLogger
Category: Zero to Kotlin Hero
Zero to Kotlin Hero: An introduction to the Anko library
Anko is a lightweight library for Kotlin. This is an introduction to Anko and the Anko commons module for intents, dialogs, logging and resources.
Zero to Kotlin Hero: Kotlin Extensions
Kotlin is a modern programming language for building Android apps. Learn about Kotlin extension functions and how they work
Zero to Kotlin Hero: Data classes and Sealed classes
Kotlin is a modern programming language for building Android apps. Learn about how to use Kotlin data classes and sealed classes.
Zero to Kotlin Hero: Kotlin Functions
Kotlin is a modern programming language for building Android apps. Learn about the different types of functions in Kotlin
Zero to Kotlin Hero : Say Goodbye to Nulls
Kotlin is a modern programming language for building Android apps. Learn how Kotlin handles nulls and say goodbye to Null Pointer Exception
Zero to Kotlin Hero : Kotlin Android Extensions
Kotlin is a modern programming language for building Android apps. Learn about Kotlin Android Extensions and say goodbye to findViewById()
Zero to Kotlin Hero : Visibility modifiers in Kotlin
Kotlin is a modern programming language for building Android apps. Learn about visibilty modifiers and each scenario where a visibility can be used
Zero to Kotlin Hero: Classes in Kotlin
Kotlin is a modern programming language for building Android apps. Learn about classes and how to create objects from classes in Kotlin.
Zero to Kotlin Hero : Variables and Data Types
Kotlin is a modern programming language for building Android apps. Learn about data types and how to declare variables in Kotlin.