Page 78 - 3-2
P. 78

*******************************MainActivity_tag***********************<resources
            xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
                <tech-list>
                    <tech>android.nfc.tech.MifareClassic</tech>
                </tech-list>
            </resources>
            //////////////////////////////////////////////////////////////////////
            *******************************MainActivity_tag***********************package
            kr.icehs.intec.emart;


            import android.util.Log;


            import org.apache.http.HttpEntity;
            import org.apache.http.HttpResponse;
            import org.apache.http.NameValuePair;
            import org.apache.http.client.ClientProtocolException;
            import org.apache.http.client.entity.UrlEncodedFormEntity;
            import org.apache.http.client.methods.HttpGet;
            import org.apache.http.client.methods.HttpPost;
            import org.apache.http.client.utils.URLEncodedUtils;
            import org.apache.http.impl.client.DefaultHttpClient;
            import org.json.JSONException;
            import org.json.JSONObject;


            import java.io.BufferedReader;
            import java.io.IOException;
            import java.io.InputStream;
            import java.io.InputStreamReader;
            import java.io.UnsupportedEncodingException;
            import java.util.List;


            public class JSONParser {


                static InputStream is = null;
                static JSONObject jObj = null;
                static String json = "";


                // constructor
                public JSONParser() {


                }


                                                         - 78 -
   73   74   75   76   77   78   79   80   81   82   83