摘要:
传统写法 public class CustomerAdapter extends BaseAdapter { private List mCustomerList; private LayoutInflater mInflater; private ... 阅读全文
摘要:
1.volley的get和post请求数据方式的使用 StringRequest(对返回数据类型不确定的情况下)包含后两种 JsonObjectRequest JsonArrayRequest 回调使用,,成功,失败 Get方式获取数... 阅读全文