Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 364 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 364 Bytes

retrofit-kotlin-sample

Sample app for using Retrofit + RxJava + Kotlin in Android.

This is a sample app for the blog post here https://segunfamisa.com/posts/using-retrofit-on-android-with-kotlin

It features the following features of the Kotlin language:

  • Data classes
  • Object declarations
  • Companion objects
  • String templates
  • Interoperability with Java