Canceling in Sqlite
- by Yusuf
I am trying to use handle database with insert, update, and delete such as notepad. I'm having problems in canceling data .In normal case which presses the confirm button, it will be saved into sqlite and will be displayed on listview. How can I make cancel event through back key or more button event?
I want my Button and back key to cancel data…