12 2019 档案

第十次作业
摘要:<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" an 阅读全文

posted @ 2019-12-10 13:07 丛雪 阅读(99) 评论(0) 推荐(0)

第八次作业
摘要:package com.example.qq2; import android.app.Activity; import android.content.SharedPreferences; import android.content.SharedPreferences.Editor; impor 阅读全文

posted @ 2019-12-08 20:43 丛雪 阅读(128) 评论(0) 推荐(0)

课程设计
摘要:Android应用程序开发 课程设计报告 (2019—2020学年 第Ⅰ学期) 基于Android的宠物领养系统 系 别 信息与控制工程 专 业 计算机科学与技术 班 级 1701 姓 名 丛 雪 指导教师 郭 丹 目录 一、 摘要1 二、 需求分析1 (一) 需求分析 1 (二) UML需求用例图 阅读全文

posted @ 2019-12-06 22:56 丛雪 阅读(620) 评论(1) 推荐(0)

第七次作业-fragment
摘要:Fragment,简称碎片,是Android 3.0(API 11)提出的,为了兼容低版本,support-v4库中也开发了一套Fragment API,最低兼容Android 1.6。 Fragment是依赖于Activity的,不能独立存在的。 一个Activity里可以有多个Fragment。 阅读全文

posted @ 2019-12-06 18:15 丛雪 阅读(211) 评论(0) 推荐(0)

第七次作业
摘要:<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_ 阅读全文

posted @ 2019-12-06 18:02 丛雪 阅读(180) 评论(0) 推荐(0)

导航