代码改变世界

随笔档案-2017年06月

jsson

2017-06-23 10:28 by vcer, 243 阅读, 收藏,
摘要: compile 'com.google.code.gson:gson:2.3.1' 阅读全文

pull_to_refresh_header.xml

2017-06-22 23:27 by vcer, 181 阅读, 收藏,
摘要: <?xml version="1.0" encoding="utf-8"?><LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" and 阅读全文

listview_footer.xml

2017-06-22 23:26 by vcer, 168 阅读, 收藏,
摘要: <?xml version="1.0" encoding="utf-8"?><LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" and 阅读全文

adapter_item.xml

2017-06-22 23:26 by vcer, 292 阅读, 收藏,
摘要: <?xml version="1.0" encoding="utf-8"?><LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" and 阅读全文

activity_studentlist.xml

2017-06-22 23:26 by vcer, 158 阅读, 收藏,
摘要: <?xml version="1.0" encoding="utf-8"?><LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com 阅读全文

activity_php.xml

2017-06-22 23:25 by vcer, 158 阅读, 收藏,
摘要: <?xml version="1.0" encoding="utf-8"?><LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com 阅读全文

Utils.java

2017-06-22 23:24 by vcer, 144 阅读, 收藏,
摘要: package www.wulian1.com.webview;import java.text.SimpleDateFormat;import java.util.Date;import java.util.Locale;/** * Created by Administrator on 2017 阅读全文

activity_main.xml

2017-06-22 23:24 by vcer, 142 阅读, 收藏,
摘要: <?xml version="1.0" encoding="utf-8"?><RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.c 阅读全文

StuManage.java

2017-06-22 23:23 by vcer, 246 阅读, 收藏,
摘要: package www.wulian1.com.webview;/** * Created by Administrator on 2017/5/18. */public class StuManage { String name; int age; long timestamp; public l 阅读全文

StudentListactivity.java

2017-06-22 23:19 by vcer, 190 阅读, 收藏,
摘要: package www.wulian1.com.webview;import android.content.SharedPreferences;import android.os.Bundle;import android.os.Handler;import android.os.Message; 阅读全文

PHPActivity.java

2017-06-22 23:17 by vcer, 306 阅读, 收藏,
摘要: package www.wulian1.com.webview;import android.content.SharedPreferences;import android.icu.text.IDNA;import android.os.Handler;import android.os.Mess 阅读全文

MainActivity.java

2017-06-22 23:14 by vcer, 430 阅读, 收藏,
摘要: package www.wulian1.com.webview;import android.support.v7.app.AppCompatActivity;import android.os.Bundle;import android.webkit.WebView;public class Ma 阅读全文

MyAdapter.java

2017-06-22 23:14 by vcer, 456 阅读, 收藏,
摘要: package www.wulian1.com.webview;import android.app.Activity;import android.view.View;import android.view.ViewGroup;import android.widget.BaseAdapter;i 阅读全文