filmov
tv
How to Create Horizontal RecyclerView in Android Studio Easily
![preview_player](https://i.ytimg.com/vi/Zj9ZE6_HtEo/maxresdefault.jpg)
Показать описание
We can make Horizontal RecyclerView or Horizontal Scrolling in RecyclerView in Android using LinearLayoutManager. If you've used LinearLayout, you might have noticed that you can set the layout orientation to both horizontal and vertical. Similarly, you can set the orientation of a RecyclerView using the LinearLayoutManager that we set to the recyclerView. In this video we'll see how we can acheive horizontal scrolling in RecyclerView in detail.
Chapters:
00:00 - Intro
00:25 - Creating Layout with Horizontal Scrolling RecyclerView
01:24 - Creating Item Layout for RecyclerView
06:19 - Coding in the RecyclerView Activity
08:00 - Creating Adapter and ViewHolder
17:58 - Running and Testing
18:18 - Improving UI
Chapters:
00:00 - Intro
00:25 - Creating Layout with Horizontal Scrolling RecyclerView
01:24 - Creating Item Layout for RecyclerView
06:19 - Coding in the RecyclerView Activity
08:00 - Creating Adapter and ViewHolder
17:58 - Running and Testing
18:18 - Improving UI