Android Cursor over Generic list of business objects?

Posted by BahaiResearch.com on Stack Overflow See other posts from Stack Overflow or by BahaiResearch.com
Published on 2010-06-13T19:14:32Z Indexed on 2010/06/13 19:22 UTC
Read the original article Hit count: 222

Filed under:
|

In .NET land I would normally query the database and populate a generic List kind of collection. Then the app would use this.

In Android land I have been reading about DB access and use in apps. Why do most of the docs show the use of a cursor and use of constants to access it? Is this to save on resources perhaps?

© Stack Overflow or respective owner

Related posts about android

Related posts about database