Skip to content

Instantly share code, notes, and snippets.

@LondonAppDev
Created February 23, 2017 09:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save LondonAppDev/b6c4a1fc897a081c4366194b54b2c40d to your computer and use it in GitHub Desktop.
Save LondonAppDev/b6c4a1fc897a081c4366194b54b2c40d to your computer and use it in GitHub Desktop.
1602 Import Statements
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.text.method.ScrollingMovementMethod;
import android.util.Log;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
import android.widget.TextView;
import com.android.volley.RequestQueue;
import com.android.volley.VolleyError;
import com.android.volley.Response;
import com.android.volley.Request;
import com.android.volley.toolbox.JsonArrayRequest;
import com.android.volley.toolbox.Volley;
import org.json.JSONArray;
import org.json.JSONObject;
import org.json.JSONException;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment