Have one ListView and combine the contents. My MergeAdapter may help:

https://github.com/commonsguy/cwac-merge

Or use a MergeCursor if the rows come from Cursors and the rows all
look the same.

On Sun, Dec 19, 2010 at 6:43 AM, Nikola <nikola1...@gmail.com> wrote:
> Hi,
>
> I would like to have two ListViews that I can populate with data but with
> only one scrollbar.
> Then I could add data to first one and second one and it would scroll
> together.
>
>
> [screen + scrollbar]
> [ListView 1]
> [ListView 2]
> [/ screen + scrollbar]
>
> Any hints?
>
>
> --
> God is Real, unless declared Integer.
> J. Allan Toogood, FORTRAN programmer
>
> --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to android-developers@googlegroups.com
> To unsubscribe from this group, send email to
> android-developers+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en



-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy

_The Busy Coder's Guide to *Advanced* Android Development_ Version 1.9
Available!

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to