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中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

Android自定义Scrollbar的两种实现方式

《Android自定义Scrollbar的两种实现方式》本文介绍两种实现自定义滚动条的方法,分别通过ItemDecoration方案和独立View方案实现滚动条定制化,文章通过代码示例讲解的非常详细,... 目录方案一:ItemDecoration实现(推荐用于RecyclerView)实现原理完整代码实现

Android App安装列表获取方法(实践方案)

《AndroidApp安装列表获取方法(实践方案)》文章介绍了Android11及以上版本获取应用列表的方案调整,包括权限配置、白名单配置和action配置三种方式,并提供了相应的Java和Kotl... 目录前言实现方案         方案概述一、 androidManifest 三种配置方式

Android WebView无法加载H5页面的常见问题和解决方法

《AndroidWebView无法加载H5页面的常见问题和解决方法》AndroidWebView是一种视图组件,使得Android应用能够显示网页内容,它基于Chromium,具备现代浏览器的许多功... 目录1. WebView 简介2. 常见问题3. 网络权限设置4. 启用 JavaScript5. D

Android如何获取当前CPU频率和占用率

《Android如何获取当前CPU频率和占用率》最近在优化App的性能,需要获取当前CPU视频频率和占用率,所以本文小编就来和大家总结一下如何在Android中获取当前CPU频率和占用率吧... 最近在优化 App 的性能,需要获取当前 CPU视频频率和占用率,通过查询资料,大致思路如下:目前没有标准的

Android开发中gradle下载缓慢的问题级解决方法

《Android开发中gradle下载缓慢的问题级解决方法》本文介绍了解决Android开发中Gradle下载缓慢问题的几种方法,本文给大家介绍的非常详细,感兴趣的朋友跟随小编一起看看吧... 目录一、网络环境优化二、Gradle版本与配置优化三、其他优化措施针对android开发中Gradle下载缓慢的问

Android 悬浮窗开发示例((动态权限请求 | 前台服务和通知 | 悬浮窗创建 )

《Android悬浮窗开发示例((动态权限请求|前台服务和通知|悬浮窗创建)》本文介绍了Android悬浮窗的实现效果,包括动态权限请求、前台服务和通知的使用,悬浮窗权限需要动态申请并引导... 目录一、悬浮窗 动态权限请求1、动态请求权限2、悬浮窗权限说明3、检查动态权限4、申请动态权限5、权限设置完毕后

Android里面的Service种类以及启动方式

《Android里面的Service种类以及启动方式》Android中的Service分为前台服务和后台服务,前台服务需要亮身份牌并显示通知,后台服务则有启动方式选择,包括startService和b... 目录一句话总结:一、Service 的两种类型:1. 前台服务(必须亮身份牌)2. 后台服务(偷偷干

Android kotlin语言实现删除文件的解决方案

《Androidkotlin语言实现删除文件的解决方案》:本文主要介绍Androidkotlin语言实现删除文件的解决方案,在项目开发过程中,尤其是需要跨平台协作的项目,那么删除用户指定的文件的... 目录一、前言二、适用环境三、模板内容1.权限申请2.Activity中的模板一、前言在项目开发过程中,尤