android - is it possible to add data to 3 tables in one database at the same time -
i want add data in 3 tables in 1 database 3 asynctask object. because asynctask objects may run or finish @ same time , i'm adding data in database in onpostexecute() , want know possible such thing or not ? thanx
android sqliteopenhelper
synchronized default. need make db helper singleton , not face problem.
read this more info on singleton db helper.
Comments
Post a Comment