随笔分类 -  android

摘要: 阅读全文
posted @ 2016-05-20 14:24 zqxLonely 阅读(180) 评论(0) 推荐(0)
摘要:package com.pingyijinren.test; import android.util.Log; /** * Created by Administrator on 2016/5/20 0020. */ public class LogUtil { public static final int VERBOSE=1; public static final ... 阅读全文
posted @ 2016-05-20 12:33 zqxLonely 阅读(789) 评论(0) 推荐(0)
摘要:package com.pingyijinren.test; import android.os.Parcel; import android.os.Parcelable; import java.io.Serializable; /** * Created by Administrator on 2016/5/20 0020. */ public class Person imple... 阅读全文
posted @ 2016-05-20 12:17 zqxLonely 阅读(548) 评论(0) 推荐(0)
摘要:package com.pingyijinren.test; import android.content.Intent; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; public class IndexActivity extends AppCompatActivity { @... 阅读全文
posted @ 2016-05-20 12:05 zqxLonely 阅读(463) 评论(0) 推荐(0)
摘要:package com.pingyijinren.test; import android.app.Application; import android.content.Context; /** * Created by Administrator on 2016/5/20 0020. */ public class MyApplication extends Application{... 阅读全文
posted @ 2016-05-20 11:52 zqxLonely 阅读(217) 评论(0) 推荐(0)
摘要:package com.pingyijinren.test; import android.hardware.Sensor; import android.hardware.SensorEvent; import android.hardware.SensorEventListener; import android.hardware.SensorManager; import android... 阅读全文
posted @ 2016-05-20 11:17 zqxLonely 阅读(222) 评论(0) 推荐(0)
摘要:package com.pingyijinren.test; import android.hardware.Sensor; import android.hardware.SensorEvent; import android.hardware.SensorEventListener; import android.hardware.SensorManager; import android... 阅读全文
posted @ 2016-05-20 11:00 zqxLonely 阅读(332) 评论(0) 推荐(0)
摘要:package com.pingyijinren.test; import android.hardware.Sensor; import android.hardware.SensorEvent; import android.hardware.SensorEventListener; import android.hardware.SensorManager; import android... 阅读全文
posted @ 2016-05-20 10:54 zqxLonely 阅读(210) 评论(0) 推荐(0)
摘要:package com.pingyijinren.test; import android.content.Context; import android.location.Location; import android.location.LocationListener; import android.location.LocationManager; import android.os.... 阅读全文
posted @ 2016-05-19 18:27 zqxLonely 阅读(924) 评论(0) 推荐(0)
摘要:package com.pingyijinren.test; import java.io.BufferedReader; import java.io.InputStream; import java.io.InputStreamReader; import java.net.HttpURLConnection; import java.net.URL; /** * Created by... 阅读全文
posted @ 2016-05-19 15:18 zqxLonely 阅读(554) 评论(0) 推荐(0)
摘要:package com.pingyijinren.test; /** * Created by Administrator on 2016/5/19 0019. */ public class App { private String id; private String version; private String name; public Strin... 阅读全文
posted @ 2016-05-19 14:45 zqxLonely 阅读(1628) 评论(0) 推荐(0)
摘要:http://jingyan.baidu.com/article/e6c8503c7190b7e54f1a1893.html 阅读全文
posted @ 2016-05-19 14:37 zqxLonely 阅读(284) 评论(0) 推荐(0)
摘要:package com.pingyijinren.test; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import android.util.Log; import android.view.View; import android.widget.Button; import org.... 阅读全文
posted @ 2016-05-19 14:14 zqxLonely 阅读(263) 评论(0) 推荐(0)
摘要:package com.pingyijinren.test; import android.util.Log; import org.xml.sax.Attributes; import org.xml.sax.SAXException; import org.xml.sax.helpers.DefaultHandler; /** * Created by Administrator o... 阅读全文
posted @ 2016-05-19 12:24 zqxLonely 阅读(303) 评论(0) 推荐(0)
摘要:package com.pingyijinren.test; import android.content.Intent; import android.os.Handler; import android.os.Message; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import ... 阅读全文
posted @ 2016-05-19 11:59 zqxLonely 阅读(200) 评论(0) 推荐(0)
摘要:在cmd下输入ipconfig,查看无线局域网中ipv4地址 阅读全文
posted @ 2016-05-19 11:57 zqxLonely 阅读(279) 评论(0) 推荐(0)
摘要:package com.pingyijinren.test; import android.content.Intent; import android.os.Handler; import android.os.Message; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import ... 阅读全文
posted @ 2016-05-19 10:59 zqxLonely 阅读(125) 评论(0) 推荐(0)
摘要:http://www.veryhuo.com/a/view/109974.html 阅读全文
posted @ 2016-05-19 10:45 zqxLonely 阅读(189) 评论(0) 推荐(0)
摘要:在build.gradle中的android {}中加上useLibrary 'org.apache.http.legacy' 阅读全文
posted @ 2016-05-19 10:22 zqxLonely 阅读(878) 评论(0) 推荐(0)
摘要:package com.pingyijinren.test; import android.content.Intent; import android.os.Handler; import android.os.Message; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import ... 阅读全文
posted @ 2016-05-19 10:02 zqxLonely 阅读(258) 评论(0) 推荐(0)