<Android>目录
本文最后更新于:2025年3月26日 下午
目录
1 Android 概述
-
1.1 活动 Activity
-
1.1.1 Intent
-
1.1.2 Activity 的生存周期
-
1.1.3 Activity 的启动方式
-
1.1.4 Fragment
-
-
1.2 应用程序 Application
-
1.3 服务 Service
-
1.3.1 在子线程中更新 UI
-
-
1.4 广播接收器 BroadcastReceiver
2 Android UI
-
2.1 布局 ViewGroup
-
2.1.1 线性布局 LinearLayout
-
2.1.2 相对布局 RelativeLayout
-
2.1.3 帧布局 FrameLayout
-
2.1.4 网格布局 GridLayout
-
2.1.5 绝对布局 AbsoluteLayout
-
2.1.6 表格布局 TableLayout
-
-
2.2 组件 View
-
2.2.1 文本框 TextView
-
2.2.2 文本输入框 EditText
-
2.2.3 按钮 Buttom
-
2.2.4 图像视图 ImageView
-
2.2.5 单选按钮 RadioButtom、复选按钮 CheckBox
-
2.2.6 切换按钮 ToggleButtom、开关 Switch
-
2.2.7 进度条 ProgressBar
-
2.2.8 拖动条 SeekBar
-
2.2.9 滚动条 ScrollView
-
2.2.10 日期时间组件
-
-
2.3 适配器 Adapter
-
2.3.1 基本适配器 BaseAdapter
-
2.3.2 容器控件 AdapterView
-
-
2.4 其他控件
-
2.4.1 提示框 Toast
-
2.4.2 对话框 AlertDialog
-
2.4.3 自定义对话框 PopupWindow
-
2.4.4 消息通知 Notification
-
-
2.5 可绘制图形 Drawable
-
2.5.1 形状图形 ShapeDrawable
-
2.5.2 点九图片 NinePatchDrawable
-
2.5.3 状态列表图形 StateListDrawable
-
3 数据存储
-
3.1 共享参数 SharedPreferences
-
3.2 数据库 SQLite
-
3.2.1 SQLite 语法
-
数据定义语言 DDL
-
数据操作语言 DML
-
-
3.2.2 数据库管理器 SQLiteDatabase
-
ContentValues 类
-
Cursor 类
-
-
3.2.3 数据库管理辅助类 SQLiteOpenHelper
-
3.2.4 Room 框架
-
-
3.3 存储卡文件操作
-
3.3.1 位图 Bitmap
-
-
3.4 内容提供者 ContentProvider
-
3.4.1 通用资源标识符 URI
-
3.4.2 ContentResolver
-
3.4.3 运行时申请权限
-
项目:记账软件
<Android>目录
https://i-melody.github.io/2024/09/26/Android/0 目录/