新闻
-
Android 开发者应该从 Java 转到 Kotlin 吗?谷歌告诉你
教程
开源库 & App
-
A library that lets you use reflection without any restriction above Android P
-
一个基于 MVP 架构开发的二级联动列表控件。
-
Android dynamic code loading sample for Dynamic Feature Modules.
-
Sample demonstrating the different ways to support Dark Mode on Android. Uses the Material Design Components Library.
-
Port of RxRedux by using Flow from Kotlin Coroutine's.
-
An Android app for measuring and testing FontMetrics
-
:fire:Replace typical onLongClickListener with this library!
插件
-
Inline constant fields of android R class by asm and transform-api
工具
-
一套注重代码语法聚焦和可读性的主题色,源于极夜、暴风雪、霜、极光等配色元素,可运用在 VSCode、Xcode、Atom 等编辑器之上,看上去挺养眼的
-
Android Event Recording and Replaying
-
:lollipop: 集合多家 API 的新一代图床 https://test.demo-1s.com
-
高逼格的具有编程连字的等宽字体,最适合在编程编辑器、IDE、终端中使用。十分酷的字体,可以增加写代码的欲望
-
The new Windows Terminal, and the original Windows console host -- all in the same place!
-
A dark tmux color scheme inspired by Atom's One Dark syntax theme.
指南
技术之外
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
猜你喜欢:- Android 开发技术周报
- Android 开发技术周报 Issue#273
- Android 开发技术周报 Issue#274
- Android 开发技术周报 Issue#272
- Android 开发技术周报 Issue#275
- Android 开发技术周报 Issue#276
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Node.js开发指南
郭家寶(BYVoid) / 人民邮电出版社 / 2012-7 / 45.00元
Node.js是一种方兴未艾的新技术,诞生于2009年。经过两年的快速变化,Node.js生态圈已经逐渐走向稳定。Node.js采用了以往类似语言和框架中非常罕见的技术,总结为关键词就是:非阻塞式控制流、异步I/O、单线程消息循环。不少开发者在入门时总要经历一个痛苦的思维转变过程,给学习带来巨大的障碍。 而本书的目的就是帮助读者扫清这些障碍,学会使用Node.js进行Web后端开发,同时掌握事件驱......一起来看看 《Node.js开发指南》 这本书的介绍吧!