Articles & Tutorials
|
A few experiments with Android drawable gradients
(blog.jakelee.co.uk) Drawable gradients seem to be rarely used despite their simple syntax, so Jake Lee shows several examples of what's possible. |
(blog.mindorks.com)
In this tutorial, Amit Shekhar teaches about the Kotlin Flow retry and retryWhen operators and how to retry the task with exponential backoff delay using it.
(proandroiddev.com)
What is better for a developer than writing code once and run it on various platforms, natively. Hossein Abbasi shows how to write reactive MVVM implementation using Kotlin Multiplatform.
(medium.com)
Michael Hazard examines the Build Analyzer, a tool designed to help all developers understand what determines the duration of their build and how it can be minimized.
(medium.com)
Configuration caching is a fundamental building block in making builds faster. Ivan Gavrilovic shows some upcoming features (available experimentally for now) that can potentially make your builds faster than before.
(android-developers.googleblog.com)
This blog is a quick tour of the new Motion Editor and how to use the latest features during your animation development.
(medium.com)
Paris Hsu takes a closer look at some of the design tool enhancements in Android Studio 4.1
(dev.to)
Py continues the series on stability and performance monitoring. This post is a continuation of the deep dive on cold start, where it goes from the launch of the first activity to the first draw on a surface.
(www.rockandnull.com)
Bevan Steele describes why you need to build two navigation graphs when transitioning between a logged out and logged in state in your app.
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
猜你喜欢:本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
JavaScript DOM高级程序设计
Jeffrey Sambells、Aaron Gustafson / 李松峰、李雅雯 / 人民邮电出版社 / 2008-7 / 59.00元
本书注重理论与实践的结合,全面讲述高级的DOM 脚本编程。全书分为3 个部分:第一部分“深入理解DOM 脚本编程”,涉及W3C DOM 规范的各方面,包括非标准的浏览器支持和不支持的内容;第二部分“浏览器外部通信”,以Ajax 和客户端—服务器端通信为主题;第三部分“部分高级脚本编程资源”,集中介绍了一批第三方脚本编程资源,包括库和API。同时,每部分的最后一章都为案例研究,将学到的内容应用于实践......一起来看看 《JavaScript DOM高级程序设计》 这本书的介绍吧!