<How to convert MutableLiveData into HashMap?> I h...
# stackoverflow
u
How to convert MutableLiveData into HashMap? I have a MutableLiveData which hold retrofit response. Is there a way to get data from inside, and "break" it into something like key, and value? Here's the log of the MutableLiveData Object(a=1, b=2, c=3, d=4 ....) How I can get data from it, so I can convert it into HashMap with String, and Int parameter?