Android-CardView-RecyclerView
Android-CardView-RecyclerView copied to clipboard
Let's play with Android CardView, RecyclerView, Retrofit and Picasso Library. You can read details procedure about those library in my Bengali blog site.
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