2022年10月22日
摘要:
1.文本变化监听器 1.1activity_edit_hide.xml <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" an
阅读全文
posted @ 2022-10-22 22:33
平凡力量
阅读(21)
推荐(0)
2022年10月21日
摘要:
1.编辑框EditText 1.1activity_edit_simple.xml <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/andro
阅读全文
posted @ 2022-10-21 21:07
平凡力量
阅读(28)
推荐(0)
2022年10月20日
摘要:
1.复选框CheckBox 1.1activity_check_box.xml <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android
阅读全文
posted @ 2022-10-20 22:33
平凡力量
阅读(27)
推荐(0)
2022年10月19日
摘要:
1.形状图形 1.1activity_drawable_shape.xml <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
阅读全文
posted @ 2022-10-19 21:05
平凡力量
阅读(24)
推荐(0)
2022年10月18日
摘要:
1.利用资源文件配置字符串 1.1activity_read_string.xml <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/andro
阅读全文
posted @ 2022-10-18 22:06
平凡力量
阅读(26)
推荐(0)
2022年10月17日
摘要:
1.向下一个Activity发送数据 1.1activity_act_send.xml <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/and
阅读全文
posted @ 2022-10-17 23:00
平凡力量
阅读(36)
推荐(0)
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
平凡力量
阅读(34)
推荐(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
平凡力量
阅读(27)
推荐(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
平凡力量
阅读(39)
推荐(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
平凡力量
阅读(22)
推荐(0)