2019年12月6日

摘要: Android移动应用开发 课程设计报告 (2019—2020学年 第Ⅰ学期) 电子词典 系 别 信息与控制工程 专 业 计算机科学与技术 班 级 1701 姓 名 高兴 指导教师 郭 丹 目录 一、需求分析 1.1引言 1.1.1编写目的 1.1.2项目背景 1.2功能需求分析 1.2.1功能描述 阅读全文
posted @ 2019-12-06 22:54 小虎鲨 阅读(7607) 评论(5) 推荐(0) 编辑

2019年11月7日

摘要: <?xml version="1.0" encoding="utf-8"?><RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.c 阅读全文
posted @ 2019-11-07 00:10 小虎鲨 阅读(194) 评论(0) 推荐(0) 编辑

2019年10月31日

摘要: <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" andro 阅读全文
posted @ 2019-10-31 01:25 小虎鲨 阅读(142) 评论(0) 推荐(0) 编辑

2019年10月23日

摘要: <?xml version="1.0" encoding="utf-8"?><RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" andr 阅读全文
posted @ 2019-10-23 22:46 小虎鲨 阅读(93) 评论(0) 推荐(0) 编辑

2019年10月9日

摘要: <?xml version="1.0" encoding="utf-8"?><LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:tools="http://schemas.android.c 阅读全文
posted @ 2019-10-09 17:53 小虎鲨 阅读(119) 评论(0) 推荐(0) 编辑

2019年9月25日

摘要: package com.example.jsq;import android.content.DialogInterface;import android.graphics.Color;import android.os.Bundle;import android.view.View;import androidx.appcompat.app.AlertDialog;impor... 阅读全文
posted @ 2019-09-25 12:34 小虎鲨 阅读(134) 评论(0) 推荐(0) 编辑

2019年9月17日

摘要: <?xml version="1.0" encoding="utf-8"?><LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com 阅读全文
posted @ 2019-09-17 22:13 小虎鲨 阅读(130) 评论(0) 推荐(0) 编辑

2019年9月9日

摘要: <?xml version="1.0" encoding="utf-8"?><RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" a 阅读全文
posted @ 2019-09-09 17:44 小虎鲨 阅读(122) 评论(0) 推荐(0) 编辑

2019年9月4日

摘要: <?xml version="1.0" encoding="utf-8"?><RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"xmlns:app="http://schemas.android.com/ 阅读全文
posted @ 2019-09-04 16:14 小虎鲨 阅读(100) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2019-09-04 16:13 小虎鲨 阅读(67) 评论(0) 推荐(0) 编辑