ablake / kotlin-news-for-android

A simple Android app for browsing Kotlin news, meant to demonstrate architectural principles and implement core functionality applicable to most apps.
Apache License 2.0
0 stars 0 forks source link

Adam/1 networking #1

Closed ablake closed 4 years ago

ablake commented 4 years ago

Adds the ability to request a Newsfeed model from the NewsfeedService using NewsfeedProvider. Logs the title of all posts in the response.