[android-developers] Re: Have ListView and other widgets scroll as a whole

2009-08-14 Thread MarcoAndroid
Hey Wouter, It did not work 100% for me, my inputboxes loose focus when the virtual keyboard pops up. See my question + answer here: http://groups.google.com/group/android-developers/browse_thread/thread/4883b7021b1a7724 For you it definitely could work, you have a different setup. It's quite

[android-developers] Re: Have ListView and other widgets scroll as a whole

2009-08-13 Thread Wouter
Hey, This worked for you? I have a layout like this.. LinearLayout ... Button ListView Button /LinearLayout But i cant scroll when my listview reaches the bottom of the screen. And there are other widgets like button beneath it.. Is it good to implement this MergeAdapter for that?

[android-developers] Re: Have ListView and other widgets scroll as a whole

2009-07-26 Thread MarcoAndroid
@mark murphy Awesome, just ran the demo of the MergeAdapter, looks like that's what I've been looking for! The code that implements it looks relatively simple; the fact I couldn't come up with it means I don't know all the ins outs yet of the Android platform :) I'll now try to add it to my

[android-developers] Re: Have ListView and other widgets scroll as a whole

2009-07-24 Thread Mark Murphy
MarcoAndroid wrote: So my question: has anybody implemented this in some way? Yes. You should be able to use my recently-released MergeAdapter: https://github.com/commonsguy/cwac-merge/tree You would hand the MergeAdapter your initial set of ordinary views, plus an empty Adapter of some form