摘要: 1.创建3个界面 第一个界面有3个button 第二个界面有单选按钮 学历:初中 高中 专科 本科 第三个界面有5个复选框 学过哪些课程 Java Ios Android Html Jsp 把第二个界面设置为启动界面 <?xml version="1.0" encoding="utf-8"?> <R 阅读全文
posted @ 2021-10-07 23:24 溜溜梅1 阅读(10) 评论(0) 推荐(0) 编辑
摘要: 1.安装环境,截图编程界面,截图运行界面 2.九宫格 <?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:i 阅读全文
posted @ 2021-10-07 23:21 溜溜梅1 阅读(19) 评论(0) 推荐(0) 编辑
摘要: 1.三个界面,界面1点击按钮使用显式意图开启界面2.界面2点击按钮隐式意图开启界面3 com.example.wyn; import android.os.Bundle; import android.app.Activity; import android.content.Intent; impo 阅读全文
posted @ 2021-10-07 23:19 溜溜梅1 阅读(15) 评论(0) 推荐(0) 编辑