Kotlin Anko Layouts
Kotlin offers the Anko library as a DSL(Domain Specific Language) to design an Android screen. Why Anko Layouts? Why DSL? By default, UI in Android is written using XML. That…
Kotlin offers the Anko library as a DSL(Domain Specific Language) to design an Android screen. Why Anko Layouts? Why DSL? By default, UI in Android is written using XML. That…
Kotlin Anko Coroutines is utilities based on the kotlinx.coroutines library. Using Anko Coroutines in your project Add the anko-coroutines dependency to your build.gradle: dependencies { compile "org.jetbrains.anko:anko-coroutines:$anko_version" } Listener helpers asReference()…
Kotlin Anko is a 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…
Anko Commons is a "toolbox" for Kotlin Android developer. The library contains a lot of helpers for Android SDK, including, but not limited to: Using Anko Dialogs in your project…
Previously we discuss about toolbar animation which was a cool tutorial but today We discuss about SpaceTabLayout animation which is a awesome TabLayout for Android with a central Floating Action Button. This…
WhatsApp Scam would be forced to pay to use the service, a viral message has sensationally claimed. However, before clicking on the subscription link users should be warned it's a…
The mPhone 8 renders 1920 x1080 in 441 PPI LG made FHD LTPS OGS multi-touch display. Hid with 2.5D AGC Dragontrail™. The quality and clarity of the display in any…
You don’t need to pay a lot of time searching for a search button in a mobile app. We're all familiar with this typical location of a search button on…
All you have to do is sit back, take a cup of coffee and read some kick-ass code. Here in this article, we are discussing how to to parse and…
The reason of this article, is to list helpful Android Studio shortcut key that will improve your overall efficiency and performance. There are obviously many many more optimizations, shortcuts etc.,…