Denis Kniazhev

Results 29 comments of Denis Kniazhev

What are you trying to achieve?

That's embarrassing. Is it reproducible only on a phone, not emulator? Out of curiosity you can take a look at #26 and a pull request for it - it addresses...

I believe the author doesn't support this repository anymore, nor is he willing to provide anyone with push credentials. Someone needs to make a fork and maintain it.

Sorry for not answering your problem, but Google had discontinued Android Eclipse support: http://android-developers.blogspot.de/2015/06/an-update-on-eclipse-android-developer.html So it might be a good time to migrate to Android Studio (especially since they will...

For me it is not 100% fixed, but greatly alleviated. I can see the disappearance only when I drag cell from position 1 to position 0, but it gets fixed...

What do you mean by col span and row span? If you mean horizontal and vertical spacing between the cells then this is already built in GradView: http://developer.android.com/reference/android/widget/GridView.html#attr_android:horizontalSpacing

Hi, Do you have custom onScroll listener which is called recursively? If no then can you provide more details of how the issue appears?

You may want to take a look at this (unmerged) pull request: https://github.com/askerov/DynamicGrid/pull/22 @askerov seems to not maintain this repo anymore, I may want to create a fork and maintain...

If it is still an issue you can try to check issue #26 and the pull request attached to it.