Hello,

On 7 Nov., 17:01, Kostya Vasilyev <[email protected]> wrote:

> Another is to use a count query for the word, to find out its position
> within the dictionary, and then setting the list view's position based on
> that. This assumes that you feed the entire dictionary to the list view.

I worked on it in the meantime. And I used the easier solution with
just displaying the results. But this above solution interests me. My
database backend just knows (to some degree) where records are in the
record table. But... you say, that its posible to set the list views
position. I haven't seen anything else than smoothScroll in the
ListView API and thats too slow.
So, I have something working that delivers acceptable results (with a
simpler result output - with no full scrolling through the database),
and thats enough for now.

Cheers,
R.

-- 
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

Reply via email to