Android 开发技术周报 Issue#292

2023-10-15 04:59

本文主要是介绍Android 开发技术周报 Issue#292,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!

新闻

  1. Android即将获得类AirDrop功能:可向附近设备快速分享文件

  2. 谷歌为安卓文件管理应用引入可安全隐藏资料的Safe Folder功能

  3. Android TV新主界面将显示电影、电视节目和应用推荐内容

  4. 泄露的Android文档暗示了传说中的谷歌Pixel 5a与折叠屏新机

  5. 谷歌发布Android 11 Beta 3 距离正式版仅咫尺之遥

  6. Android将迎来新的应用内评价API 以缓解当前评价方式的困扰

教程

  1. 谈一谈Android上的SurfaceTexture

  2. 在 Kotlin 中使用 Dagger 会遇到的陷阱和优化方法

  3. Android 存储空间的最佳实践 (上)

开源库

  1. RoundWidget

    Java 实现的 Android 原生圆角矩形控件,圆角 FrameLayout 和圆角 ImageView

  2. Tasker

    Tasker is intended to enable proper and easy use of the UI and background thread. It lets you perform operations in the background. When they’ve finished running, it then allows you to update views in the main event thread.

  3. SplitEditTextView

    Android类似支付宝密码输入框,美团外卖验证码输入框,验证码粘贴等;有效果图,有demo;支持下划线,方框,连体框样式;可设置光标、光标颜色,下划线输入时高亮,边框大小、颜色、圆角等等;设置密码显示的

  4. WuDaozi

    Android image selector, written with Kotlin, inspired by zhihu/Matisse.

  5. MapHelper

    🌏 MapHelper是一个整合了高德地图、百度地图、腾讯地图、谷歌地图等相关路线规划和导航的地图帮助类库

  6. BlurImageSwitcher

    Lightweight Blurred ImageSwitcher Library

  7. integration-android

    Virtusize is a widget which opens when clicking on the Virtusize button, which is located next to the size selection on the product page.

  8. turbine

    A small testing library for kotlinx.coroutines Flow

  9. DevUtils

    一个 Android 工具库, 主要根据不同功能模块,封装快捷使用的工具类及 API 方法调用。 该项目尽可能的便于开发人员,快捷、快速开发安全可靠的项目,以及内置部分常用的资源文件,如 color.xml

  10. JCL

    ar Class Loader, a configurable and dynamic custom classloader designed to create, manage and manipulate isolated Java classloaders in IoC frameworks and web applications.

  11. Printama

    A very well documented android library for bluetooth thermal printer. Tested for 2 inch printers

  12. tinylog

    tinylog is a lightweight logging framework for Java, Kotlin, Scala, and Android

  13. flowcamera

    使用最新的CameraX 相机库 实现仿微信拍照和拍小视频(Based on the Camerax, faster and better compatibility)

  14. DocumentReader

    This library reads word documents (.doc and .docx), txt and PDF files, and gives the output content of the document as a String.

  15. CameraView

    仿微信拍照Android控件(轻触拍照,长按摄像)

  16. NetworkResponseAdapter

    A Kotlin Coroutines based Retrofit call adapter that handles errors as a part of state

  17. FormFiller

    Android helper library to populate form fields with predefined data set

  18. ThirdPartyLicenseDisplay

    Displays third party license information

  19. audioswitch

    An Android audio management library for real-time communication apps.

  20. tempo

    ⌚Kotlin intuitive Date extensions.

  21. pesticide

    A Library To Write Domain-Driven Tests, written in Kotlin on top of Junit5

  22. kvision

    Object oriented web framework for Kotlin/JS

插件

  1. apkscale

    A Gradle plugin to measure the app size impact of Android libraries

App

  1. GitExplorer

    Git Explorer is a simple android application to search git command on one click. Dedicated to all Software Developers with ❤️.

  2. PopCornShow

    Banco de dados com informações de filmes e séries.

  3. StreetComplete

    Easy to use OpenStreetMap editor for Android

  4. deltachat-android

    Email-based instant messaging for Android.

  5. moviespreview

    An application to show movies data based on TheMovieDB API.

  6. AndroidPlanisphere

    A simple star chart that shows sun, moon and stars as well as constellations and planets.

  7. EasyBook

    Java/Android多站点小说爬虫库,并发搜索,epub/txt下载,在线书源等,已实现小说app

示例

  1. SwipeBackLayoutTouTiao

    仿今日头条、腾讯新闻界面滑动关闭 下层activity有缩放效果

  2. Cherry

    一款采用谷歌最新mvvm架构和Jetpack架构组件,kotlin 携程网络请求,Arouter组件化开发的干货集中营客户端"

