I am developing one small application where i am adding items one by one in the recyclerview if the user click on the '+' symbol in the menu bar.
The problem is i want to save the data(items) permanently in recyclerview even we close the app.So that the user can come again and edit the item which are in recyclerview.
Kindly let me know how can i achieve this since i am new to this..Thanks for your help!!!