Error with my Android Application httpGet
- by Coombes
Basically I'm getting a strange issue with my Android application, it's supposed to grab a JSON Array and print out some values, the class looks like this:
ShowComedianActivity.class
package com.example.connecttest;
public class ShowComedianActivity extends Activity{
TextView name;
TextView add;
TextView email;
TextView tel;
…