--------------------------------------------------------------------------------------------------------

Intel's App Framework

The JavaScript library for mobile

HTML5 app development

App Framework is built from the grounp up

to be light and excel on mobile devices.

(An open source HTML5 UI framework project 
licensed under the MIT X11 license

App Framework explained

The App Framework JavaScript library is a blazingly fast cross-platform UI library built for mobile HTML5 apps. The UI styles in this library are designed to easily adapt to your target platform(Google Android*, Apple iOS*, Microsoft Windows* 8, and new RIM Blackberry* devices) so you can give your application a target-specific look and feel.

The App Framework library also includes an optional query selector library that takes advantage of the latest built-in HTML5 and CSS3 features of browsers and supports valid W3C CSS selectors.

CSS Generator
Build a custom CSS pack for your App Framework 2.0 app in seconds.

You can select your css theme from all the major platforms.

App Starter

App Starter is a drag and drop UI prototype for creating App Framework applications. With round trip support, you can edit your files locally and re-import them to edit again.
 
Pages
Create multiple pages and link to them.

Navigation
Manage your header and footer elements.

Elements
Add Widgets to your page, like buttons, lists and form elements. 

Style Builder

Easily create custom themes and see them as you change colors. Save them as a generated CSS file.

LATEST UPDATES

2.1 release
App Framework 2.1 has been released. Get the latest from github.

Documentation
New documentation for the API's and helper guide.
Added new components documentation for App Framework UI.

Query Selector
Bug fixes and a few new API's

App Framework UI
Big overhaul of the layout, bug fixes, and less restrictive selectors.

Plugins
New scroller logic, bug fixes and documentation for individual plugins.

Resources

Get the Code

⟩ Download from Github 
⟩ CDN

Learn More

⟩ Forums 
⟩ API
⟩ Getting Started

--------------------------------@黑眼诗人 <www.farwish.com> Translate-----------------------------

官网首页:http://app-framework-software.intel.com/

英特尔的应用框架

针对移动设备的JavaScript类库

HTML程序应用框架。

App Framework 是从头开始构建的

在移动设备上变得轻量和优秀。

一个开放资源的在MIT X11许可证下的HTML用户界面框架项目

App Framework 说明

App Framework JavaScript类库是一个为移动设备HTML5应用构建的特别快的跨平台UI库。

类库的UI风格被设计成容易适应你的目标平台(谷歌Android*, 苹果iOS*, 微软Windows*8 和 新的RIM黑莓* 设备),所以你可以给你的应用一个具体目标的视觉和感觉。

App Framework类库同样包含一个可选的查询选择器类库,利用了最新内置HTML5和CSS3的特性的浏览器并且支持有效的W3C CSS选择器。

CSS创建

第二步,为你的App Framework 2.0应用创建一个自定义的CSS包

你可以从所有的主要平台选择你的CSS主题。

App启动器

app启动器是一个为创建App Framework应用的拖放的UI原型。支持往返,你可以修改你的本地文件并重新引入它们进行修改。

  页面:

  创建多个页面并且链接它们

  导航:

  管理你的头部和尾部元素

  元素:

  添加组件到你的页面,象按钮,列表和表单元素

样式生成器

  容易创建自定义主题并且当你改变颜色时可以看到它们。作为一个生成的CSS文件保存。

最近更新

 2.1发布

 App Framework 2.1 已经发布。从GitHub上获得最新。

 文档

 新的API文档和帮助指导。

 为App Framework UI 添加新的组件文档

 查询选择器

 Bug修复和一些新的API

 App Framework UI

 样式的大的彻底检查,bug修复,和少量限制性选择器

 插件

 新的逻辑,bug修复和个人插件的文档

资源

获取代码:

⟩ 从GitHub下载 
⟩ CDN

更多

⟩ 论坛
⟩ API
⟩ 开始

[AFUI]App Framework的更多相关文章

  1. [AFUI]App Framework Plugins

    ---------------------------------------------------------------------------------------------------- ...

  2. [AFUI]App Framework Quickstart

    ---------------------------------------------------------------------------------------------------- ...

  3. [Learn AF3]第三章 App Framework 3组件之Panel:afui的核心

    Panel,afui的核心组件 组件名称:Panel     使用说明:按照官方的说法,panel组件是af3的“核心(heart of the ui)”,panel用于构造应用中独立的内容展示区域, ...

  4. 【App FrameWork】页面之间的参数传递

    若应用中有多个页面,这时2个页面之间可能需要进行参数传递.那么如何来实现呢? 首先想到的就是URL参数传递的方式,如:在panel里设置属性 data-defer="Pages/Shake. ...

  5. 【App FrameWork】框架的页面布局

    之前主要用JqueryMobile+PhoneGap的模式开发移动应用,但JQueryMobile自身存在的硬伤太多,如加载速度缓慢,页面转场白屏.闪烁,头尾部导航浮动问题,页面滚动等等,用户体验效果 ...

  6. [Learn AF3]第七章 App framework组件之Popup

    AF3的弹出对话框Popup 组件名称:Popup 是否js控件:是,$.afui.popup     说明:af3中的popup和af2中相比变化不大,依然是通过插件popup来实现的     方法 ...

  7. [Learn AF3]第四章 App framework组件之Button

    Button    组件名称:Button     是否js控件:否     使用说明:如果说panel组件是af3的“核心(heart of the ui)”,那么Button就是af中的五虎上将之 ...

  8. [Learn AF3]第五章 App Framework 3组件之Drawer——Side Menu

    Drawer——Side menu 组件名称:Drawer     说明:af3中的side menu和af2中有很大变化,af3中的side menu实际上是通过插件$.afui.drawer来实现 ...

  9. [Learn AF3]第二章 App Framework 3.0的组件View——AF3的驱动引擎

    View:af3中的驱动引擎   组件名称:View     使用说明:按照官方的说法,view组件是af3的“驱动引擎(driving force)”,view是af3应用的基础,一个app中可以包 ...

随机推荐

  1. 51nod1253 Kundu and Tree

    树包含N个点和N-1条边.树的边有2中颜色红色('r')和黑色('b').给出这N-1条边的颜色,求有多少节点的三元组(a,b,c)满足:节点a到节点b.节点b到节点c.节点c到节点a的路径上,每条路 ...

  2. golang rbac框架

    在 https://github.com/mikespook/gorbac/tree/v1.0 github上新的版本是开发板,得用这里的老版 demo package main import ( & ...

  3. 【log】log4j

    常用log4j.properties配置文件 log4j.rootLogger = info,console #指定serviceImpl层 日志输出 log4j.logger.com.sms.ser ...

  4. 修改mongodb oplog size

    转载地址:http://blog.csdn.net/huwei2003/article/details/43307647 修改mongodb oplog size oplog简介: oplog:ope ...

  5. Titan-红号楼宗谱案例

    一. 简介 titan:存储,查询图形结构的数据库.分布式集群环境下,可支持数以千亿级别的点和边,同时支持上千个并发的实时的复杂图形遍历,支持ACID事务. 架构:支持以下3方面的自由组合 (1)节点 ...

  6. (C# Debug)A first chance exception of type 'System.ArgumentException' occurred in System.Data.dll

    Debug 模式下运行程序的时候,Output 窗口出来个错误“A first chance exception of type 'System.ArgumentException' occurred ...

  7. C#学习笔记二: C#类型详解

    前言 这次分享的主要内容有五个, 分别是值类型和引用类型, 装箱与拆箱,常量与变量,运算符重载,static字段和static构造函数. 后期的分享会针对于C#2.0 3.0 4.0 等新特性进行. ...

  8. centos nginx环境下删除CI框架Index.php入口遇到404问题

    今天在网上百度看了很多文章,想要去掉index.php入口文件有好多方法,自己也照着在网站到根目录下新建了一个.htaccess文件,内容如下: RewriteEngine On RewriteCon ...

  9. 不能向Github提交某一類型的文件

    之前在github上建了6個project,但是其中有一個不能提交jar文件,其他的都可以.後來發現原來在項目中有一個叫.gitignore的文件,其他項目里的都是/bin,但是那個不能提交jar的項 ...

  10. powerdesigner中将表的name在生成建表sql时生成注释

    1.为powerdesigner的表设置注释方法: powerdesigner默认没有注释: 设置方法: 选择那个表 右键- >Properties- >Columns- >Cust ...