上一页 1 ··· 3 4 5 6 7 8 9 10 11 12 下一页
  2022年10月16日
摘要: 1.Activity生命周期 1.1ActStartActivity.java package com.example.chapter04; import androidx.appcompat.app.AppCompatActivity; import android.content.Intent; 阅读全文
posted @ 2022-10-16 22:15 平凡力量 阅读(23) 评论(0) 推荐(0) 编辑
  2022年10月15日
摘要: 1.案例-计算器-逻辑处理代码 1.1activity_calcular.xml <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/androi 阅读全文
posted @ 2022-10-15 21:11 平凡力量 阅读(18) 评论(0) 推荐(0) 编辑
  2022年10月14日
摘要: 1.案例-计算器-界面编码 1.1activity_calculator.xml <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/androi 阅读全文
posted @ 2022-10-14 23:04 平凡力量 阅读(20) 评论(0) 推荐(0) 编辑
  2022年10月13日
摘要: 1.ImageView 1.1activity_image_scale.xml <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android 阅读全文
posted @ 2022-10-13 19:53 平凡力量 阅读(13) 评论(0) 推荐(0) 编辑
  2022年10月12日
摘要: 1.长按点击事件 1.1activity_button_long_click.xml <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/andr 阅读全文
posted @ 2022-10-12 22:15 平凡力量 阅读(18) 评论(0) 推荐(0) 编辑
  2022年10月11日
摘要: 1.Button 1.1activity_button_view.xml <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" a 阅读全文
posted @ 2022-10-11 21:32 平凡力量 阅读(15) 评论(0) 推荐(0) 编辑
  2022年10月10日
摘要: 1.RelativeLayout 1.1activity_relative_layout.xml <?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/ 阅读全文
posted @ 2022-10-10 21:49 平凡力量 阅读(12) 评论(0) 推荐(0) 编辑
  2022年10月9日
摘要: 1.设置视图的间距 1.1activity_view_margin.xml <?xml version="1.0" encoding="utf-8"?><!-- 最外层的布局背景为蓝色 --> <LinearLayout xmlns:android="http://schemas.android.c 阅读全文
posted @ 2022-10-09 21:01 平凡力量 阅读(16) 评论(0) 推荐(0) 编辑
  2022年10月8日
摘要: 1.设置文本的颜色 1.1TextColorActivity.java package com.example.chapter03; import androidx.appcompat.app.AppCompatActivity; import android.graphics.Color; imp 阅读全文
posted @ 2022-10-08 20:11 平凡力量 阅读(15) 评论(0) 推荐(0) 编辑
  2022年10月7日
摘要: 1.设置文本字体大小 1.1activity_text_size.xml <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" a 阅读全文
posted @ 2022-10-07 19:37 平凡力量 阅读(15) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 12 下一页