Re: [android-developers] More complex Scrollview example needed.

2010-11-10 Thread Julie Andrews
On Sun, Nov 7, 2010 at 4:38 AM, Rutton wrote: > Hello there, > I am working on some sort of record lookup for a database. My code > allows to search for some kind of string within an index (of that > database) and returns the database-position of the found thing . With > this found position

Re: [android-developers] More complex Scrollview example needed.

2010-11-06 Thread Kumar Bibek
I am sure that there can be better approaches to the problem. And, I think ListView indeed will be able to handle this situation. May be you can explain your requirement more clearly, and how are you trying to implement it. On Sun, Nov 7, 2010 at 4:38 AM, Rutton wrote: > Hello there, > I

[android-developers] More complex Scrollview example needed.

2010-11-06 Thread Rutton
Hello there, I am working on some sort of record lookup for a database. My code allows to search for some kind of string within an index (of that database) and returns the database-position of the found thing . With this found position my programm is then able to move to adjacent records fro