Lets say, I have a
HashMap<String, String>
dictionary and I want to store in in my android device. I found out that I can not do that using shared preferences because I can only store a string set there and parsing it every time for storage is too much work. So how do I write and read a dictionary into/from phone's storage?