Save to SQLite DB

Search This thread

jamesy281

New member
Oct 24, 2010
1
0
Hi There,

I am new to android and am writing a simple App that I hope will take the date from 3 text fields and a Date picker and save them to a DB then when a nother button is clicked it will open a new view and show me all the records in the table. all the items I have read talk about creating a new project and creating the table by code but I have already created the App and the DB using SQLite Browser.

Is there a straight forward way to save these fields from an on click handler?