工具

  1. android-layout-inspector

    More stable Android Layout inspector than Android Studio Layout Inspector. Allows you to switch between displaying dimensions in PX and DP (only for new layout captures, not for opened files)

  2. Recaf

    A modern Java bytecode editor

活动

  1. 华为应用市场 AppGallery Connetc 开发者沙龙

    快速构建应用,提升运维效率,保证应用开发质量,优化应用质量,云上架构将为你带来最便捷的方案!来看看华为应用市场AppGallery Connect 开发者沙龙。8月13日,上海站等你来撩~

原文地址:https://www.androidweekly.io/android-dev-weekly-issue-292/
版权声明:禁止一切形式的转载-禁止商用-禁止衍生
公众号:Android开发技术周刊 扫码关注 Android 开发技术周报公众号

这篇关于Android 开发技术周报 Issue#292的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!



http://www.chinasem.cn/article/215484

相关文章

Android 实现一个隐私弹窗功能

《Android实现一个隐私弹窗功能》:本文主要介绍Android实现一个隐私弹窗功能,本文通过实例代码给大家介绍的非常详细,感兴趣的朋友一起看看吧... 效果图如下:1. 设置同意、退出、点击用户协议、点击隐私协议的函数参数2. 《用户协议》、《隐私政策》设置成可点击的,且颜色要区分出来res/l

Android实现一键录屏功能(附源码)

《Android实现一键录屏功能(附源码)》在Android5.0及以上版本,系统提供了MediaProjectionAPI,允许应用在用户授权下录制屏幕内容并输出到视频文件,所以本文将基于此实现一个... 目录一、项目介绍二、相关技术与原理三、系统权限与用户授权四、项目架构与流程五、环境配置与依赖六、完整

Android 12解决push framework.jar无法开机的方法小结

《Android12解决pushframework.jar无法开机的方法小结》:本文主要介绍在Android12中解决pushframework.jar无法开机的方法,包括编译指令、框架层和s... 目录1. android 编译指令1.1 framework层的编译指令1.2 替换framework.ja

Android开发环境配置避坑指南

《Android开发环境配置避坑指南》本文主要介绍了Android开发环境配置过程中遇到的问题及解决方案,包括VPN注意事项、工具版本统一、Gerrit邮箱配置、Git拉取和提交代码、MergevsR... 目录网络环境:VPN 注意事项工具版本统一:android Studio & JDKGerrit的邮

Android实现定时任务的几种方式汇总(附源码)

《Android实现定时任务的几种方式汇总(附源码)》在Android应用中,定时任务(ScheduledTask)的需求几乎无处不在:从定时刷新数据、定时备份、定时推送通知,到夜间静默下载、循环执行... 目录一、项目介绍1. 背景与意义二、相关基础知识与系统约束三、方案一:Handler.postDel

Android使用ImageView.ScaleType实现图片的缩放与裁剪功能

《Android使用ImageView.ScaleType实现图片的缩放与裁剪功能》ImageView是最常用的控件之一,它用于展示各种类型的图片,为了能够根据需求调整图片的显示效果,Android提... 目录什么是 ImageView.ScaleType?FIT_XYFIT_STARTFIT_CENTE

Android实现在线预览office文档的示例详解

《Android实现在线预览office文档的示例详解》在移动端展示在线Office文档(如Word、Excel、PPT)是一项常见需求,这篇文章为大家重点介绍了两种方案的实现方法,希望对大家有一定的... 目录一、项目概述二、相关技术知识三、实现思路3.1 方案一:WebView + Office Onl

Android实现两台手机屏幕共享和远程控制功能

《Android实现两台手机屏幕共享和远程控制功能》在远程协助、在线教学、技术支持等多种场景下,实时获得另一部移动设备的屏幕画面,并对其进行操作,具有极高的应用价值,本项目旨在实现两台Android手... 目录一、项目概述二、相关知识2.1 MediaProjection API2.2 Socket 网络

Android实现悬浮按钮功能

《Android实现悬浮按钮功能》在很多场景中,我们希望在应用或系统任意界面上都能看到一个小的“悬浮按钮”(FloatingButton),用来快速启动工具、展示未读信息或快捷操作,所以本文给大家介绍... 目录一、项目概述二、相关技术知识三、实现思路四、整合代码4.1 Java 代码(MainActivi

Android Mainline基础简介

《AndroidMainline基础简介》AndroidMainline是通过模块化更新Android核心组件的框架,可能提高安全性,本文给大家介绍AndroidMainline基础简介,感兴趣的朋... 目录关键要点什么是 android Mainline?Android Mainline 的工作原理关键