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实现在线预览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 的工作原理关键

如何解决idea的Module:‘:app‘platform‘android-32‘not found.问题

《如何解决idea的Module:‘:app‘platform‘android-32‘notfound.问题》:本文主要介绍如何解决idea的Module:‘:app‘platform‘andr... 目录idea的Module:‘:app‘pwww.chinasem.cnlatform‘android-32

Android实现打开本地pdf文件的两种方式

《Android实现打开本地pdf文件的两种方式》在现代应用中,PDF格式因其跨平台、稳定性好、展示内容一致等特点,在Android平台上,如何高效地打开本地PDF文件,不仅关系到用户体验,也直接影响... 目录一、项目概述二、相关知识2.1 PDF文件基本概述2.2 android 文件访问与存储权限2.

Android Studio 配置国内镜像源的实现步骤

《AndroidStudio配置国内镜像源的实现步骤》本文主要介绍了AndroidStudio配置国内镜像源的实现步骤,文中通过示例代码介绍的非常详细,对大家的学习或者工作具有一定的参考学习价值,... 目录一、修改 hosts,解决 SDK 下载失败的问题二、修改 gradle 地址,解决 gradle

在Android平台上实现消息推送功能

《在Android平台上实现消息推送功能》随着移动互联网应用的飞速发展,消息推送已成为移动应用中不可或缺的功能,在Android平台上,实现消息推送涉及到服务端的消息发送、客户端的消息接收、通知渠道(... 目录一、项目概述二、相关知识介绍2.1 消息推送的基本原理2.2 Firebase Cloud Me

Android中Dialog的使用详解

《Android中Dialog的使用详解》Dialog(对话框)是Android中常用的UI组件,用于临时显示重要信息或获取用户输入,本文给大家介绍Android中Dialog的使用,感兴趣的朋友一起... 目录android中Dialog的使用详解1. 基本Dialog类型1.1 AlertDialog(

Android Kotlin 高阶函数详解及其在协程中的应用小结

《AndroidKotlin高阶函数详解及其在协程中的应用小结》高阶函数是Kotlin中的一个重要特性,它能够将函数作为一等公民(First-ClassCitizen),使得代码更加简洁、灵活和可... 目录1. 引言2. 什么是高阶函数?3. 高阶函数的基础用法3.1 传递函数作为参数3.2 Lambda