Android 开发技术周报 Issue#279
新闻
教程
开源库
- 
Instagram-like image picker for Android (一款 UI 炫酷高仿 Instagram 的图片、视频选择器)  
- 
M3U8管理器,M3U8格式视频下载,支持点播下载,直播缓存 
- 
A collection of extension libraries for Jetpack Compose 
- 
Android Bundle format support for Kotlinx Serialization. 
- 
ShowcaseView library for Android  
- 
FFmpeg for Android, iOS and tvOS 
- 
款内存友好的录音漂亮的波浪动画  
- 
Library intended to hook Binder interface and manipulate events 
- 
Android offers a built-in WebView, which applications can hook into in order to display web pages within the context of their app. 
- 
A beautiful design Android Alert Dialog, alternative of Sweet Alert Dialog based on KAlertDialog using MaterialComponent  
- 
Linear Layout that allow corner (parent and children) cuts, complex shadow and divider.  
- 
A simple library to make it easy requesting permissions in Android using Kotlin Coroutines. 
- 
Android Bluetooth classic API wrapped in Coroutines Flow. 
- 
Simple pulse countdown view which is based on TextView.  
- 
An Android weather application implemented using the MVVM pattern, Retrofit2, LiveData, ViewModel, Coroutines, Room, Navigation Components, Data Binding and some other libraries from the Android Jetpack.  
App
- 
Sample Android Application - MVVM, Clean Architecture, Modularization, Repository Pattern  
- 
Using Kotlin Coroutines in your Android app 
- Jetpack-Compose-WhatsApp-Clone - An example project to demonstrate how to build WhatsApp using Jetpack Compose.  
示例
- 
Clean architecture example with mvvm and coroutines 
- FirebaseCoroutinesLiveDataClean - Clean Architecture with LiveData and Coroutines 
- 
本项目是一个Android Project,用Canvas给人脸化妆(画妆)的APP演示项目  
工具
- 
The Git Repository Visualizer  
- 
一款Android Studio插件,帮助你快速添加Google依赖库和查询历史版本  
原文地址:https://androidweekly.io/news-android-11-beta-plans/
版权声明:禁止一切形式的转载-禁止商用-禁止衍生
Android 开发技术周报 Issue#279的更多相关文章
- Android 开发技术周报 Issue#277
		新闻 Android 11界面再调整:加入快速截屏.多任务向国产ROM看齐 最新版Android 11推送 谷歌Pixel 5被曝光:支持反向充电 4月Android系统版本分布:8.0 Oreo最主 
- Android 开发技术周报 Issue#278
		新闻 Pixel 4a渲染图曝光:或能成新款iPhone SE有力竞争者 Google Play商店为预注册的游戏和应用提供自动安装功能 Android最强单摄Pixel 4a样张曝光:1200万像素 ... 
- Android 开发技术周报 Issue#280
		新闻 6分钟完整视频提前看光谷歌新机Pixel 4a 统一推送官方解读:消灭Android毒瘤.待机续航猛增43% Google Play细化搜索结果:可按评分.编辑推荐.最新上线过滤 教程 了解一下 ... 
- Android 开发技术周报 Issue#270
		新闻 Play Store应用更新:换主题不需要再到系统设置了 新证据表明谷歌Fuchsia系统已进入"狗粮"阶段 即将邀请用户测试 谷歌I/O 2020 开发者大会如期举行 MW ... 
- Android 开发技术周报 Issue#273
		新闻/News Android 11有新玩法:双击手机背部截屏/进入多任务界面 Android 11 DP2证实了类似AirDrop的附近文件分享功能 谷歌发布Camera Go:即使入门机也能有出色 ... 
- Android开发技术周报183学习记录
		Android开发技术周报183学习记录 教程 Android性能优化来龙去脉总结 记录 一.性能问题常见 内存泄漏.频繁GC.耗电问题.OOM问题. 二.导致性能问题的原因 1.人为在ui线程中做了 ... 
- Android开发技术周报
		Android开发技术周报 原文 http://androidweekly.cn/android-dev-weekly-issue48/ 教程 深入理解Android之Gradle Gradle是当 ... 
- Android开发技术周报182学习记录
		Android开发技术周报182学习记录 教程 App安全二三事 记录 为什么要安全 App的移动安全主要包括下面几种: 密钥破解,导致本地加密数据被盗取. 通信密钥破解,导致接口数据被盗取. 伪造接 ... 
- Android开发技术周报176学习记录
		Android开发技术周报176学习记录 教程 当 OkHttp 遇上 Http 2.0 http://fucknmb.com/2018/04/16/%E5%BD%93OkHttp%E9%81%87% ... 
随机推荐
- Android | 教你如何在安卓上实现二代身份证识别,一键实名认证
			@ 目录 前言 场景 开发前准备 android studio 安装 在项目级gradle里添加华为maven仓 在应用级的build.gradle里面加上SDK依赖 在AndroidManifest ... 
- Java优秀教程
			1.java中局部变量是在栈上分配的: 2.数组是储存在堆上的对象,可以保存多个同类型变量: 3.在Java语言中,所有的变量在使用前必须声明. 4.局部变量没有默认值,所以局部变量被声明后,必须经过 ... 
- linux常用命令--文件的权限
			ls -lh 显示权限 ls /tmp | pr -T5 -W$COLUMNS 将终端划分成5栏显示 chmod ugo+rwx directory1 设置目录的所有人(u).群组(g)以及其他人(o ... 
- [php] 猴子偷桃
			<?php /* 10:五只猴子采得一堆桃子,猴子彼此约定隔天早起后再分食. 不过,就在半夜里,一只猴子偷偷起来,把桃子均分成五堆后, 发现还多一个,它吃掉这桃子,并拿走了其中一堆.第二只猴子醒 ... 
- Codeforces 1340B 	 Nastya and Scoreboard(dp,贪心)
			题目链接OvO 题目大意 给你\(n\)串数字,\(1\)代表该位置是亮的,\(0\)代表是灭的.你必须修改\(k\)个数字,使某些\(0\)变为\(1\).注意,只能把原来的\(0\)改成\(1 ... 
- MySQL 主从复制:基于二进制文件复制配置详解
			MySQL-主从复制:基于二进制文件复制详解 前言 主从复制是指把一个MySQL的数据库服务器作为主服务器(master),然后把master的数据复制到一个或者多个MySQL数据库服务器作为从服务器 ... 
- MySQL之外键、主键、自增
			1.创建外键 create table userinfo( uid int auto_increment primary key, name varchar(32), department_id in ... 
- 在Windows中使用VirtualBox安装Ubuntu
			VeitualBox官网下载:https://www.virtualbox.org/wiki/Downloads 安装教程:http://dblab.xmu.edu.cn/blog/337-2/ 安装 ... 
- TP5 JSON对象数组转换为普通数组
			来源于:https://blog.csdn.net/lingchen__/article/details/67671047 使用TP5框架做项目时,对于数据的查询返回的都是对象,虽然也可以当做普通的数 ... 
- SQL三表连接查询与集合的并、交、差运算查询
			use db_sqlserver2 select 姓名, 工资, 面积, 金额, (工资+金额/1000) as 实发工资 from 职工,仓库, 订购单 where 职工.职工号=订购单.职工号 a ... 
