
In this second part of the tutorial we will create Android Application to consume API’s we created in previous part.
Some changes and features in our Android Application,
-> Use Retrofit for networking along with RxJava
-> Neat and Simple Material Design
-> Use Java 8 lambda functions
-> Use Fragments instead of multiple Activities
Google’s new Jack compiler has become stable and much faster over the past few months. We can now completely switch to the Jack compiler. Only disadvantage is, it does not support Instant Run now.Also I am using the latest version of Android Studio which was released a few days back.