Sample app to test kotlin usage with various libraries. The app is simple, just fetches rss feed of The Verge and displays it in list Main purpose of the app is to test working of as many libraries as possible with Kotlin.
This app's main aim is to test working of some of the most used libraries for android with Kotlin. This is just a sample app and the procedures may not be best practices.
- Dagger 2
- Retrofit
- Simple-Xml Converter
- Rx Java
- Rx Android
- Jsoup
- Picasso
- Realm
- Recycler View
- Added SyncAdapter too