I need to implement SQLite in my application. I followed this tutorial.. Creating and using databases in Android one
Everything is working fine. I inserted 1 row wit
you can always execute SQL.
update [your table] set [your column]=value
for example
update Foo set Bar=125