Kotlin Reddit App is a basic reddit client which allow user to check out the reddit news feed
- Ingest 'Kotlin News' JSON feed from Reddit
- Set 'main' view as recyclerView to display a list of the articles
- Set the title as 'Kotlin News'
- Specific thumbnail image(if any), author and title for article list
- List items resize to accommodate for the image, preserving aspect ratio
- Infinite scroll for the article list
- Loading spinner if new article loading
- Display the full article in a new view
- Add unit tests
