tags:

views:

76

answers:

2

Hi

I implemented a gallery, and inside it I have many listviews from left to right. For some reason Gallery works great with all views but not with listview. With listview, when scrolling on the gallery, sometimes I get little jumps.

Anyone have an idea on how to solve this?

some notes: The gallery uses an adapter to find out what to show, and then the listview is created based on the adapter

Thanks

A: 

Scrollable items inside of other scrollable items tends to have problems. I am not surprised that this does not work well.

CommonsWare
I tried the other way around and it works great.I put 1 list view, and in each item, I draw a gallery, and its amazing how well it works. I look at the android source code, and they are implemented different, so that is why is the reason one works and the other doesn't. I guess I will need to build a custom Layout. Any suggestions for this? thanks
Daniel Benedykt
A: 

hi,

can you let me know how to add listview inside gallery. Even m trying to do the same thing but not able to. Any hint or suggestion will really help me out.

javame_android