定位(Google Service Map和LocationManager)
定位(Google Service Map 和 LocationManager) 定位有 2 种,Android 可以使用 SDK 提供的 LocationManager 实现;也可以借助 google service map 实现 (需要安装 google service) LocationManager 借助 GPS(高精度)和网络(低精度)实现定位;GPS 定位依赖手机系统的 G...
定位(Google Service Map 和 LocationManager) 定位有 2 种,Android 可以使用 SDK 提供的 LocationManager 实现;也可以借助 google service map 实现 (需要安装 google service) LocationManager 借助 GPS(高精度)和网络(低精度)实现定位;GPS 定位依赖手机系统的 G...
Remote Config Firebase Remote Config 什么是 Remote Config? Firebase 远程配置是指在 Firebase 后台存储一些键值对,在 app 中向 Firebase 请求并使用这些键值对。当我们需要更改这些键值对时,在 Firebase 后台更改即可。当 app 下一次向 Firebase 请求时,获取到的就是我们更改后的值...
Service not registered: com.google.android.gms.common.internal.zze@fa44f77 错误堆栈 错误 1 java.lang.IllegalArgumentException: Service not registered: com.google.android.gms.common.internal.zze@63...
Firebase In-App Messaging 应用内消息 Firebase In-App Messaging In-App Messaging 接入 https://firebase.google.com/docs/in-app-messaging/get-started?authuser=0&platform=android#add_the_sdk_to_you...
Firebase Crashlytics Firebase 集成 Firebase 集成步骤 注册 Firebase 账号 添加 Android 项目 添加包名,获取证书签名 SHA-1 keytool -list -v -alias hacket.alias -keystore hacket.keystore 下载 google-services...
App Distribution 文档:https://firebase.google.com/docs/app-distribution Gradle 方式 https://firebase.google.com/docs/app-distribution/android/distribute-gradle
Android15 适配 Android 15 Android Developers 所有应用(无关 targetSdkVersion=35) 无论你是否调整你的应用 targetSdkVersion 到 Android15,以下是都会在 Android15 手机上生效的改动。 package stopped state(对包停止状态的更改) APP 进入 stopped...
[功能和 API 概览 Android Developers](https://developer.android.com/about/versions/14/features?hl=zh-cn) Android14 所有 app 行为,无论 targetSdkVersion 是否为 34 字体放大最高达 200% 当用户增大或减小字体设置时,应用...
Redis 基础 Redis 概述 Redis 是一种基于键值对的 NoSQL 数据库,它提供了对多种数据类型(字符串、哈希、列表、集合、有序集合、位图等)的支持,能够满足很多应用场景的需求。Redis 将数据放在内存中,因此读写性能是非常惊人的。与此同时,Redis 也提供了持久化机制,能够将内存中的数据保存到硬盘上,在发生意外状况时数据也不会丢掉。此外,Redis 还支持键过期、地理...
NoSQL 入门 NoSQL 概述 NoSQL 是一项全新的数据库革命性运动,虽然它的历史可以追溯到 1998 年,但是 NoSQL 真正深入人心并得到广泛的应用是在进入大数据时候以后,业界普遍认为 NoSQL 是更适合大数据存储的技术方案,这才使得 NoSQL 的发展达到了前所未有的高度。2012 年《纽约时报》的一篇专栏中写到,大数据时代已经降临,在商业、经济及其他领域中,决策将不再...