Is it possible to get an android cursor from an array (either ArrayList
or StringaArray
)?
views:
45answers:
1
+2
A:
Loxley has one solution: create your own Cursor
class, extending AbstractCursor
, to wrap around your collection.
Another option to not create an ArrayList
, but instead create a MatrixCursor
.
CommonsWare
2010-07-12 15:42:26
MatrixCursor sounds gd, thanks
ng93
2010-07-12 16:50:50