Design Pattern – Database Transaction Handling (in Android)
This blog is about database transaction handling and its design pattern in android. It also gives a brief knowledge on how to handle Exception. Here we have a main method which is responsible to get database instance -> start Database Transaction -> Mark Transaction Successful -> Commit or Rollback Transaction -> Close database. This main Continue Reading »