ITmob

所有标签

#lateinit VS lazy 1 #DrawStyle 2 #Logcat 1 #AOSP 1 #Kotlin 2.0 1 #UriRelativeFilter 1 #UriRelativeFilterGroup 2 #ApplicationStartInfo 1 #Unresolved reference 1 #DETECT_SCREEN_RECORDING 1 #GradientBorder 1 #ClickableText 1 #Private Space 1 #Widget 1 #Android 15 9 #Deeplink 1 #Flow 1 #MediaStore 1 #Ripple Effect 1 #MediaPlayer 1 #MediaMetadataRetriever 1 #ExpandableText 1 #callbackFlow 1 #collect 1 #collectLatest 1 #copy VS deepcopy 1 #Closure 1 #drawWithCache 1 #drawBehind 1 #drawWithContent 1 #Jsoup 1 #Comparable VS Comparator 1 #Comparable & Comparator 0 #!! 和 ?. 1 #INSTALL_FAILED_TEST_ONLY 1 #TextToolbar 1 #RTL 0 #AndroidView 1 #ComposeView 1 #Additional settings in the app 1 #Jetpack Glance 4 #ScreenBrightness 1 #LocalClipboardManager 1 #ClipboardManager 1 #BoxWithConstraints 1 #LocalInspectionMode 1 #onNewIntent 1 #window.attributes 1 #findActivity() 1 #printStackTrace() 1 #INSTALL_FAILED_SHARED_USER_INCOMPATIBLE 1 #Unit 1 #Nothing 1 #Any 1 #IllegalArgumentException 1 #dp to px 1 #sealed interface 1 #SnapshotMutationPolicy 1 #sealed class 1 #mutableStateOf 1 #compileSdk 1 #minSdk 0 #targetSdk 0 #rememberSaveable 1 #remember 1 #values() 1 #entries 1 #UUID 1 #DisposableEffect 1 #val 1 #const val 1 #DefaultLifecycleObserver 1 #运算符重载 1 #ModalBottomSheetLayout 1 #operator overloading 1 #Snackbar 1 #config Bearer token 1 #Canvas 3 #DrawScope 1 #AnnotatedString 1 #VisualTransformation 1 #Postman 0 #TextField 1 #activity-alias 1 #Room 1 #@PreviewParameter 1 #Android Jetpack 1 #@Preview 1 #@ 0 #ActivityResultRegistry 1 #onActivityResult deprecated 1 #onActivityResult 0 #Androidx 1 #跑马灯 1 #Marquee 1 #YYYY-MM-dd 1 #kotlin.Result 2 #NoSuchElementException 0 #Kotlin Exception 2 #Android Exception 10 #Pixel 7 1 #Pixel 1 #Shadow Text Effect 1 #Emoji 1 #EmojiCompat 1 #S 0 #gradle vs gradlew 1 #Gradle 4 #Gradlew 1 #Termius 1 #Xshell 1 #Aliyun 1 #自适应图标 1 #Compose BOM 1 #Adaptive Icon 1 #CompositionLocal 2 #Trailing Comma 1 #Android Studio 1 #IllegalCharsetNameException 1 #Trailing Lambda 1 #AGP 1 #Text Overflow 1 #plurals 1 #转载 1 #Android 13 1 #Exception 3 #keystore 1 #ConstraintLayout 1 #keytool 1 #disassembler 1 #APK Signature Scheme 1 #kotlin-stdlib-jdk8 1 #JDK Tools 1 #Kotlin Gradle Plugin 1 #G 0 #JSON 2 #curl 4 #post 1 #JS 1 #Interface 1 #JavaScript 1 #Git 3 #Compose Desktop 1 #ADB 5 #Analytics 1 #Firebase 2 #CNZZ 1 #Log4j 1 #CVE-2021-44228 1 #MySQL 1 #Text 6 #Jetpack Compose 41 #Python2 1 #Compose 4 #Python 4 #Python3 1 #Compose Multiplatform 2 #Java 10 1 #Terminal 1 #Shell 1 #var 1 #Java 12 #QUERY_ALL_PACKAGES 2 #Android 84 #Android R 1 #Android 11 1 #epel-release 1 #Linux 2 #Epel 1 #Kotlin 36 #Halo 0

怎样修改 Android Logcat 的缓冲区大小?

Android 日志记录系统是系统进程 logd 维护的一组结构化环形缓冲区,日志很多或刷新频繁时为获取更多的日志可以修改缓冲区的大小。

ITmob-Ly ITmob-Ly 发布于 2024-11-28

如何将 Android 项目迁移到 Kotlin 2.0 和新版本的 Jetpack Compose Compiler?

新的 Kotlin K2 编译器已稳定。这里简要介绍一下我在我的 Android 项目为了迁移到 Kotlin 2.0 进行的更改

ITmob-Ly ITmob-Ly 发布于 2024-09-13

Android Exception - UncheckedIOException: Could not read workspace metadata from metadata.bin

在 Android 项目中,修改 Gradle 相关的文件后重新同步项目时,同步失败,输出如下错误信息:UncheckedIOException: Could not read workspace metadata from C:\Users\itmob.cn\metadata.bin

ITmob-Ly ITmob-Ly 发布于 2024-09-11

翻译:2024 年 9 月 3 日 Android 15 已发布至 AOSP

今天,我们发布了 Android 15,并在Android 开源项目(AOSP)上提供源代码 。Android 15 将在未来几周内在受支持的 Pixel 设备上推出

ITmob-Ly ITmob-Ly 发布于 2024-09-06

Android Exception - AppsFilter interaction: PackageSetting -> PackageSetting BLOCKED

当我们尝试通过 Intent 打开另一个程序时,Logcat 中可能出现一下错误:AppsFilter interaction: PackageSetting{7eda3ef cn.itmob.demo/10275} BLOCKED

ITmob-Ly ITmob-Ly 发布于 2024-09-04

Android Exception - AAPT: error: unexpected element <uri-relative-filter-group> found in <manifest>

尝试 Android 15 新增的更精确 Intent 解析的功能时,出现如下两种错误:Element uri-relative-filter-group is not allowed here

ITmob-Ly ITmob-Ly 发布于 2024-08-27

Android 15 新功能和 API 详解:更精确的 Intent 解析,UriRelativeFilterGroup 和 UriRelativeFilter

Android 15 增加了新的 API UriRelativeFilterGroup 和 UriRelativeFilter 来扩展 IntentFilter 的功能,使其支持更精确的 Intent 解析

ITmob-Ly ITmob-Ly 发布于 2024-08-27

Android 15 新功能和 API 详解:支持 16 KB 页面大小

随着设备制造商不断打造出 物理内存 (RAM),从 Android 15 开始,Android 系统支持将设备配置为使用 16 KB 页面大小

ITmob-Ly ITmob-Ly 发布于 2024-08-27

Android Exception: 解决 Unresolved reference 错误

在 Android Studio 中编译程序时偶尔会遇到 Unresolved reference: xxx 报错,这通常意味着代码中引用了一个无法解析的引用

ITmob-Ly ITmob-Ly 发布于 2024-08-16

Android 15 新功能和 API 详解:应用程序启动信息,ApplicationStartInfo

Android 15(API 级别 35)引入了 ApplicationStartInfo API,可以通过它更深入地了解应用的整个启动过程,包括启动状态、启动阶段所用的时间、在 Application 类被实例化时应用的启动方式等,使开发者能够优化应用启动过程的每一步

ITmob-Ly ITmob-Ly 发布于 2024-08-08