[android-developers] Wide ListView horizontal scrolling?

2012-07-05 Thread kodlan
Hi, I have a wide ListView that I need to scroll both vertically (for new items) and horizontal (to display entire row). Is it a good idea to do something like the code below? What are other options if any? Thanks beforehand. HorizontalScrollView android:id=@+id/scrollview

Re: [android-developers] Wide ListView horizontal scrolling?

2012-07-05 Thread Justin Anderson
I have a wide ListView that I need to scroll both vertically (for new items) and horizontal (to display entire row). Is it a good idea to do something like the code below? I don't know if that will work... It might. Have you tried it? What are other options if any? I would try to redesign

Re: [android-developers] Wide ListView horizontal scrolling?

2012-07-05 Thread kodlan
I don't know if that will work... It might. Have you tried it? It seems to work, but I don't know if thats a good idea to do so. Maybe that will cause some problems that I'm not aware of. I would try to redesign each row so that it doesn't have to scroll horizontally to display

Re: [android-developers] Wide ListView horizontal scrolling?

2012-07-05 Thread Justin Anderson
Nope, redesigning is not an option. But thanks for the recommendation. You are welcome... As the developer you know what can and can't be done with your app, but if I (as a user) came across an app that had a listview that behaved in this way, I would probably uninstall it. Thanks, Justin