tags:

views:

2

answers:

0

Hello, We are working on a project, where we have to take the user details and store it in a database. We are SQLite browser for creating tables and DroidDraw for UI. We are having couple of options to storing the data : 1. Saving the db file in the asset folder of the android project and entering the new records using AssetManager. 2. Using Content Provider. 3. Using ADB in android.

Any suggestions related to storing the user data in the database , would be appreciated.

Thanks AAJ.