Can anyone tell me how to store data persistently in database ?
I have done one simple app in which I have connected databases with it to store values but whenever I close this application, the previously stored data gets deleted . I want this data to be stored even if we close the app or it should fetch data whenever we reopen the application .
Can anyone please tell me solution?