kHRYSTAL / CircleRecyclerView

the library is a loop RecyclerView(expression), can show some effects when display
714 stars 100 forks source link

Contineous Scrolling #2

Closed milaptank closed 8 years ago

milaptank commented 8 years ago

Hello @kHRYSTAL thanks for this library I am use in my project some of customization i have done but is there any changes to auto scrolling smoothing i have tried but its scrolling step by step not smoothing and RV method smooth scroll not working as per name

kHRYSTAL commented 8 years ago

@milaptank this library method smoothScrollToView(View v) just support smooth scroll center which itemView can visible on screen, and if the itemView beyond screen, you can use scrollToPosition(int)

also you can compile 'com.android.support:recyclerview-v7:23.4.0', use LinearSnapHelper instead this library if you needn't loop and you can implements custom effects Thanks for reply :-)

milaptank commented 8 years ago

Hello @kHRYSTAL i have tried as you have ask to do but still not getting smooth scroll any luck from your side?

kHRYSTAL commented 8 years ago

hi @milaptank pls show me the code some of your customization. thank you

milaptank commented 8 years ago

Hey many many thanks finally I got solution with the help of your Repo MarqueeRecyclerView
I have merge your two library CircleRecyclerView + MarqueeRecyclerView) = Infinite scrolling Recyclerview Thank you