Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 623 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 623 Bytes

Android-CardView-RecyclerView-Practice

We'll design this type of sample Android App.

Upper portion contains a Horizontal Scroller. Lower portion contains a vertical scroller. Both are created with RecyclerView.

All data will come from this API in JSON format.

I used here:

  • CardVeiw
  • RecyclerView
  • Retrofit for network call
  • Picasso for image loading