DataHolder is a singleton class that holds data as key-value pairs.
This is useful for passing data between activities and fragments.
Map to hold the data
Reset the DataHolder. Clear all the data.
Get data from the DataHolder. Similar to getting an extra from an intent.
Add data to the DataHolder. Similar to adding an extra to an intent.