java - Saving hash map into SharedPreferences -
this question has answer here:
- saving hash map shared preferences 6 answers
how can save , hashmap in android using below format in sharedpreference
hashmap<string, list<string>> mchildmap = new hashmap<>();
the easiest way use google's gson save hashmap json. create wrapper class hashmap the getter , setter methods. refer below answer.
Comments
Post a Comment