I have to provide synchronization when inserting, querying, updating and deleting items from a database. As far as I understand beginTransaction()
and beginTr
Off course with Android! If you are working for reliable data manipulation then it is important to use following supported methods.
BeginTransaction();
SetTransactionSuccessful();
EndTransaction();
For further see this…In android it is highly important to use transactions when working with databases.