下载此文档

Android课程设计报告书.docx


文档分类:办公文档 | 页数:约11页 举报非法文档有奖
1/11
下载提示
  • 1.该资料是网友上传的,本站提供全文预览,预览什么样,下载就什么样。
  • 2.下载该文档所得收入归上传者、原创者。
  • 3.下载的文档,不会出现我们的网址水印。
1/11 下载此文档
文档列表 文档介绍
Android课程设计报告书
题目:RFID药品WMS仓库管理系统
院(系)别
交通与物流工程学院
物联网工程专业
物联132
指导教师
二。一六年六月
目录
一、摘要 2
二、课题及要求 3layout_height="wrap_content" android:text='传 码:"
android:textColor="***@android:color/black" android:textSize="20dip"
android:layout_alignTop="***@id/edi2" android:paddingTop="6dip" android:layout_toLeftOf="***@id/edi2"/>
<Button
android:id="@+id/btn1"
android:layout_width="100sp" android:layout_height="wrap_content" android:text="登陆"
android:layout_alignLeft="***@id/edi2"
android:layout_below="***@id/edi2 android:onClick="onload" />
<Button
android:id="@+id/btn2"
android:layout_width="100sp"
android:layout_height="wrap_content" android:text="注册"
android:layout_below="***@id/edi2"
android:layout_toRightOf="***@id/btn1" android:onClick="onres"
package ;
import ;
/**
*用户注册页面
*/
public class UserRegister extends Activity { private EditText name;
private EditText pass;
private EditText passsure;
private EditText workid;
SqlHelpdemo db;
SQLiteDatabase sDatabase = null;
***@Override
protected void onCreate(Bundle savedInstanceState) { (savedInstanceState);
db = new SqlHelpdemo(getApplicationContext(), "", null, 1); sDatabase = ();
}
public void sure(View v) {
db = new SqlHelpdemo(getApplicationContext(), "", null, 1);
sDatabase = ();
if (().toString().equals("")
|| ().toString().equals("")
|| ().toString().equals("")
|| ().toString().equals("")) {
(, "错误信息", "请填写完整信息!");
} else if (!().toString()
.equals(().toString())) {
(, "错误信息", "两次密码输入不一致!"); } else {
String ename = ().toString();
String epass = ().toString();
String eid = ().toString();
// 查询语句
String selectStr = "select username from user_info";
Cursor select_cursor = (sel

Android课程设计报告书 来自淘豆网m.daumloan.com转载请标明出处.

相关文档 更多>>
非法内容举报中心
文档信息
  • 页数11
  • 收藏数0 收藏
  • 顶次数0
  • 上传人zhangshus
  • 文件大小15 KB
  • 时间2022-07-19
最近更新