Infinite Cycle ViewPager Android Library
The ViewPager is the widget that allows the user to swipe left or right to see an entirely new screen. In a sense, it's just a nicer way to show…
The ViewPager is the widget that allows the user to swipe left or right to see an entirely new screen. In a sense, it's just a nicer way to show…
Side menu animation is useful way to present option to the user and its easier than ever to add one to an app in Android. But if you use cool animation with…
Fan Layout Manager is a new library created at Cleveroad. This ideas don’t come from nowhere, everything we invent results from the difficulties we overcome. This exactly what happened — we…
ExpectAnim is a Android Kotlin library which give you support to describe your animation and run with Materialize design. If you're not familiar with this new Android official language then…
Have you ever been tired of parsing SQLite query results using Android cursors? You have to write lots of boilerplate code just to parse query result rows, and enclose it…
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…