mirror of
https://github.com/HackPlan/AsyncDisplayKit.git
synced 2026-04-02 17:07:58 +08:00
33 lines
2.0 KiB
Markdown
Executable File
33 lines
2.0 KiB
Markdown
Executable File
---
|
|
title: Resources
|
|
layout: docs
|
|
permalink: /docs/resources.html
|
|
prevPage: getting-started.html
|
|
nextPage: installation.html
|
|
---
|
|
|
|
###Slack
|
|
|
|
Join 200+ AsyncDisplayKit developers and the ASDK team on Slack for real-time debugging, the latest updates, and asynchronous banter. <a href="http://asdk-slack-auto-invite.herokuapp.com">Sign up</a> or email AsyncDisplayKit(at)gmail.com for an invite.
|
|
|
|
###Examples
|
|
Browse through our many <a href="https://github.com/facebook/AsyncDisplayKit/tree/master/examples">example projects</a>.
|
|
|
|
If you are new to AsyncDisplayKit, we recommend that you start with the <a href="https://github.com/facebook/AsyncDisplayKit/tree/master/examples/ASDKgram">ASDKgram</a> example app. This social app example directly compares a photo feed implemented with UIKit to an identical feed implemented with AsyncDisplayKit. The app features an infinitely scrolling home feed that demonstrates ASDK's smoother scrolling performance. It also has a significantly sized code base to demonstrate how much less code it takes to design apps using AsyncDisplayKit.
|
|
|
|
###Videos
|
|
<ul>
|
|
<li><a href = "https://www.youtube.com/watch?v=8ngXakpE2x8">AsyncDisplayKit State of the Code</a> [WWDC 2016]
|
|
<li><a href = "https://www.youtube.com/watch?v=RY_X7l1g79Q">AsyncDisplayKit 2.0: Intelligent User Interfaces</a> [NSSpain 2015]
|
|
<li><a href = "https://www.youtube.com/watch?v=ZPL4Nse76oY">Effortless Responsiveness with AsyncDisplayKit</a> [MCE 2015]
|
|
<li><a href = "https://www.youtube.com/watch?v=h4QDbgB7RLo">Asynchronous UI</a> [NSLondon 2014]
|
|
</ul>
|
|
|
|
###Layout Resources
|
|
AsyncDisplayKit's powerful layout system is based on the CSS FlexBox model. These sites are useful for learning the basics of this system.
|
|
<ul>
|
|
<li><a href = "http://nguyenhuy.github.io/froggy-asdk-layout/">ASStackLayout Game</a>
|
|
<li><a href = "https://demos.scotch.io/visual-guide-to-css3-flexbox-flexbox-playground/demos/">Visual Guide to CSS3 Flexbox</a>
|
|
<li><a href = "http://www.flexboxpatterns.com/home">FlexBox Patterns</a>
|
|
</ul>
|