Is it possible to get an android cursor from an array (either ArrayList or StringaArray)?
2
-
Not that I know of. But you could subclass AbstractCursor;Loxley– Loxley2010-07-12 15:26:04 +00:00Commented Jul 12, 2010 at 15:26
-
Why do you want to do that? You can use arrays as adaptors, and you can jump like in Cursors. Tell us first why you need that.Pentium10– Pentium102010-07-12 16:28:06 +00:00Commented Jul 12, 2010 at 16:28
Add a comment
|