There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
In this example I am going to see how to use Recycleview with HorizontalScrollView work in an Android Application. The HorizontalScrollView is like a ScrollView but with horizontal orientation. It is very useful because it is not very usefull to scoll up and down the whole screen of you application. Like google playstore we can achieve the same design using this small codes. Happy coding :)