Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 681 Bytes

README.md

File metadata and controls

22 lines (19 loc) · 681 Bytes

quotzz

Search and view curated articles from https://newsapi.org/

Lessons Learnt

Learnt how to use

  • ViewModel / Live Data / Data Binding - Makes manipulating the UI pleasant
    • Inflating a RecyclerView and bind data to each item
  • Retrofit - Makes API calls a breeze