App for practice work with API - newsapi.org. Data downloads from API by Retfrofit and put it into RecyclerView list of news items. When tapping on a news item from Recycler View, there is a transition to the WebView with detailed information where u can read full text of article.
- Retrofit
- Paging 3
- Coroutines
- Picasso
- Androidx Browser
- Di - Hilt
- 1 activity with articles list
- MVVM pattern