技术栈
android runtime
我命由我12345
3 小时前
android
·
java
·
开发语言
·
java-ee
·
kotlin
·
android jetpack
·
android runtime
Kotlin 开发 - Kotlin 反引号转义关键字
我命由我12345
3 天前
android
·
java-ee
·
kotlin
·
android studio
·
android jetpack
·
android-studio
·
android runtime
Android 开发,FragmentPagerAdapter 的 isViewFromObject 方法问题
这里返回的 object 实际上是一个 Fragment,而不是 View。而 isViewFromObject 方法的作用是判断 View 是否与 object 相关联
我命由我12345
5 天前
android
·
java
·
java-ee
·
android studio
·
android jetpack
·
android-studio
·
android runtime
Android Service - Service 生命周期变化、Service 与 Activity 双向交互
在 BindAndUnbindServiceTest1Activity 中,点击【跳转】按钮,跳转到 BindAndUnbindServiceTest2Activity
我命由我12345
6 天前
android
·
github
·
android studio
·
安卓
·
android jetpack
·
android-studio
·
android runtime
Android 开发问题:Could not find com.github.PicnicSupermarket:FingerPaintView:1.2.
这个错误表示项目引入的依赖 FingerPaintView 无法从当前的配置的仓库中找到,即无法从阿里云 Maven 仓库、Google Maven 仓库、Maven Central 仓库中找到
我命由我12345
7 天前
android
·
java
·
java-ee
·
android jetpack
·
android-studio
·
androidx
·
android runtime
Android 开发问题:MlKitException: An internal error occurred during initialization.
我命由我12345
10 天前
android
·
java
·
java-ee
·
android studio
·
android-studio
·
androidx
·
android runtime
Android 开发问题:项目同时引入了两个包含相同类文件的库(AndroidX 库、旧版本支持库),导致了重复类错误
AndroidX 库(新版本支持库):androidx.core:core:1.9.0旧版本支持库:com.android.support:support-compat:25.3.1
帅次
10 天前
android
·
ios
·
微信小程序
·
小程序
·
android studio
·
android runtime
讯飞与腾讯云:Android 实时语音识别服务对比选择
在 移动端 接入实时语音识别方面,讯飞和腾讯云都是优秀的选择,但各有其特点和优势。以下是对两者的详细比较:
我命由我12345
11 天前
android
·
java
·
java-ee
·
android studio
·
android jetpack
·
android-studio
·
android runtime
Bugly - Bugly 基本使用( App 质量追踪平台)
以前:用户反馈“点了一下就闪退了”,开发者复现不了,无从下手现在:Bugly 后台直接看到崩溃堆栈、机型、系统版本、操作路径,精准定位到某行代码
帅次
12 天前
android
·
android studio
·
android jetpack
·
android runtime
Jetpack Compose 焦点与键盘:FocusRequester、imePadding 与 BringIntoView 实战
官方 Focus 文档偏 API;本文写 键盘链路 与 edge-to-edge 下的Insets 组合战。
我命由我12345
14 天前
android
·
c语言
·
c++
·
visualstudio
·
android studio
·
android-studio
·
android runtime
Android Framework P4 - ServiceManager 进程
binder_open(128*1024):打开 Binder 驱动open("/dev/binder", O_RDWR):打开 /dev/binder
我命由我12345
16 天前
android
·
c语言
·
开发语言
·
c++
·
visualstudio
·
visual studio
·
android runtime
Android Framework P3 - MediaServer 进程、认识 ServiceManager 进程
我命由我12345
17 天前
android
·
c语言
·
开发语言
·
c++
·
visualstudio
·
visual studio
·
android runtime
C++ - 面向对象 - 析构函数
析构函数是对象销毁时自动调用的特殊成员函数,用于释放资源析构函数名称为 ~【类名】,无参数,无返回值一个类只有一个析构函数,不写则编译器生成空析构函数
我命由我12345
19 天前
android
·
开发语言
·
java-ee
·
android studio
·
android jetpack
·
android-studio
·
android runtime
Android 开发问题:TextView 内容超过宽度时,默认不会换行
我命由我12345
21 天前
android
·
开发语言
·
android studio
·
android jetpack
·
android-studio
·
android runtime
Android 开发:Unable to start service Intent { ... } U=0: not found
我命由我12345
23 天前
android
·
c语言
·
c++
·
学习
·
android jetpack
·
android-studio
·
android runtime
Android Framework P1 - 低配学习 Framework 方案、开机启动 Init 进程
在线阅读源码:http://xrefandroid.com/,这是一个国内访问速度不错的第三方镜像站打开网址,Android Source 下选择 Android - 15.0.0_r1,目录结构如下
我命由我12345
1 个月前
android
·
java
·
java-ee
·
kotlin
·
android jetpack
·
android-studio
·
android runtime
Jetpack Compose - 设置 Compose 编译器、设置 Compose 依赖项
可以直接在模块级启用,项目级声明不是必须的项目级声明的真正价值在于,项目级 build.gradle.kts 文件只声明版本,不应用,各个模块级 build.gradle.kts 文件继承版本,直接应用
我命由我12345
1 个月前
android
·
java
·
开发语言
·
kotlin
·
android studio
·
android-studio
·
android runtime
Kotlin 开发 - lateinit 关键字
lateinit 用于延迟初始化非空属性,避免声明时立即赋值或使用可空类型lateinit 只能用于 var,不能用于 val
我命由我12345
1 个月前
android
·
java-ee
·
kotlin
·
android studio
·
android jetpack
·
android-studio
·
android runtime
Kotlin 开发 - sealed 关键字
sealed 用来定义密封类,作用是限制子类的类型把类声明为 sealed,它的子类只能定义在同一个文件里
帅次
1 个月前
android
·
java
·
面试
·
kotlin
·
binder
·
zygote
·
android runtime
Android 高级工程师面试速记版
这一篇不是展开讲原理,而是给你面试前快速过脑子用。建议搭配前面的系列正文一起看。看到题目后,优先按这个顺序组织答案:
我命由我12345
1 个月前
android
·
java
·
java-ee
·
android studio
·
android jetpack
·
android-studio
·
android runtime
Android 开发问题:Raw use of parameterized class ‘Class‘