Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#90 #91 #92 #93 #94 #95 实验已全部完成 #297 #994

Merged
merged 11 commits into from
Jun 17, 2016

Conversation

1019940946
Copy link
Contributor

No description provided.

一些资源文件
布局文件
主界面垂直线性布局,由一个ImageView和一个Button组成
新建一个包,存放自定义view
继承ViewGroup实现侧滑菜单,重构onTouchEvent捕捉触屏事件,动态绘制主界面。
将图片保存在内存储器根目录,命名为“lzf.jpg”
建立一个包,存放和数据库相关的文件。
Net1314080903115_MySQLiteOpenHelper ——————继承SQLiteOpenHelper类,编写创建数据库流程。
Net1314080903115_Constant————————————在这个类里,定义了一些常量,包括数据库名称、表名称和表的列名
Net1314080903115_Account————————————这个类用于保存Account表的一条记录。
新建登录界面,实现登录功能
使用 http://lyongsb.cn:81/CloudNotes.asmx/ 接口
用GET方式提交用户名和密码,解析返回的json字符串,得到返回结果
根据结果,登录成功跳转主界面,登录失败时显示提示。
主界面下方的Button绑定一个事件
点击Button调用系统相机。拍照。
拍照得到的图片保存路径设定为内存储器根目录
命名为“lzf.jpg”
再读取这张图片,将这张图片在主界面的ImageView上显示出来
提交配置文件

注意:
项目中使用了org.apache.http.*的类,如httpClient
而api23中删除了与之相关的类
需要在
gradle file中添加

android {
useLibrary 'org.apache.http.legacy'
}
@zengsn zengsn merged commit 111dc72 into hzuapps:master Jun 17, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants