Android 开发技术周报 Issue#298

新闻

HC ZHANG
AndroidWeekly
3 min readNov 23, 2020

--

  1. 谷歌Pixel 2系列三年Android系统更新支持画上句号
  2. 为什么没人告诉我Android手机居然还能有线上网?
  3. 谷歌概述了2021年的Android应用开发与政策变动规划
  4. 谷歌Android Messages测试版将推出RCS端到端加密功能

教程

  1. Android Jetpack之Navigation全面剖析
  2. 记一次简单的耗电发热问题排查过程

开源库

  1. VideoTimeLine
  2. 一组视频时间轴自定义控件
  1. kssm
  2. Simple State Machines in Kotlin (KSSM)
  3. android-startup
  4. The Android Startup library provides a straightforward, performant way to initialize components at the application startup. Both library developers and app developers can use Android Startup to streamline startup sequences and explicitly set the order of initialization.Android Startup提供一种在应用启动时能够更加简单、高效的方式来初始化组件。开发人员可以使用Android Startup来简化启动序列,并显式地设置初始化顺序与组件之间的依赖关系。 与此同时,Android Startup支持同步与异步等待,并通过有向无环图拓扑排序的方式来保证内部依赖组件的初始化顺序。
  5. linenoise-android
  6. Linenoise built with Android NDK, packaged as an Android library with Java binding.
  7. fpsviewer
  8. A Real-time Fps Tool for Android.一个能实时显示fps,一段时间的平均帧率,以及帧率范围占比,并能获取卡顿堆栈的可视化工具。侵入性低,通过在异步线程采样获取堆栈,无代码侵入,性能消耗可忽略,对性能监控项的异常数据进行采集和分析,整理输出展示相应的堆栈,从而帮助开发者开发出更高质量的应用。
  1. PopKorn
  2. PopKorn is a simple, powerful and lightweight Multiplatform Dependency Injector written 100% Kotlin. It doesn’t need any boilerplate, just use it! It supports AND, IOS, JVM, JS and NATIVE.
  3. firebase-kotlin-sdk
  4. A Kotlin-first SDK for Firebase
  5. CursorWheelLayout
  6. An Android Widget for selecting items that rotate on a wheel.
  1. exhaustive
  2. An annotation and Kotlin compiler plugin for enforcing a when statement is exhaustive
  3. Enro
  4. A simple navigation library for Android
  5. atrium
  6. A multiplatform assertion library for Kotlin
  7. android-youtube-player
  8. YouTube Player library for Android and Chromecast, stable and customizable.
  1. android-testify
  2. Add screenshots to your Android tests
  3. AndroidTopSheet
  4. A top version of BottomSheetDialog
  5. JetTheme
  6. A flexible theme provider for Jetpack Compose. Supports dynamic theme changes and saving theme preference.
  7. ReadTime
  8. A Simple Android library to get the number of words and give you the time it will take you to finish an article/story.
  1. FancyLocationProvider
  2. Wrapper of FusedLocationProviderClient for Android to support modern usage like LiveData and Flow
  3. DownloadInstaller
  4. Android App 应用内更新的下载,储存,安装 ,未知来源等问题处理
  5. change-tracker-plugin
  6. A gradle plugin to run your verification tasks only on modules affected by the latest changes.
  1. version-checker-gradle-lint
  2. Warning on new versions available even when using Kotlin-DSL plugin.
  1. releases-hub-gradle-plugin
  2. Gradle Plugin to automatically upgrade your gradle project dependencies and send a GitHub pull request with the changes

插件

  1. AffectedModuleDetector
  2. A Gradle Plugin to determine which modules were affected by a set of files in a commit.
  3. exhaustive
  4. An annotation and Kotlin compiler plugin for enforcing a when statement is exhaustive
  5. Android-ORM-benchmark
  6. Performance comparison of Android ORM Frameworks
  7. Network-Demo
  8. Retrofit + OkHttp3 + coroutines + LiveData打造一款网络请求框架

示例

  1. MovieTray
  2. Its a playground application focusing on Paging3, MVVM architecture, Kotlin Extension functions, Retrofit, DSL, Navigation component, MotionLayout, SharedElementTransition, Single Activity Architecture, DataStore etc.
  1. AnimeXStream
  2. An Android app to watch anime on your phone without ads.

工具

  1. ProjectorAndroidStudio
  2. Guide to setup JetBrains Projector and access Android Studio from any device
  1. zealot
  2. 移动应用上传下载竟然如此简单、移动 App 应用分发系统 Over The Air Server for deployment of Android and iOS apps
  3. super-jadx
  4. Add new features for reverse engineering, such as: renaming of classes, fields, methods, variables, reference graphs and more.

--

--