Add Tinder like SwipeView in Android
Today many social networking apps are coming and one of that name Tinder i checked out and found SwipeView. And today i going to show you how you can also…
Today many social networking apps are coming and one of that name Tinder i checked out and found SwipeView. And today i going to show you how you can also…
Many developers are quite optimistic about Kotlin future for Android. It sounds so sweet: less verbose, more type-safety, zero-overhead null-safety, Java interop. But not everyone is ready to take a risk…
In previous article we discuss about a cool and amazing filter library called Android FabulousFilter but today we'll see next cool animation library for Rotating Text. Rotating text is an Android…
After long time today we have filters on the agenda. In most of project we need to implement a search or a filter in our application. It may be complex…
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…