Isometric Design Android Library
Isometric drawing is way of presenting designs/drawings in three dimensions. In order for a design to appear three dimensional, a 30 degree angle is applied to its sides. The cube opposite, has…
Isometric drawing is way of presenting designs/drawings in three dimensions. In order for a design to appear three dimensional, a 30 degree angle is applied to its sides. The cube opposite, has…
Nowadays most of users visit Facebook no matter they access by phone, mobile or tablet and this is a part of our habit and definitely you'll amaze with Facebook new…
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…