Whats new features in Kotlin 1.1.2 version
Recently Kotlin 1.1.2 version launched with some new features and resolves some bugs. I decided to research the upcoming changes released in past four EAP milestones and go through those…
Recently Kotlin 1.1.2 version launched with some new features and resolves some bugs. I decided to research the upcoming changes released in past four EAP milestones and go through those…
In my previous articles we discuss about advantage of Kotlin and create first application in Kotlin using Reddit API. But today we discuss about disadvantage of Kotlin and Please treat it…
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…