从此
📄文章 #️⃣专题 🌐上网 📺 🛒 📱

Android OS系统和应用开发


工具

Android Studio开发IDE官方下载

Android Debug Bridge(ADB)官方下载

Android apk文件反编译工具(请合法使用)


文章

Google Play应用市场上架要求

本站Android产品展示


Android核心服务、组件

谷歌三件套

Google Services Framework(com.google.android.gsf)

Google Play Services(com.google.android.gms)

Google Play Store


编程


  Android后台线程执行前台UI操作:
// 解决 Can't toast on a thread that has not called Looper.prepare() 28+ Use:getApplicationContext().getMainExecutor().execute(() -> { }); new Handler(Looper.getMainLooper()).post(() -> {//避免用Looper.prepare() Toast.makeText(context, "...", Toast.LENGTH_SHORT).show(); }); 解决 AlertDialog+getApplicationContext() 报错 Unable to add window -- token null is not valid; 例外:Toast可用任何上下文及getApplicationContext() new AlertDialog.Builder(view.getContext()).create();// or MainActivity.this 解决横竖屏切换阻止构建 android:screenOrientation="portrait" tools:ignore="LockedOrientationActivity" tools:replace="android:screenOrientation" 解决 Duplicate class kotlin... - implementation(platform("org.jetbrains.kotlin:kotlin-bom:1.8.20"))


鸿蒙(HarmonyOS)是华为自2012年开发的一款基于AOSP改良的操作系统。
曾被报道:《尴尬!鸿蒙系统显原形,中文切换到英文,Harmony秒变安卓?》

谷歌亲儿子Pixel系列手机 - 谷歌Pixel 7a的屏幕为6.1英寸,1080p分辨率并支持90Hz刷新率,后置主摄是6400万像素的索尼IMX787,超广角副摄则可以拍摄1200万像素的图片,前置摄像头是1080万像素,存储容量顶配为256GB,处理器有望搭载自研的Tensor G2,运行Android 13操作系统,另外还将支持5W功率的无线充电。