上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 43 下一页
摘要: 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 阅读(785) 评论(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 阅读(546) 评论(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 阅读(460) 评论(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 阅读(216) 评论(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 阅读(219) 评论(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 阅读(329) 评论(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 阅读(208) 评论(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 阅读(919) 评论(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 阅读(549) 评论(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 阅读(1627) 评论(0) 推荐(0)
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 43 下一页