changing value of a textview while change in other textview by multiplying
- by sur007
Here I am getting parsed data from a URL and now I am trying to change the value of parse data to users only dynamically on an text view and my code is
package com.mokshya.jsontutorial;
import java.text.DecimalFormat;
import java.util.ArrayList;
import java.util.HashMap;
import org.json.JSONArray;
import org.json.JSONException;
import…