I'll reframe my question. I'm not using a scrollview anymore. I have two lists being displayed in my activity. I heard that using a listview within a scrollview causes issues. So I need a way where in I can scroll both the lists simultaneously. Does that mean I need to override some functions of a listview. I tried to do something with the OnScrollListener but couldn't find much help. Can I use the OnScrollListener and using the view given I can scroll both the lists.
On Apr 19, 10:50 am, "Sonic.." <[email protected]> wrote: > Hey, if you could please give me more details for the same. I'm still > a starter in android development. > > On Apr 13, 6:34 pm, social hub <[email protected]> wrote: > > > hack into onmove onscroll onfling methods and pass them to other view > > > On Tue, Apr 13, 2010 at 6:25 AM, Sonic.. > > <[email protected]>wrote: > > > > Hello, > > > > I currently have one Scrollview which contains a table layout and one > > > list in my activity. Now my problem is that I wanted to move both of > > > them(Scrollview and list) together and with proper synchronization... > > > So if scrollview is being scrolled then listview should also scroll > > > with the same distance, and vice versa... > > > > Thanks in advance.. > > > > Abhishek > > > > -- > > > You received this message because you are subscribed to the Google > > > Groups "Android Developers" group. > > > To post to this group, send email to [email protected] > > > To unsubscribe from this group, send email to > > > [email protected]<android-developers%[email protected]> > > > For more options, visit this group at > > >http://groups.google.com/group/android-developers?hl=en > > > > To unsubscribe, reply using "remove me" as the subject. > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group > athttp://groups.google.com/group/android-developers?hl=en -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

