新闻
教程
- 为什么说它对 Android 未来的发展十分重要?
- 深入Android Runtime: inline优化与字符串
- Flutter 瘦身大作战
- Android画笔基础(Paint)
- 从源码角度深入探寻Scroller的奥秘
- 知乎 Android 客户端组件化实践
开源库 & App
- Android-Goldfinger Android library to simplify Fingerprint authentication implementation.
- FlutterCinematic Flutter clone of my "Cinematic" App
- Token Core Android a blockchain private key management library on android
- AnalogWatchFace Simple Analog Watch Face for Wear OS
- MrButler Reactive Android App Permissions API with delegates and logging.
- State Delegator Collection of classes that helps you to manage a screen state
- Phantom 唯一零 Hook 稳定占坑类 Android 热更新插件化方案
- BezierSeekBar 漂亮的区间选择器,贝塞尔曲线优雅实现
- CodeEditor Code Editor Native Way
工具
- Gradle Task Tree Gradle plugin that adds a 'taskTree' task that prints task dependency tree
- gotop A terminal based graphical activity monitor inspired by gtop and vtop
- CleanShot Discover a superior way to capture your Mac's screen.
Fun
- My Octocat Build your own Octocat
指南
- 比特币白皮书中文版
- Awesome Actions A curated list of awesome actions to use on GitHub
- Open Source Guides
技术之外
版权声明
欢迎自由转载-非商用-非衍生-保持署名 | Creative Commons BY-NC-ND 4.0
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
猜你喜欢:- Android 开发技术周报
- Android 开发技术周报 Issue#273
- Android 开发技术周报 Issue#274
- Android 开发技术周报 Issue#272
- Android 开发技术周报 Issue#275
- Android 开发技术周报 Issue#276
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Android 源码设计模式解析与实战
何红辉、关爱民 / 人民邮电出版社 / 2015-11 / 79.00元
本书专门介绍Android源代码的设计模式,共26章,主要讲解面向对象的六大原则、主流的设计模式以及MVC和MVP模式。主要内容为:优化代码的首步、开闭原则、里氏替换原则、依赖倒置原则、接口隔离原则、迪米特原则、单例模式、Builder模式、原型模式、工厂方法模式、抽象工厂模式、策略模式、状态模式、责任链模式、解释器模式、命令模式、观察者模式、备忘录模式、迭代器模式、模板方法模式、访问者模式、中介......一起来看看 《Android 源码设计模式解析与实战》 这本书的介绍吧!