use Attach Java class. when u like to insert add following code in your java file. DatabaseAdapter db = new DatabaseAdapter(getApplicationContext()); dba.open(); dba.insertLevel(1,"anything"); dba.close();
On Thu, Sep 13, 2012 at 10:20 AM, mohammed Nuhail <[email protected]>wrote: > how to insert data once in sqlite database programatically ? > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en
DatabaseAdapter.java
Description: Binary data

