DingMouRen / LayoutManagerGroup

:point_right: Customize the LayoutManager of RecyclerView(自定义LayoutManager)
4.98k stars 680 forks source link

How to make skid left with this layout manager #1

Closed raj123456789123456789 closed 6 years ago

raj123456789123456789 commented 6 years ago

hi this is a very good layout manger but i want to know how i can set horizontal scrolling to left with skidlayoutmanger rest everything is great.

DingMouRen commented 6 years ago

@raj123456789123456789 hi you can refer to the source code for SkidRightLayoutManager

raj123456789123456789 commented 6 years ago

HI i have tried changing rightskid to left skid but i'm not able to do so but if you can tell me what changes i should make. please if you tell me i would be grateful to you because i really need it. I have been working on this for weeks now please if you could tell me know..

On Sat 19 May, 2018 8:17 pm 钉某人, notifications@github.com wrote:

@raj123456789123456789 https://github.com/raj123456789123456789 hi you can refer to the source code for SkidRightLayoutManager

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/DingMouRen/LayoutManagerGroup/issues/1#issuecomment-390409907, or mute the thread https://github.com/notifications/unsubscribe-auth/AjorBEV50YkHmTnEiaAJSvvq7vpwMFgWks5t0DCLgaJpZM4UFrKN .

raj123456789123456789 commented 6 years ago

Hi DingMouRen please can you tell me how 8 can make leftskid layout manager because i really need this i have tried every possible way to make changes but as you have made it you know how to make changes please i really need this with leftskid layout manager..

raj123456789123456789 commented 6 years ago

Hi @DingMouRen please if you could tell me how i can change rightskid layout manager to leftskid layout manager i would be really grateful because this is quite important to me.

DingMouRen commented 6 years ago

@raj123456789123456789 你去参考这个https://github.com/leochuan/ViewPagerLayoutManager ,没有现成的开源库供你使用的,你要学会自己修改开源库。

raj123456789123456789 commented 6 years ago

@DingMouRen the library you suggested is very good but your skid layout manager is what i need but with scrolling on left side please if you can add a leftskidlayout manager or you can tell me where i can make changes to do the same because i have been trying for long with no success so please if you can help me out. Thank you

raj123456789123456789 commented 6 years ago

Hi DingMouRen please could you tell me how i can change it to leftskid layout manager

raj123456789123456789 commented 6 years ago

Hii @DingMouRen i understand that and i appreciate for your response but could you tell me where i should make changes to reverse the entire cardstack with scroll because i tried every code but i dont know how scroll position is being controlled and how card look is give. Could you tell me where i should make changes and what kind of.. Thank you

On Thu 24 May, 2018 7:11 pm 钉某人, notifications@github.com wrote:

@raj123456789123456789 https://github.com/raj123456789123456789 Hello, I would like to help you very much, but I am busy working and working overtime every day, I really have no time to expand. It is recommended that you solve the problem by reading the source code.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/DingMouRen/LayoutManagerGroup/issues/1#issuecomment-391718970, or mute the thread https://github.com/notifications/unsubscribe-auth/AjorBO66vDwGr-BlGc1XhPpbdeOCvGp5ks5t1riYgaJpZM4UFrKN .

DingMouRen commented 6 years ago

@raj123456789123456789 It is recommended that you learn about custom LayoutManager .https://www.jianshu.com/p/715b59c46b74 .Once you understand the principles of LayoutManager, you can write it yourself.

raj123456789123456789 commented 6 years ago

Hi actually could you refer me an engliah website which teaches this custom layout manager because google couldnt translate the website you suggested

On Sat 26 May, 2018 3:11 pm 钉某人, notifications@github.com wrote:

Closed #1 https://github.com/DingMouRen/LayoutManagerGroup/issues/1.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/DingMouRen/LayoutManagerGroup/issues/1#event-1647820163, or mute the thread https://github.com/notifications/unsubscribe-auth/AjorBIipwocz_f8nS73-hL2y8aYnOMJfks5t2SM4gaJpZM4UFrKN .

daiji168 commented 5 years ago

Should you implement horizontal scrolling to left? I also need now