我是靠谱客的博主 欢喜银耳汤,这篇文章主要介绍android消息响应实验报告,android实验一实验报告-20210401011015.docx-原创力文档,现在分享给大家,希望可以做个参考。

Last revision on 21 December 2020

Last revision on 21 December 2020

Android实验一实验报告

Android实验报告一

姓名:丁军峰

班级:信科12-3

学号实验内容

编写一个Android应用程序,实现对自己物品的管理,功能包括添加、删除和查询等

实验目的

了解android开发流程,掌握SQLite数据库和ListView控件的使用

需求分析

使用SQLite数据库,使用ListView控件显示物品

实验过程

创建程序,设计用户交互界面

android:layout_width="match_parent"

android:layout_height="match_parent"

android:orientation="vertical" >

android:layout_width="match_parent"

android:layout_height="0dp"

android:layout_weight="1"

android:orientation="vertical">

android:layout_width="wrap_content"

android:layout_height="wrap_content"

android:text="物品清单"

/>

android:layout_width="match_parent"

android:layout_height="wrap_content"

android:orientation="horizontal">

android:layout_width="wrap_content"

android:layout_height="wrap_content"

android:text="物品名称"/>

android:id="@+id/id_et_stuffname"

android:layout_width="match_parent"

android:layout_height="wrap_content"

android:inputType="text"/>

android:layout_width="match_parent"

android:layout_height="wrap_content"

android:orientation="horizontal">

android:layout_width="wrap_content"

android:layout_height="wrap_content"

android:text="物品个数"/>

android:id="@+id/id_et_stuffamount"

android:layout_width="match_parent"

android:layout_height="wrap_content"

android:inputType="text"/>

最后

以上就是欢喜银耳汤最近收集整理的关于android消息响应实验报告,android实验一实验报告-20210401011015.docx-原创力文档的全部内容,更多相关android消息响应实验报告,android实验一实验报告-20210401011015内容请搜索靠谱客的其他文章。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(67)

评论列表共有 0 条评论

立即
投稿
返回
顶部