新闻
教程
开源库 & App
-
提高 Android UI 开发效率的 UI 库
-
Lightweight, minimalistic dependency injection library for Android & Kotlin (JVM)
-
Simple way to make navigation in Android Application
-
Kotlin wrappers for popular JavaScript libraries
-
android-viewpager-transformers
A collection of view pager transformers
-
安卓带有尖角气泡的控件(TextView,ImageView,EditText,Layout),支持渐变色,圆角等自定义属性
-
A simple and customizable Android full-screen image viewer with shared image transition support, "pinch to zoom" and "swipe to dismiss" gestures.
-
GoogleNewsStandAnimation-Android
Navigation pattern like in Google News Stand app with transitions
-
Customizable bounce animation for any view updation
-
kotlin-architecture-components
This is a sample app that uses Android Architecture Components with Kotlin and Dagger 2.
-
Unidirectional Data Flow in Kotlin
-
Easily Validate EditTexts
工具
-
:scream: A dark theme for all the things! https://draculatheme.com
-
100% automatically – in 5 seconds – without a single click
-
Next Generation IDE for Swift Development
-
asylauncher gradle plugin for Android
Add a different ribbon to each of your Android app variants using this gradle plugin.
-
A markdown editor for developers on Mac, Windows and Linux.
视频
算法
-
相对友好的 Tree tutorial
指南
-
List of Data Science Cheatsheets to rule the world.
设计教程
设计工具
-
The ultimate design kit for Figma. Create high fidelity wireframes, user interfaces and style guides for your desktop products. It’s fully customizable and free.
-
Generate Project Logo with Google Fonts
-
Test your skills and judge whether the dots are really in the middle of the shapes.
版权声明
欢迎自由转载-非商用-非衍生-保持署名 | Creative Commons BY-NC-ND 4.0
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Haskell函数式编程基础
Simon Thompson / 科学出版社 / 2013-7-1 / 129.00
《Haskell函数式编程基础(第3版)》是一本非常优秀的Haskell函数式程序设计的入门书,各章依次介绍函数式程序设计的基本概念、编译器和解释器、函数的各种定义方式、简单程序的构造、多态和高阶函数、诸如数组和列表的结构化数据、列表上的原始递归和推理、输入输出的控制处理、类型分类与检测方法、代数数据类型、抽象数据类型、惰性计算等内容。书中包含大量的实例和习题,注重程序测试、程序证明和问题求解,易......一起来看看 《Haskell函数式编程基础》 这本书的介绍吧!