-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path纪录.txt
More file actions
28 lines (26 loc) · 1.1 KB
/
Copy path纪录.txt
File metadata and controls
28 lines (26 loc) · 1.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
1.如何把.jar文件引入android项目中
http://jingyan.baidu.com/article/e75057f2fc62f0ebc81a8961.html
2.如何使用volley.jar框架实现安卓网络通信
http://blog.csdn.net/guolin_blog/article/details/17482095/
3.登入代码
http://www.2cto.com/kf/201402/278147.html
4.注意归纳关于handler以及新线程何时改使用
5.注意归纳checbox如何动态添加以及实现监控
6.checkbox与json实现数据发送至服务端
7.实现二维码扫描
8.实现表数据动态更新
9.实现按钮响应的两种方法
10.实现数据通信的函数请注意po资源以及部分解释
11.关于android与服务器实现通信的条件(同wifi下即同一局域网内)
一个bug
else if(data1.getString("status").equals("willbesaved")) {
tv = new TextView(AddInfo.this);
int kk=i+1;
tv.setText(kk + “”);//直接用++i发现显示时只显示单数,原来默认增加了1
tv.setBackgroundResource(R.drawable.table_textview);
tv.setGravity(Gravity.CENTER);
lp1.setMargins(5, 5, 5, 5);
tv.setLayoutParams(lp1);
tableRow.addView(tv);
}
[1]仓储指数 http://news.hexun.com/2017-01-24/187922871.html