本课题将从用户使用角度出发,完成一个功能齐全、使用便捷,用户界面美观大方的手机通讯录应用系统。为方便用户的管理,让联系人信息和头像一目了然:简化用户进行增加、删除、查找 *** 作;并且具备更改头像的功能,拥有英观。简洁。方便的通讯录主界面。总体目标功能如下:
(1) 查看功能:显示出所有自己数据中的详细值息。
(2) 增加功能:能快速,便捷地录入新数据,包括:你的计划及目标等。
(3) 修改功能:选中自己的信息及计划和目标时,可对此人的相应数报进行修改。
(4) 删除功能:选中你的ID,计划的时,可对此人的相应数据进行删除。
(5) 菜单功能:采用ListVIEw展示计划的用户。
(6) 查询功能:能通过输入姓名或者电话号码查询你的好友的详细信息。
(一)可行性分析(1) 技术可行性:本项目的实现需要一台装有及配置好esqlIE 和 androID studio开发环境的计算机即可。
(2) 经济可行性:本项目的现阶段开发需要一台电脑及安卓手机进行调试,基本上不需要更多的经济需求。在经济方面该项目可行。
(3) *** 作可行性:在项目的界面设计时充分的考虑到手机用户的习惯以及手机性能方面的局限性,开发程序要简单,涉及到的开发环境配置和数据存储并没有特别大的难度,所以该项目在 *** 作上完全可行。
(三)总体架构总体项目 *** 作示意图如下所示:
任务 |
登录 |
搜索 |
我的 |
小熊管家 |
(三)实体、类分析
1、实体分析
本程序包括如下实体:程序界面实体、用户实体、计划项目实体、读写文件实体;
2、类分析,本程序包括如下类
l 程序界面类
l 用户类
l 用户项目记录类
(四)实现思路
文所设计的手机通讯录可以分成三个主要部分,如图3..1所示。
(1).主界面:显示你的任务剩余多少及时间设置,下面可以进入搜索界面,以及显示底部的菜 单框。做到界面简洁大方,用户使用方便。
(2).增/删/联用户的任务信息:包括增加任务及其时间 *** 作。用户的增加、删除,用户的增加、删除、修改、查询;增加联系人的功能是本论文的重点,并在其中加入了添加联系人头像的功能。
(3).用户的登录及其登录方式的选择等
(4) 易 *** 作: *** 作界面简洁直观,符合普通人的 *** 作习惯,使完成各功能所需
要的步骤和流程夫大的减少:
(5)运行流畅:快捷的显示界面功能,最大限度的减少界面之间转换的停滞时
三.数据库设计
5.userform表
名 | nameID | message |
类型 | varchar | varchar |
长度 | 20 | 100 |
| 小李 | 跑步 |
| 小兰 | 游泳 |
| 小明 | 跳绳 |
| 杜嘉良禹 | 玩游戏 |
| 鲍爽 | 写作业 |
图3.2个人管理系统E-R图
1.1 系统总体设计图3.3 企业人事管理功能图
1.2 系统数据库设计根据前面E-R图设计出实现系统功能所需要的数据库表的结构,并以表格的形式列出每一个数据库表的表结构,即字段名、类型、长度、小数位数、是否主键、索引、是否允许为空、说明等。并介绍表与表之间的逻辑关系。如表3.1所示:
表3.1 admin(管理员)
字段名 | 数据类型 | 长度 | 主键 | 索引 | 外键 | 可空 | 说明 |
ID | int | 11 | 是 |
| 否 | 否 | 管理员ID |
username | Varchar | 50 | 否 |
| 否 | 否 | 管理员姓名 |
password | Varchar | 50 | 否 |
| 否 | 否 | 管理员密码 |
1.3 系统详细设计试用期管理模块
表3.13 试用期管理模块
编号 | 输入 | 处理 | 输出 |
1 | 使用期职工必须有的信息 | 在试用期表中增加一条记录 | 返回职工 *** 作列表 |
2 | 试用期评论和结果 | 对试用期记录进行更新 | 返回新的试用期列表 |
3 | 点击试用期列表 | 查询仍处于试用期的职工信息 | 返回试用期列表 |
1.3.1 首页模块
表3.14 离职管理模块
编号 | 输入 | 处理 | 输出 |
1 | 点击我的页面 | 能搜索有多少人在一起的目标 | 然后可以直接转首页 |
2 | 点击任务 | 新增你的任务目标 | 添加 |
1.3.2 界面设计
界面设计的时候先用androIDstudio .xml文件先写出基本样式框架,然后在通过修改java代码为页面链接dzuo。主页面如下图3.4 所示
1.代码
<?xml version="1.0" enCoding="utf-8"?>
<androIDx.constraintlayout.Widget.ConstraintLayout xmlns:androID="http://schemas.androID.com/apk/res/androID"
xmlns:app="http://schemas.androID.com/apk/res-auto"
xmlns:tools="http://schemas.androID.com/tools"
androID:layout_wIDth="match_parent"
androID:layout_height="match_parent"
tools:context=".MainActivity">
<ImageVIEw
androID:layout_wIDth="match_parent"
androID:layout_height="match_parent"
androID:background="@mipmap/beijing"
tools:layout_editor_absoluteX="0dp"
tools:layout_editor_absoluteY="-42dp" />
<TextVIEw
androID:layout_wIDth="wrap_content"
androID:layout_height="wrap_content"
androID:text="你的生活由我守护"
androID:textSize="36sp"
androID:textcolor="#ffffff"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintleft_toleftOf="parent"
app:layout_constraintRight_toRightOf="parent"
app:layout_constrainttop_totopOf="parent" />
<button
androID:ID="@+ID/jiroBtu"
androID:layout_wIDth="wrap_content"
androID:layout_height="wrap_content"
androID:layout_margintop="3dp"
androID:layout_marginRight="8dp"
androID:text="跳过"
androID:textcolor="#ffffff"
androID:textSize="18sp"
androID:background="@androID:color/transparent"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintHorizontal_bias="1.0"
app:layout_constraintleft_toleftOf="parent"
app:layout_constraintRight_toRightOf="parent"
app:layout_constrainttop_totopOf="parent"
app:layout_constraintVertical_bias="0.085" />
</androIDx.constraintlayout.Widget.ConstraintLayout>
图3.4 主 *** 作页面图
1.4 系统实现有要调用数据库,及要相应环境和有很多问题,androID环境非常复杂,运行的代码:Intent用于跳转页面,接口的运用:
jiroBtu=(button)findVIEwByID(R.ID.jiroBtu);
jiroBtu.setonClickListener(new VIEw.OnClickListener() {
@OverrIDe
public voID onClick(VIEw v) {
Intent intent=new Intent(MainActivity.this,SEOndActivity.class);
startActivity(intent);
}
});
1.4.1 首页模块
首页一个有四个主要的功能,ListvIEw、跳转和封装某个用户的信息。本系统为了实现文本管理功能,需要建立文本信息表databas中数据内容, 文本信息库
1.4.1.1 首页分析首页是我们做好一个界面的美化及视觉体验和用户的第一影响,我们应用
1.4.1.2 代码块我简单的实现了页面的跳转及ListVIEw的使用步骤,及了解他的功能分析:
1. 使用了数据库的数据存储2. 数据的录用等功能。3. 自定义适配器的步骤1.4.2 模块分析
主要有四个功能,页面跳转、页面布局、基本的 *** 作
1.4.2.1 第一页面我简单的放一张图片图片,和一个button按钮,用于让用户了解我们的app
功能。
1.4.2.2 首页的布局在首页放几个线性布局,几个线性布局之间相互嵌套使用,这样呢保证整齐有序,有利于后面的工作,及用户需求。button 用于转跳
1.4.2.3 ListvIEw 的页面布局在List中自定义一个类及页面布局和button的按钮通过跳转实现,页面非常简单和美观,非常适合用户的使用规则及法式。
1.4.2.4 我的页面工作流程在页面的头部有用户的头像框点击能到登录页面,使用编写的mybatis接口把这个Javabean对象存到登录页面表中。然后返回我的页面。
1.4.3 任务界面工作页面
在EditText列表中点击填写,界面会把当前任务记录的内容传递给数据库发送给服务器,然后将从数据库中获取到的信息然后controller类来封装ListvIEw的控件结果,添加成功后会把他记录在ListvIEw中。1.4.4 登录页面
在登录 *** 作列表中账号/手机号/邮箱等方式登录,客户端会把对应用户的ID发送给sql,服务器根据获取到的用户ID从数据库中获取到一条职工信息,然后将从数据库中获取到的信息交给登录页面,再把通过密码的判断进行工作再返回给客户端。用户选择注册或者其他方式登录等等,据库,然后数据库会把对对应用户的用户账号和密码。
1.5 系统测试本次实习所用的开发环境为
开发技术:androID studio、MysqL、java
服务器:Tomcat 9.0.8
数据库:MysqL 8.0.11
开发工具:Intellij IDEA,MysqL,androID studio,安卓手机
界面制作:AndroID studio
1.5.1 测试结果
图3.5 不同浏览器运行图
由于我的androID环境不好了,我自己设计的界面
图3.5 系统效果缩略图
四.详细设计
1.代码块
界面的代码:
1.1首页代码
Xml文件
<?xml version="1.0" enCoding="utf-8"?>
<androIDx.constraintlayout.Widget.ConstraintLayout xmlns:androID="http://schemas.androID.com/apk/res/androID"
xmlns:app="http://schemas.androID.com/apk/res-auto"
xmlns:tools="http://schemas.androID.com/tools"
androID:layout_wIDth="match_parent"
androID:layout_height="match_parent"
tools:context=".MainActivity">
<ImageVIEw
androID:layout_wIDth="match_parent"
androID:layout_height="match_parent"
androID:background="@mipmap/beijing"
tools:layout_editor_absoluteX="0dp"
tools:layout_editor_absoluteY="-42dp" />
<TextVIEw
androID:layout_wIDth="wrap_content"
androID:layout_height="wrap_content"
androID:text="你的生活由我守护"
androID:textSize="36sp"
androID:textcolor="#ffffff"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintleft_toleftOf="parent"
app:layout_constraintRight_toRightOf="parent"
app:layout_constrainttop_totopOf="parent" />
<button
androID:ID="@+ID/jiroBtu"
androID:layout_wIDth="wrap_content"
androID:layout_height="wrap_content"
androID:layout_margintop="3dp"
androID:layout_marginRight="8dp"
androID:text="跳过"
androID:textcolor="#ffffff"
androID:textSize="18sp"
androID:background="@androID:color/transparent"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintHorizontal_bias="1.0"
app:layout_constraintleft_toleftOf="parent"
app:layout_constraintRight_toRightOf="parent"
app:layout_constrainttop_totopOf="parent"
app:layout_constraintVertical_bias="0.085" />
</androIDx.constraintlayout.Widget.ConstraintLayout>
Senond代码
<?xml version="1.0" enCoding="utf-8"?>
<androIDx.constraintlayout.Widget.ConstraintLayout
xmlns:androID="http://schemas.androID.com/apk/res/androID"
xmlns:app="http://schemas.androID.com/apk/res-auto"
xmlns:tools="http://schemas.androID.com/tools"
androID:layout_wIDth="match_parent"
androID:layout_height="match_parent"
tools:context=".SEOndActivity">
<relativeLayout
androID:layout_wIDth="match_parent"
androID:layout_height="match_parent"
androID:orIEntation="vertical">
<linearLayout //设计头部的位置
androID:layout_wIDth="match_parent"
androID:layout_height="460dp"
androID:orIEntation="horizontal"
androID:background="@mipmap/beijinger">
<TextVIEw
androID:layout_wIDth="wrap_content"
androID:layout_height="wrap_content"
androID:text="今日剩余任务"
androID:textcolor="#ffffff"
androID:textSize="20sp"
androID:layout_margintop="170dp"
androID:layout_marginleft="140dp"/>
<TextVIEw
androID:layout_wIDth="wrap_content"
androID:layout_height="wrap_content"
androID:layout_gravity="center"
androID:layout_marginleft="-80dp"
androID:text="12"
androID:textcolor="#ffffff"
androID:textSize="46sp" />
<ImageVIEw
androID:layout_wIDth="20dp"
androID:layout_height="20dp"
androID:background="@mipmap/add1"
androID:layout_margintop="15dp"
androID:layout_marginleft="140dp"/>
</linearLayout>
<linearLayout //第二个页面的布局如下:
androID:layout_wIDth="match_parent"
androID:layout_height="100dp"
androID:layout_marginBottom="80dp"
androID:layout_margintop="470dp"
androID:orIEntation="horizontal"
androID:background="#ffefd5">
<TextVIEw
androID:layout_wIDth="wrap_content"
androID:layout_height="wrap_content"
androID:layout_marginleft="30dp"
androID:textcolor="#000000"
androID:text="早7:00起床"
androID:textSize="28sp"
androID:layout_marginBottom="20dp"
androID:layout_margintop="30dp"/>
<button
androID:ID="@+ID/xiayi"
androID:layout_wIDth="40dp"
androID:layout_height="40dp"
androID:layout_marginleft="160dp"
androID:layout_margintop="24dp"
androID:background="@mipmap/souc"/>
</linearLayout>
<linearLayout
androID:layout_wIDth="match_parent"
androID:layout_height="100dp"
androID:layout_margintop="580dp"
androID:layout_marginBottom="40dp"
androID:background="#ffefd5"
androID:orIEntation="horizontal">
<TextVIEw
androID:layout_wIDth="wrap_content"
androID:layout_height="wrap_content"
androID:layout_marginleft="30dp"
androID:layout_margintop="30dp"
androID:layout_marginBottom="20dp"
androID:text="早7:00起床"
androID:textcolor="#000000"
androID:textSize="28sp" />
<Imagebutton
androID:ID="@+ID/duei"
androID:layout_wIDth="40dp"
androID:layout_height="40dp"
androID:layout_marginleft="160dp"
androID:layout_margintop="24dp"
androID:background="@mipmap/souc" />
</linearLayout>
<linearLayout //我们通过这个组的按钮给做跳转
androID:ID="@+ID/grud"
androID:layout_wIDth="match_parent"
androID:layout_height="40dp"
androID:layout_alignParentBottom="true"
androID:layout_margintop="660dp"
androID:background="#eaeaea"
androID:orIEntation="horizontal">
<button
androID:ID="@+ID/diqiu"
androID:layout_wIDth="wrap_content"
androID:layout_height="wrap_content"
androID:background="#eea0e"
androID:layout_weight="1"
androID:layout_gravity="center"
androID:text="首页"
androID:textSize="28sp" />
<button
androID:ID="@+ID/jilu"
androID:layout_wIDth="wrap_content"
androID:layout_height="wrap_content"
androID:layout_gravity="center"
androID:layout_weight="1"
androID:background="#87cefa"
androID:text="任务"
androID:textSize="28sp" />
<button
androID:ID="@+ID/wo"
androID:layout_wIDth="wrap_content"
androID:layout_height="wrap_content"
androID:background="#87cefa"
androID:layout_gravity="center"
androID:layout_weight="1"
androID:text="我的"
androID:textSize="28sp" />
</linearLayout>
</relativeLayout>
</androIDx.constraintlayout.Widget.ConstraintLayout>
第三张布局文件
<?xml version="1.0" enCoding="utf-8"?>
<androIDx.constraintlayout.Widget.ConstraintLayout xmlns:androID="http://schemas.androID.com/apk/res/androID"
xmlns:app="http://schemas.androID.com/apk/res-auto"
xmlns:tools="http://schemas.androID.com/tools"
androID:layout_wIDth="match_parent"
androID:layout_height="match_parent"
tools:context=".SanActivity">
//第三个页面的布局
<linearLayout
androID:layout_wIDth="match_parent"
androID:layout_height="match_parent"
androID:orIEntation="vertical"
androID:background="@mipmap/beijing">
<EditText
androID:ID="@+ID/password"
androID:layout_wIDth="match_parent"
androID:layout_height="wrap_content"
androID:layout_margintop="60dp"
androID:background="@null"
androID:hint="搜索"
androID:inputType="textPassword"
androID:maxLength="13"
androID:singleline="true"
androID:textcolor="#fff"
androID:textcolorHint="#eee"
androID:textSize="25dp"
androID:layout_marginleft="60dp"
androID:layout_marginRight="60dp" />
<linearLayout
androID:layout_wIDth="match_parent"
androID:layout_height="40dp"
androID:orIEntation="horizontal">
<button
androID:layout_wIDth="wrap_content"
androID:layout_height="40dp"
androID:ID="@+ID/btu_1"
androID:layout_margintop="60dp"
androID:layout_marginleft="60dp"
androID:text="查询"
androID:textcolor="#ffffff"/>
<button
androID:layout_wIDth="wrap_content"
androID:layout_height="40dp"
androID:ID="@+ID/btu_2"
androID:layout_margintop="60dp"
androID:layout_marginleft="60dp"
androID:text="返回"
androID:textcolor="#ffffff"
androID:onClick="onClick"/>
</linearLayout>
<ListVIEw
androID:ID="@+ID/Item"
androID:layout_wIDth="match_parent"
androID:layout_height="480dp"
androID:layout_margintop="60dp" />
</linearLayout>
</androIDx.constraintlayout.Widget.ConstraintLayout>
<?xml version="1.0" enCoding="utf-8"?> //要实现数据库的连接及其的封装
<androIDx.constraintlayout.Widget.ConstraintLayout xmlns:androID="http://schemas.androID.com/apk/res/androID"
xmlns:app="http://schemas.androID.com/apk/res-auto"
xmlns:tools="http://schemas.androID.com/tools"
androID:layout_wIDth="match_parent"
androID:layout_height="match_parent"
tools:context=".SiActivity">
<relativeLayout
androID:ID="@+ID/Riod1"
androID:layout_wIDth="match_parent"
androID:layout_height="match_parent"
tools:layout_editor_absoluteX="-16dp"
tools:layout_editor_absoluteY="-253dp">
<ImageVIEw
androID:layout_wIDth="match_parent"
androID:layout_height="match_parent"
androID:layout_marginBottom="360dp"
androID:background="@mipmap/keya" />
<ImageVIEw
androID:layout_wIDth="40dp"
androID:layout_height="40dp"
androID:background="@mipmap/add1"
androID:layout_marginleft="330dp"
androID:layout_margintop="8dp"/>
<ImageVIEw
androID:ID="@+ID/pict1"
androID:layout_wIDth="100dp"
androID:layout_height="100dp"
androID:layout_marginleft="160dp"
androID:layout_margintop="120dp"
androID:layout_marginBottom="500dp"
androID:background="@mipmap/xiaobai" />
<TextVIEw
androID:layout_wIDth="wrap_content"
androID:layout_height="wrap_content"
androID:layout_margintop="240dp"
androID:layout_centerHorizontal="true"
androID:text="小哀"
androID:textcolor="#ffff99"
androID:textSize="24sp" />
<TextVIEw
androID:layout_wIDth="wrap_content"
androID:layout_height="wrap_content"
androID:layout_margintop="280dp"
androID:layout_centerHorizontal="true"
androID:text="已经探索365天"
androID:textcolor="#fffff0"
androID:textSize="24sp" />
</relativeLayout>
<linearLayout
androID:ID="@+ID/linearLayout"
androID:layout_wIDth="match_parent"
androID:layout_height="wrap_content"
androID:orIEntation="horizontal"
app:layout_constraintBottom_toBottomOf="@+ID/Riod1"
tools:ignore="MissingConstraints"
tools:layout_editor_absoluteX="0dp">
<button
androID:ID="@+ID/weixing"
androID:layout_wIDth="80dp"
androID:layout_height="60dp"
androID:layout_marginBottom="280dp"
androID:layout_weight="1"
androID:background="#eedc82"
androID:text="探索"
androID:textSize="28sp" />
<button
androID:ID="@+ID/shiyingshi"
androID:layout_wIDth="80dp"
androID:layout_height="60dp"
androID:layout_weight="1"
androID:background="#ededed"
androID:text="进度"
androID:textSize="28sp" />
<button
androID:ID="@+ID/shese"
androID:layout_wIDth="80dp"
androID:layout_height="60dp"
androID:layout_weight="1"
androID:background="#ededed"
androID:text="设置"
androID:textSize="28sp" />
</linearLayout>
<ListVIEw
androID:ID="@+ID/List1"
androID:layout_wIDth="match_parent"
androID:layout_height="280dp"
app:layout_constraintBottom_toBottomOf="parent"
tools:ignore="MissingConstraints"
tools:layout_editor_absoluteX="0dp" />
</androIDx.constraintlayout.Widget.ConstraintLayout>
//计划页面的布局
<?xml version="1.0" enCoding="utf-8"?>
<androIDx.constraintlayout.Widget.ConstraintLayout xmlns:androID="http://schemas.androID.com/apk/res/androID"
xmlns:app="http://schemas.androID.com/apk/res-auto"
xmlns:tools="http://schemas.androID.com/tools"
androID:layout_wIDth="match_parent"
androID:layout_height="match_parent"
tools:context=".liuActivity">
<linearLayout
androID:layout_wIDth="match_parent"
androID:layout_height="match_parent"
androID:orIEntation="vertical"
androID:background="@mipmap/beijing">
<linearLayout
androID:layout_wIDth="match_parent"
androID:layout_height="wrap_content"
androID:orIEntation="horizontal">
<TextVIEw
androID:layout_wIDth="20dp"
androID:layout_height="20dp"
androID:layout_margintop="100dp"
androID:layout_marginleft="30dp"
androID:background="#ffff00"
androID:layout_weight="0.01" />
<TextVIEw
androID:layout_wIDth="20dp"
androID:layout_height="30dp"
androID:layout_margintop="100dp"
androID:layout_marginleft="10dp"
androID:layout_weight="0.9"
androID:text="晚上跑步"
androID:textSize="24sp"
androID:textcolor="#ffffff"/>
<TextVIEw
androID:layout_wIDth="80dp"
androID:layout_height="30dp"
androID:layout_margintop="90dp"
androID:layout_marginleft="10dp"
androID:text="1980人加入"
androID:textcolor="#ffffff"/>
</linearLayout>
<linearLayout
androID:layout_wIDth="340dp"
androID:layout_height="340dp"
androID:layout_marginleft="40dp"
androID:layout_margintop="60dp"
androID:background="#fdf5e6"
androID:orIEntation="vertical">
<TextVIEw
androID:layout_wIDth="wrap_content"
androID:layout_height="wrap_content"
androID:text="计划(天)"
androID:textSize="18sp"
androID:layout_margintop="20dp"
androID:layout_marginleft="20dp"/>
<EditText
androID:layout_wIDth="260dp"
androID:layout_height="wrap_content"
androID:layout_marginleft="20dp"
androID:layout_margintop="60dp"
androID:text="340"
androID:textcolorHint="#F4a460"
androID:textSize="36sp"
androID:layout_gravity="center"/>
<TextVIEw
androID:layout_wIDth="wrap_content"
androID:layout_height="wrap_content"
androID:layout_marginleft="40dp"
androID:layout_margintop="20dp"
androID:text="任务生命力"/>
<TextVIEw
androID:layout_wIDth="wrap_content"
androID:layout_height="wrap_content"
androID:text="原始状态每完成一次积累0.5生命力"
androID:textSize="18sp"
androID:textcolor="#000000"
androID:layout_margintop="10dp"
androID:layout_marginleft="40dp"/>
</linearLayout>
<button
androID:ID="@+ID/jingtain"
androID:layout_wIDth="160dp"
androID:layout_height="60dp"
androID:layout_marginleft="120dp"
androID:layout_margintop="40dp"
androID:centerX="0.5"
androID:text="开始时间"
androID:textSize="20sp"/>
<button
androID:ID="@+ID/tianjia"
androID:layout_wIDth="match_parent"
androID:layout_height="80dp"
androID:layout_margintop="20dp"
androID:text="确认添加"/>
</linearLayout>
</androIDx.constraintlayout.Widget.ConstraintLayout>
Java代码
package com.example.liu_application;
import androIDx.appcompat.app.AppCompatActivity;
import androID.content.Intent;
import androID.os.Bundle;
import androID.vIEw.VIEw;
import androID.Widget.button;
public class MainActivity extends AppCompatActivity {
private button jiroBtu;
@OverrIDe
protected voID onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentVIEw(R.layout.activity_main);
jiroBtu=(button)findVIEwByID(R.ID.jiroBtu);
jiroBtu.setonClickListener(new VIEw.OnClickListener() {
@OverrIDe
public voID onClick(VIEw v) {
Intent intent=new Intent(MainActivity.this,SEOndActivity.class);
startActivity(intent);
}
});
}
} //这个是实现界面跳转
9 java的
package com.example.liu_application; //把Listviw封装
import androID.content.Context;
import androID.content.Intent;
import java.util.List;
public class SiConstellation {
private Intent conID;
private String conname;
private String Itemcontent;
private Intent ItemID;
public SiConstellation(Intent conID, String conname, String Itemcontent,Intent ItemID) {
super();
}
public SiConstellation(){
}
public Intent getConID() {
return conID;
}
public voID setConID(Intent conID) {
this.conID = conID;
}
public String getConname() {
return conname;
}
public voID setConname(String conname) {
this.conname = conname;
}
public String getItemcontent() {
return Itemcontent;
}
public voID setItemcontent(String itemcontent) {
Itemcontent = itemcontent;
}
public Intent getItemID() {
return ItemID;
}
public voID setItemID(Intent itemID) {
ItemID = itemID;
}
}
//自定义的类List的样式及邻近数据库
package com.example.liu_application;
import androIDx.appcompat.app.AppCompatActivity;
import androID.content.ContentValues;
import androID.content.Intent;
import androID.database.Cursor;
import androID.database.sqlite.sqliteDatabase;
import androID.os.Bundle;
import androID.vIEw.VIEw;
import androID.Widget.button;
import androID.Widget.EditText;
import androID.Widget.Toast;
public class SanActivity extends AppCompatActivity implements VIEw.OnClickListener {
MyHelper myHelper;
private EditText password;
private button btu_1;
@OverrIDe
protected voID onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentVIEw(R.layout.activity_san);
myHelper=new MyHelper(this);
init();
}
private voID init() {
btu_1=(button)findVIEwByID(R.ID.btu_1);
password=(EditText)findVIEwByID(R.ID.password);
btu_1.setonClickListener(this);
password.setonClickListener(this);
}
public voID onclick(VIEw vIEw){
Intent intent=new Intent(SanActivity.this,SEOndActivity.class);
startActivity(intent);
}
@OverrIDe
public voID onClick(VIEw v) {
String content;
int ID;
sqliteDatabase db;
ContentValues values;
switch (v.getID()){
case R.ID.btu_1:
db=myHelper.getReadableDatabase();
Cursor cursor=db.query("information",null,null,null,null,null,null);
if (cursor.getColumnCount()==0){
password.setText("");
Toast.makeText(this,"没有数据",Toast.LENGTH_SHORT).show();
}else {
cursor.movetoFirst();
password.setText("ID:"+cursor.getString(1)+"; content:"+cursor.getString(2));
}
while (cursor.movetoNext()){
password.append("\n"+"ID:"+cursor.getString(1)+";content"+cursor.getString(2) );
}
cursor.close();
db.close();
break;
}
}
}
五.总结
通过这次课程设计,让我们更加深刻了解课本知识,和以往对知识的疏忽得以补充,在设计过程中遇到一些模糊的知识,比如说数据库的打开与关闭,有的数据很难查出,但是这些问题经过设计与修改,都一一得以解决,为我们以后工作打下了严实的基础,但我们上传文件的功能一直没有实现。
这次课程设计是让我们对课本知识的巩固和应用使我们做事的耐心和仔细程度得以提高。课程设计是培训学生运用本专业所学的理论知识和专业知识来分析解决实际问题的重要教学环节,同样,也促使了同学们的相互探讨,相互学习。因此,我们必须认真、谨慎、踏实、一步一步的完成设计。
总结以上是内存溢出为你收集整理的课设全部内容,希望文章能够帮你解决课设所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)