I have a simple application that onClick creates a new entry in a sqlite db and then creates a new intent and starts a new activity. What are the chances of this "messing" up? Will java wait for it to be done with the db entry before moving on? create