How to store json object to shared preferences?
How to store json object to shared preferences? I am creating an application,In my app I am getting response and displaing it in custom alert dialog, Till here it works fine, Now what I am trying to do is if user selects an item from alert dialog once, it should store it in preference so that no need of fetch the data every time. Following is my code snippet. The following response which i am getting is : { "states": [ { "id": "1", "state_slug": "agra", "statename": "Agra" }, { "id": "2", "state_slug": "andaman_and_nicobar_islands", "statename": "Andaman and Nicobar Islands" }, { "id": "3", "state_slug": "andhra_pradesh", "statename": "Andhra Pradesh...