Answers for "adjust recyclerview in hrizontal in android"

1

linearlayout horizontal in recyclerview

mRecyclerView.setLayoutManager(new LinearLayoutManager(this, LinearLayoutManager.HORIZONTAL, true));
Posted by: Guest on November-23-2020

Code answers related to "adjust recyclerview in hrizontal in android"

Code answers related to "Java"

Java Answers by Framework

Browse Popular Code Answers by Language