Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Im working on adding GridView and ScrollView support can you help? #23

Open
nasserprofessional opened this issue Nov 24, 2014 · 3 comments

Comments

@nasserprofessional
Copy link

I have got GridViews fully working and also ScrollViews.

I was thinking there's probably more people like me who would like to use GridViews or ScrollViews.

If I send you the code will you help me improve it?

There are a few very small issues with the ScrollView version.

It is fully working its just if you scroll slowly or if you keep your finger on the screen it shakes a bit sometimes. Its probably something very small with the ratio / interpolation stuff I didnt do right. Would really appreciate it if you could look at it.

@samy-baili
Copy link

Hi nasser,
Did you find a solution to use this library with Scrollview ?

Samy

@nasserprofessional
Copy link
Author

Hi Samy,
I did manage to get it working with a scrollview and gridview as mentioned abovie and it was pretty simple I just replaced all listview stuff with scrollview or gridview equivilent functions and it worked but the worst part was I did have to mess around a lot with the interpolation stuff because some things didnt work properly with the scrollview. They were not resizing properly when scrolling thats why I had to fiddle with the interpolation stuff to get it working and even then I didnt know how to smooth the input from the scrollview so that the animations were smooth thats mainly what was causing the shaking.

For me as I mentioned above I couldnt get it to work smoothly though there were odd glitches when scrolling thats kind of why I posted this asking if anyone would like to help out with it. I didnt get any responses so I ended up not using it in the end and just used a simple listview.

I dont even have the code for it anymore otherwise id just send it to you to check out. :/

Hope you find a solution or find what your looking for 👍

Nasser

@samy-baili
Copy link

Thank you so much, for your help. I will find a way. I keep you in touch

Samy
Le 14 avr. 2015 18:03, "nasserprofessional" notifications@github.com a
écrit :

Hi Samy,
I did manage to get it working with a scrollview and gridview as mentioned
abovie and it was pretty simple I just replaced all listview stuff with
scrollview or gridview equivilent functions and it worked but the worst
part was I did have to mess around a lot with the interpolation stuff
because some things didnt work properly with the scrollview. They were not
resizing properly when scrolling thats why I had to fiddle with the
interpolation stuff to get it working and even then I didnt know how to
smooth the input from the scrollview so that the animations were smooth
thats mainly what was causing the shaking.

For me as I mentioned above I couldnt get it to work smoothly though there
were odd glitches when scrolling thats kind of why I posted this asking if
anyone would like to help out with it. I didnt get any responses so I ended
up not using it in the end and just used a simple listview.

I dont even have the code for it anymore otherwise id just send it to you
to check out. :/

Hope you find a solution or find what your looking for [image: 👍]

Nasser


Reply to this email directly or view it on GitHub
#23 (comment)
.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants