Extracting Json From A Website
I am trying to extract data from the json format on the url http://api.geonames.org/earthquakesJSON?north=44.1&south=-9.9&east=-22.4&west=55.2&username=demo This i
Solution 1:
Your TestConnectionActivity
class needs to extend Activity
:
public class TestConnectionActivity extends Activity {
.
.
.
}
Post a Comment for "Extracting Json From A Website"