全文搜索
标题搜索
全部时间
1小时内
1天内
1周内
1个月内
默认排序
按时间排序
为您找到相关结果2,280,483个

Android 自定义来电秀实现总结_Android_脚本之家

Android 自定义来电秀实现总结更新时间:2023年01月18日 14:07:08 作者:小肥羊冲冲冲Android 这篇文章主要为大家介绍了Android 自定义来电秀实现总结示例详解,有需要的朋友可以借鉴参考下,希望能够有所帮助,祝大家多多进步,早日升职加薪+ 目录 GPT4.0+Midjourney绘画+国内大模型 会员永久免费使用!【 如果你想靠AI...
www.jb51.net/article/2731...htm 2025-5-22

Android Retrofit使用详细教程_Android_脚本之家

Retrofit是Android用来接口请求的网络框架,内部是基于OkHttp实现的,retrofit负责接口请求的封装,retrofit可以直接将接口数据解析为Bean类、List集合等,直接简化了中间繁琐的数据解析过程,这篇文章主要介绍了Android Retrofit使用详情,需要的朋友可以参考下+ 目录 GPT4.0+Midjourney绘画+国内大模型 会员永久免费使用!【 如果你...
www.jb51.net/program/3181554...htm 2025-5-23

Android通知栏增加快捷开关的功能实现教程_Android_脚本之家

快捷开关是Android 7(target 24)的新能力,因此在使用该能力前必须先判断版本大小(大于等于target 24)。1、自定义一个TileService类。1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 class MyQSTileService: TileService() { override fun onTileAdded() { super.onTileAdded() } ...
www.jb51.net/article/2737...htm 2025-5-16

详解Android中Dialog的使用_Android_脚本之家

Android中经常要使用Dialog来实现一些提示以及一些特殊的效果,而且样式也不一样,每次都得查一大堆资料,还不一定能解决,这里总结一些常用的Dialog的实践。普通的Dialog1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 //普通的AlertDialog对话框 findViewById(R.id.btn_common).set...
www.jb51.net/article/1019...htm 2025-5-18

Android Activity共享元素动画示例解析_Android_脚本之家

android:layout_height="40dp" android:gravity="center" android:text="Text Line 1(a)" /> <TextView android:layout_width="wrap_content" android:layout_height="40dp" android:gravity="center" android:text="Text Line 3(a)" /> </LinearLayout> 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 ...
www.jb51.net/article/2631...htm 2022-9-19

10种提升android运行效率的建议_Android_脚本之家

这篇文章主要分享提升android运行效率的建议,如何让安卓程序在有限的内存和电池资源下流畅快速有效率的运行,下面给大家分享下面给出了10种实践中的建议,需要的朋友可以参考一下 + 目录 GPT4.0+Midjourney绘画+国内大模型 会员永久免费使用! 【如果你想靠AI翻身,你先需要一个靠谱的工具!】 ...
www.jb51.net/article/2273...htm 2025-5-14

android实现注册页面开发_Android_脚本之家

<item name="android:layout_marginLeft">30dp</item> <item name="android:background">@null</item> <item name="android:textColor">@android:color/white</item> </resources> 布局文件(activity_main) 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 ...
www.jb51.net/article/2457...htm 2025-5-13

Android 缩放动画 ScaleAnimation的使用小结_Android_脚本之家

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 <?xml version="1.0" encoding="utf-8"?> <set xmlns:android="http://schemas.android.com/apk/res/android"> <scale android:interpolator="@android:anim/accelerate_interpolator" android:duration="1000" android:fillAfter="true" android...
www.jb51.net/program/318526e...htm 2025-5-22

Android开发欢迎页点击跳过倒计时进入主页_Android_脚本之家

14 15 16 17 18 19 20 <?xmlversion="1.0"encoding="utf-8"?> <LinearLayoutxmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:tools="http://schemas.android.com/tools" ...
www.jb51.net/program/307371o...htm 2025-5-19

一文带你搞清楚Android游戏发行切包资源ID那点事_Android_脚本之家

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 .class public final Landroidx/activity/R$id; .super Ljava/lang/Object; # annotations // ... # static fields .field public static final view_tree_on_back_pressed_dispatcher_owner:I = 0x7f0902df # direct methods .method private constructor <...
www.jb51.net/article/2832...htm 2025-5-19