I am Newbee to Database concepts specially i need relative database concepts..I want an example working that uses sqlite database for android..i walked through android developer site but found very little stuff regarding database examples.. As i am new to database concepts Can anyone suggest me some good resources for understanding create(),insert(),Query()...etc..and it would be better if i get any sample program working with android..
Thanks in advance
it's very simple follow the code below... Create 3 class named for example - 1. i used Constants interface,refer full code and find it's use
2.BruPress data class...
3.Provider class
Note: you suppose to define this Provider class in Manifest file like .
In another class,where i can insert and retrieve the data to DB...has follows
to retrieve from Db
try some thing like this...it will help you