How to Create Reddit like Android Kotlin app Step by Step
Recently Google introduce Kotlin as a official language for Android and I really love Kotlin! and for me is the future of Java (today) but this is just my opinion :)…
Recently Google introduce Kotlin as a official language for Android and I really love Kotlin! and for me is the future of Java (today) but this is just my opinion :)…
Something that we need to continue improving our Keddit App is to include Continuous Integration with Kotlin. It would be great if a new build is run every time we push…
I have to be honest with you and say that I didn’t have any plans to write about Kotlin with Dagger 2 in the Keddit app. In fact, I was…
Let’s talk about Unit Test in Keddit App. I’m not going to mention the reasons why we need to create unit tests, we all already know that it’s a critical…
In this story we are going to review how to properly manage the orientation change in the device, in fact, we are going to see how to handle runtime changes…
Thanks to all tellmehow readers, the previous stories we have a small Reddit client App that shows the Top news from Reddit and what we need now is to allow…
Now it’s time to make a real Kotlin Retrofit with Reddit API call and demonstrate that our abstraction with RxJava really works! and of course to show some real news…
Finally we are here to talk about Kotlin, RxJava & RxAndroid. This is an incredible combo and we are going to take advantages of both by providing a new layer…
If this is the first time that you read this tutorial, please I encourage you to read the Introduction part just to get a general idea about what we are…
In this Part we are going to see different Kotlin extension concepts that will help us to create our NewsFragment fragment. At the end of this story, you will learn:…