Android 开发技术周报 Issue#276

栏目: IT技术 · 发布时间: 4年前

新闻

  1. Android各版本占比数据公布:9.0份额最高 10不到10%

  2. 系统更新导致死机问题有解了 Android 11支持A/B无缝更新

教程

  1. 了解一下,Android 10中的ART虚拟机(4)

  2. 干货 | 携程Android 10适配踩坑指南

开源库

  1. Animer

    一款致力于提升 Android 动画体验的 Java 库,你可以把 Animer 理解为基于 View 动画 、强化动画控制、交互性 的动画器,并提供了调试UI

    Android 开发技术周报 Issue#276

  2. FridaAndroidInjector

    nject frida agents on local processes through an Android app

  3. Checkpoint

    An easy to use input validator

  4. OkHttpLib

    基于OkHttp为传输层,根据业务,封装Json,Form表单,单文件上传,超大文件多线程分块断点上传等各种请求的网络库.

  5. NotchTools

    Android刘海屏适配方案---NotchTools,适配国内四大厂商(华为、小米、oppo、vivo)刘海屏手机,根据自己业务需求,提供多种接入方式适配刘海屏。

  6. JSBridge-Android

    A solution for fast interaction between js and native

  7. JIMU

    一种简单有效的android组件化方案,支持组件的代码资源隔离、单独调试、集成调试、组件交互、UI跳转、生命周期等完整功能。

  8. livedata-combinetuple-kt

    Helper function to combine LiveData into tuples.

  9. SharedPrefManager

    a Dev Debug tool that helps to manage your android Shared Preferences very effectively with ease

    Android 开发技术周报 Issue#276

  10. SoLoader

    a native code loader for Android. It takes care of unpacking your native libraries and recursively loads dependencies on platforms that don't support that out of the box.

  11. MagicalExoPlayer

    The Easiest Way To Play/Stream Video And Audio Using Google ExoPlayer In Your Android Application

    Android 开发技术周报 Issue#276

  12. CircularProgressBar

    an Android project allowing to realize a circular ProgressBar in the simplest way possible.

    Android 开发技术周报 Issue#276

  13. InjKit

    a framework for bytecode manipulation based on ASM library.

  14. android-lints

    Custom set of android lints rules.

  15. NineGridView

    Android九宫格图片展示器,类似微信,带编辑功能

  16. LCardView

    卡片布局,可设置阴影颜色,透明度,圆角大小,阴影宽度

    Android 开发技术周报 Issue#276

  17. Quadrant

    A Gradle plugin for Android that makes navigation easy in multi-module projects.

App

  1. SkyTube

    An open-source YouTube app for Android.

    Android 开发技术周报 Issue#276

  2. antimine-android

    a minesweeper puzzle game. The objective is: search for all hidden mines and clear the minefield without explode any of them.

    Android 开发技术周报 Issue#276

示例

  1. Doom-Compose

    An example of building the DOOM fire effect on Android using Jetpack Compose.

    Android 开发技术周报 Issue#276

  2. compose-shared-element

    Experiment with SharedElement transition in Jetpack Compose, inspired by Flutter Hero widget.

    Android 开发技术周报 Issue#276

  3. android-media-controller

    Create a simple MediaController that connects to a MediaBrowserService in order to test inter-app media controls. This tool is described in the Android documentation: Using the media controller test app.

    Android 开发技术周报 Issue#276

  4. SlideNestedPanelLayout

    仿美团订单的拖拽面板,内部处理嵌套滑动逻辑,动效查看效果图

    Android 开发技术周报 Issue#276

  5. GuideToCustomViews

    The ultimate guide to Android custom views

工具

  1. aind

    AinD launches Android apps in Docker, by nesting Anbox containers inside Docker.

版权声明

禁止一切形式的转载-禁止商用-禁止衍生 申请授权


以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

算法引论

算法引论

[美]乌迪·曼博(Udi Manber) / 黄林鹏、谢瑾奎、陆首博、等 / 电子工业出版社 / 2010-1 / 36.00元

本书是国际算法大师乌迪·曼博(Udi Manber)博士撰写的一本享有盛誉的著作。全书共分12章:第1章到第4章为介绍性内容,涉及数学归纳法、算法分析、数据结构等内容;第5章提出了与归纳证明进行类比的算法设计思想;第6章到第9章分别给出了4个领域的算法,如序列和集合的算法、图算法、几何算法、代数和数值算法;第10章涉及归约,也是第11章的序幕,而后者涉及NP完全问题;第12章则介绍了并行算法;最后......一起来看看 《算法引论》 这本书的介绍吧!

Base64 编码/解码
Base64 编码/解码

Base64 编码/解码

MD5 加密
MD5 加密

MD5 加密工具

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具