-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathindex.html
More file actions
12 lines (11 loc) · 3.17 KB
/
index.html
File metadata and controls
12 lines (11 loc) · 3.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html><html><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"><title>Flux | Application Architecture for Building User Interfaces</title><meta name="viewport" content="width=device-width"><meta property="og:title" content="Flux | Application Architecture for Building User Interfaces"><meta property="og:type" content="website"><meta property="og:url" content="http://facebook.github.io/flux/index.html"><meta property="og:description" content="Application Architecture for Building User Interfaces"><link rel="stylesheet" href="/css/flux.css"><script type="text/javascript" src="//use.typekit.net/vqa1hcx.js"></script><script type="text/javascript">try{Typekit.load();}catch(e){}</script></head><body><div class="container"><div class="nav-main"><div class="wrap"><a class="nav-home" href="/"><img class="nav-logo" src="/img/flux_logo.svg" width="50" height="50">AndroidFlux</a><ul class="nav-site"><li><a href="/docs/overview.html#content" class="">docs</a></li><li><a href="/support.html" class="">support</a></li><li><a href="https://github.com/androidflux/androidflux.github.io" class="">github</a></li></ul></div></div><div class="hero"><div class="wrap"><div class="text"><strong>AndroidFlux</strong></div><div class="minitext">当Android遇到了Flux,架构Android应用的新方式。</div></div></div><section class="content wrap"><section class="home-section home-getting-started"><p>AndroidFlux是Facebook的<a href="https://facebook.github.io/flux/">Flux</a> 架构的Android实现。 Flux是Facebook在14年提出的一种Web前端架构,这种架构可以很好的应用于Android平台,相对于其他的MVC/MVP/MVVM等模式, 拥有良好的文档和更具体的设计,比较适合于快速开发实现。</p><p>我们正在做Flux在Android平台的适配工作,有一些文档需要翻译,并且提供Android版本的适配。欢迎<a href="/support.html">加入我们</a>。</p></section><section class="home-section home-getting-started"><iframe width="500" height="280" src="//www.youtube.com/embed/nYkdrAPrdcw?list=PLb0IAmt7-GS188xDYE-u1ShQmFFGbrk0v&start=621" frameborder="0"></iframe></section><section class="home-bottom-section"><div class="buttons-unit"><a href="docs/overview.html#content" class="button">Learn more about Flux</a></div></section><p></p></section><footer class="wrap"><div class="right">© 2014-2015 AndroidFlux.</div></footer></div><div id="fb-root"></div><script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-387204-10', 'facebook.github.io');
ga('send', 'pageview');
!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)
){js=d.createElement(s);js.id=id;js.src="https://platform.twitter.com/widgets.js";
fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");
</script></body></html>