This post has been de-listed
It is no longer included in search results and normal feeds (front page, hot posts, subreddit posts, etc). It remains visible only via the author's post history.
This is my first post on this sub, so if I didn't follow any rules, let me know. I want to know the best way to save my instances of my java class ActivitiesCompleted. SharedPrefs? Making ActivitiesCompleted a Parcelable and then saving it to the bundle? Or what other options do I have? Thanks!!!
I have a java class whose constructor is...
public ActivitiesCompleted() { ITEM_MAP = new HashMap<String, ActivityBank>(); ITEMS = new ArrayList<ActivityBank>(); }
Where ActivityBank is
public ActivityBank(String id, String content) {
this.id = id;
this.content = content;
}
Subreddit
Post Details
- Posted
- 10 years ago
- Reddit URL
- View post on reddit.com
- External URL
- reddit.com/r/androiddev/...