how to make a simple database app in android?

Posted by Iakovl on Stack Overflow See other posts from Stack Overflow or by Iakovl
Published on 2014-03-02T15:25:13Z Indexed on 2014/08/21 4:21 UTC
Read the original article Hit count: 114

i am not an android developer, prefer C# but i want to play with andorid a bit since i have a android device, apologize in advance for it.

i want to make a simple app in android with the basic CRUD functions (create, read, update and delete) while the basic option is to use SQLiteOpenHelper i've seen DAO generators (like greenDAO) that make life more simple as i see it.

so the first question is what DAOgenerator to use (if it all)?

next is how to properly show it, while i know i need listview i still don't figure out exactly how to bind the database to it and to the querys i'll make for proper display each time i make a new query from a "search" screen, to the main "list display" screen

© Stack Overflow or respective owner

Related posts about android

Related posts about database