新闻
教程
开源库 & App
- AndroidX Test Library An extensive framework for testing Android apps
- ViaBus 一款响应式架构,借助总线转发数据的请求和响应,实现ui、业务的完全解耦。
- UCE-Handler 调试时捕获程序崩溃,可提供崩溃的类名、方法名、行数、Error Log、Activity 路径、设备信息、应用信息..。
- mmkv 基于 mmap 内存映射的 key-value 组件,底层序列化/反序列化使用 protobuf 实现,性能高,稳定性强。
- Neptune A flexible, powerful and lightweight plugin framework for Android
- WaitView 显示等待加载状态的View
- PixelShot PixelShot is an awesome Android library that can save any View in your app as an image
- transition-x Declarative Kotlin DSL for choreographing Android transitions
- DownloadManager A library that handles long-running downloads, handling the network interactions and retrying downloads automatically after failures
- Awesome-Android-Persistence A curated list of awesome android persistence libraries about SQLite, ORM, Mobile Database, SharedPreferences, etc.
- EnvironmentSwitcher 一个在 Android 的开发和测试阶段,运用 Java 注解、APT、反射、混淆等原理来一键切换环境的工具。
- LogCollector 一个收集 app 输出日志的工具
- KerningViews Provides a set of views which allows to adjust the spacing between the characters of that view, AKA, Kerning effect.
- SquaresLoadingView A SquaresLoadingView based on android.View, nicely rotation、easy to use.
工具
- ScratchPaper 可以在你的 App icon 上加一个蒙层用以区分出各个 BuildType 的 App,并且承载了版本信息等附加文字。
- GraphQLEditor visual node editor for GraphQL
- GDB dashboard Modular visual interface for GDB in Python
视频
算法
- awesome-algorithm Leetcode 题解 (跟随思路一步一步撸出代码) 及经典算法实现
指南
- os-tutorial How to create an OS from scratch
- Android校招面试指南
设计教程
设计工具
技术之外
版权声明
欢迎自由转载-非商用-非衍生-保持署名 | Creative Commons BY-NC-ND 4.0
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
猜你喜欢:- Android 开发技术周报
- Android 开发技术周报 Issue#273
- Android 开发技术周报 Issue#274
- Android 开发技术周报 Issue#272
- Android 开发技术周报 Issue#275
- Android 开发技术周报 Issue#276
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Inside the C++ Object Model
Stanley B. Lippman / Addison-Wesley Professional / 1996-5-13 / USD 64.99
Inside the C++ Object Model focuses on the underlying mechanisms that support object-oriented programming within C++: constructor semantics, temporary generation, support for encapsulation, inheritanc......一起来看看 《Inside the C++ Object Model》 这本书的介绍吧!