Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
there are 2 options here: either use RecyclerView and attach PagerSnapHelper to it,
or ViewPager2
layoutManager = new LinearLayoutManager(getContext(), LinearLayoutManager.HORIZONTAL, false);
recyclerView.setLayoutManager(layoutManager);
PagerSnapHelper snapHelper = new PagerSnapHelper();
snapHelper.attachToRecyclerView(recyclerView);
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question