python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Add swipe effiect using recyclerview like inshorts app
I am trying to implement the swipe effect like inshorts and way2news app, So far I can only find the solutions using viewpager and pageradapter. Those are working fine for me but I have to implement t...
Aayush Singh
Votes: 0
Answers: 1
Animating RecyclerView from Grid to Linear with MotionLayout
Can I animate transition of RecyclerView items from Grid layout to Linear (Horizontal) layout with use of MotionLayout?
I was unable to find any example of that.
My goal is to use RecyclerView in this...
Baterka
Votes: 0
Answers: 0
LayoutManager.startSmoothScroll scrolls to wrong position
I have a RecyclerView of goods with categories and HorizontalScrollView of good's categories above it. I am trying to implement the following behavior: when you click on category in scroll view, recyc...
QuarK
Votes: 0
Answers: 1
Android : How to add an horizontal Recycler view as list item inside Recycler Grid view list?
I have a Recycler list on which Grid layout Manger set. I want to add an horizontal list (Linear Layout Manager) after 4th position of Grid list as an list item. See iOS sample screen in attachment.
P...
Harry
Votes: 0
Answers: 0