File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 23
23
<item >练习Fragment、Intent和各种资源的使用</item >
24
24
<item >实现几种绘图和动画效果</item >
25
25
<item >建立SQLite数据库和表,封装访问方法</item >
26
- <item >简易网络聊天室应用 </item >
26
+ <item >进程内服务和简易网络聊天室应用 </item >
27
27
<item >暂无</item >
28
28
<item >暂无</item >
29
29
</string-array >
50
50
<item >1、参照chapter4、chapter5、chapter6实验手册,完成上机实验。\n2、新建一个项目,练习Fragment、Intent和各种资源的使用。</item >
51
51
<item >1、参照chapter6、chapter7实验手册,完成上机实验。\n2、新建一个项目,练习各种资源的使用,并实现几种绘图和动画效果。</item >
52
52
<item >1、参照chapter8、chapter9实验手册,完成上机实验。\n2、建立一个SQLite数据库,并建立至少一个表,向表内添加一些数据。建立一个ContentProvider对该数据库的访问进行封装,并提供访问接口。开发一个测试应用,能够通过ContentResolver对前一应用的数据库进行增删改查。</item >
53
- <item >1、参照chapter10、chapter11、chapter12、chapter13实验手册,完成上机实验。\n2、编程建立一个进程内服务,服务提供int compare(int, int)函数,输入两个整数,输出较大的整数,添加一个Activity,与该Service绑定,并能够调用该Service中的compare函数,显示输出结果。\n3、基于Socket编程实现一个简易网络聊天室应用(包括服务器端和Android客户端) 。</item >
53
+ <item >1、参照chapter10、chapter11、chapter12、chapter13实验手册,完成上机实验。\n2、编程建立一个进程内服务,服务提供int compare(int, int)函数,输入两个整数,输出较大的整数,添加一个Activity,与该Service绑定,并能够调用该Service中的compare函数,显示输出结果。\n3、基于Socket编程实现一个简易网络聊天室应用。</item >
54
54
<item >暂无</item >
55
55
<item >暂无</item >
56
56
</string-array >
You can’t perform that action at this time.
0 commit comments