RecyclerView - Android Studio Tutorial | Part 1

Stevdza-San
Stevdza-San
🏆 My Online Courses ⭐Discount Coupon: LAUNCH-STEVDZA-SAN ...
🏆 My Online Courses
⭐Discount Coupon: LAUNCH-STEVDZA-SAN
https://stevdza-san.com

🐱‍👤 Wanna become a member? Join!
@stevdzasan

📸 Instagram
Instagram: stevdza_san


RecyclerView tutorial will be separated in 2 parts. In the fist part we are going to implement RecyclerView in MainActivity, then we are going to create Adapter, custom rows for it, and populate our RecyclerView with the data. And in the second part we are going to implement onClickListener for our RecyclerView items so whenever we select any of those items we are going to open a new Activity and pass the data from RecyclerView. Enjoy! :)

ABOUT
The RecyclerView is a ViewGroup that renders any adapter-based view in a similar way. It is supposed to be the successor of ListView and GridView. One of the reasons is that RecyclerView has a more extensible framework, especially since it provides the ability to implement both horizontal and vertical layouts. Use the RecyclerView widget when you have data collections whose elements change at runtime based on user action or network events.

همه توضیحات ...