Bye bye Gradle and Maven !! Say hello Kotlin Kobalt
Kotlin Kobalt is a clever and fast build tool . It is much simpler to use than the others you mention and still works with maven repos. It is a build…
Kotlin Kobalt is a clever and fast build tool . It is much simpler to use than the others you mention and still works with maven repos. It is a build…
Almost every single app needs to show some collection of elements on the screen. In Android, the most efficient way to do it is using RecyclerView, a widget that can…
After starting my work on Kotlin, I realized that this language will change my life, and you know what? I was totally right. Here is my list of five less known things…
We all Android users has Google Play app in our mobile. And ofcourse you'll see the amazing UI of that application. If you want to use that RecycleView design in your Android application.…
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…