Android Question How to built a Employee Directory App?

Didier9

Well-Known Member
Licensed User
Longtime User
You could probably start with one of the SQLiteLight examples. They can be easily modified and for your application, SQLite is probably a good place to start.

I suspect that eventually you will probably want an on-line database as opposed to a local database on the device, but the examples will let you learn the SQLite language, which you could later leverage with an on-line SQL database.
 
Upvote 0
Top