I want to parse the data from Html page in Android application. I am sending datadictionary values as below
var fields = {"data1" : "1","data2" : "2"};
how to get the data1 and data2 values in android application?
Note: If i passed this fields to MainActivity, i am getting "Object object" and data1 and data2 is imagined, just i want to extract column vice.