h6ah4i / android-advancedrecyclerview

RecyclerView extension library which provides advanced features. (ex. Google's Inbox app like swiping, Play Music app like drag and drop sorting)
https://advancedrecyclerview.h6ah4i.com/
Apache License 2.0
5.32k stars 860 forks source link

Using AdvancedRecyclerView in ViewPager #216

Open adnanebrahimi opened 8 years ago

adnanebrahimi commented 8 years ago

Hi,

i need to implement AdvancedRecyclerView in ViewPager, unfortunately it's just view one AdvancedRecyclerView at all

this is ViewPager Project: https://github.com/ogaclejapan/SmartTabLayout

Thank You.

P.S: i have changed AdvancedRecylcerView to Fragment for getting ability to use in ViewPager

h6ah4i commented 8 years ago

Hi. Have you checked the implementation of "Swipeable with ViewPager " demo? It uses two Advanced RecyclerViews inside a ViewPager.

https://github.com/h6ah4i/android-advancedrecyclerview/tree/master/example/src/main/java/com/h6ah4i/android/example/advrecyclerview/demo_s_viewpager

adnanebrahimi commented 8 years ago

Lol no i didn't see that. Thank you very much for your quick response :)