PullToRefreshGridView
摘要:<com.handmark.pulltorefresh.library.PullToRefreshGridView android:id="@+id/pull_refresh_grid" android:layout_width="fill_parent" android:layout_height
阅读全文
posted @
2016-04-30 12:25
崔崔~
阅读(225)
推荐(0)
httpclient + AsyncTask 请求数据 || httpclient + handler 请求数据
摘要:public class MyAsy extends AsyncTask<String, Integer, String> { private String json; @Override protected String doInBackground(String... params) { //
阅读全文
posted @
2016-04-18 19:38
崔崔~
阅读(259)
推荐(0)
HttpURLConnection 请求网络 || HttpUtils 请求网络
摘要:String get_path = "请求网址"; Handler handler = new Handler() { public void handleMessage(android.os.Message msg) { MyBean mybean = (MyBean) msg.obj; }; }
阅读全文
posted @
2016-04-18 19:27
崔崔~
阅读(630)
推荐(0)
欢迎页小圆点
摘要:xml <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="ma
阅读全文
posted @
2016-04-12 19:08
崔崔~
阅读(177)
推荐(0)
选择
摘要:package com.bwie.test;import java.util.ArrayList;import com.bwie.fragment.Fragment1;import com.bwie.fragment.Fragment2;import com.bwie.fragment.Fragme
阅读全文
posted @
2016-04-05 21:31
崔崔~
阅读(154)
推荐(0)