会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
zhaoqianwan
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
5
6
7
8
9
10
11
12
13
···
30
下一页
2024年10月14日
10.14
摘要: import android.content.Context; import android.content.SharedPreferences; import android.os.Bundle; import android.widget.EditText; import androidx.ap
阅读全文
posted @ 2024-10-14 20:44 赵千万
阅读(6)
评论(0)
推荐(0)
2024年10月13日
10.13
摘要: import android.app.TimePickerDialog; import android.os.Bundle; import android.view.View; import android.widget.Button; import android.widget.TimePicke
阅读全文
posted @ 2024-10-13 20:43 赵千万
阅读(4)
评论(0)
推荐(0)
2024年10月12日
10.12
摘要: import android.app.DatePickerDialog; import android.os.Bundle; import android.view.View; import android.widget.Button; import android.widget.DatePicke
阅读全文
posted @ 2024-10-12 18:41 赵千万
阅读(10)
评论(0)
推荐(0)
2024年10月11日
10.11
摘要: 今天尝试连接前后端
阅读全文
posted @ 2024-10-11 19:41 赵千万
阅读(7)
评论(0)
推荐(0)
2024年10月10日
10.10
摘要: import android.os.Bundle; import android.view.View; import android.widget.EditText; import android.widget.Toast; import androidx.appcompat.app.AppComp
阅读全文
posted @ 2024-10-10 16:36 赵千万
阅读(5)
评论(0)
推荐(0)
2024年10月9日
10.9
摘要: <!-- activity_main.xml --> <RadioGroup android:id="@+id/radio_group" android:layout_width="wrap_content" android:layout_height="wrap_content"> <RadioB
阅读全文
posted @ 2024-10-09 20:41 赵千万
阅读(5)
评论(0)
推荐(0)
2024年10月8日
10.8
摘要: <!-- activity_main.xml --> <CheckBox android:id="@+id/checkbox" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text=
阅读全文
posted @ 2024-10-08 19:26 赵千万
阅读(4)
评论(0)
推荐(0)
2024年9月30日
9.30
摘要: BitmapDrawable:位图,即图像文件(如 PNG、JPEG 等)。 ShapeDrawable:形状,如矩形、圆形等。 LayerDrawable:层叠图层,可以将多个 Drawable 组合成一个复杂的图层。 VectorDrawable:矢量图,支持放大不失真的图形。 ColorDra
阅读全文
posted @ 2024-09-30 16:23 赵千万
阅读(6)
评论(0)
推荐(0)
2024年9月29日
9.29
摘要: import android.content.Intent; import android.os.Bundle; import androidx.appcompat.app.AppCompatActivity; import android.view.View; public class MainA
阅读全文
posted @ 2024-09-29 20:03 赵千万
阅读(4)
评论(0)
推荐(0)
2024年9月28日
9.28
摘要: import android.content.Intent; import android.os.Bundle; import android.util.Log; import androidx.appcompat.app.AppCompatActivity; public class MainAc
阅读全文
posted @ 2024-09-28 17:33 赵千万
阅读(7)
评论(0)
推荐(0)
上一页
1
···
5
6
7
8
9
10
11
12
13
···
30
下一页
公告