[AFUI]App Framework

时间:2022-09-17 13:18:11

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

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. &lbrack;AFUI&rsqb;App Framework Plugins

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

  2. &lbrack;AFUI&rsqb;App Framework Quickstart

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

  3. &lbrack;Learn AF3&rsqb;第三章 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. &lbrack;Learn AF3&rsqb;第七章 App framework组件之Popup

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

  7. &lbrack;Learn AF3&rsqb;第四章 App framework组件之Button

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

  8. &lbrack;Learn AF3&rsqb;第五章 App Framework 3组件之Drawer——Side Menu

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

  9. &lbrack;Learn AF3&rsqb;第二章 App Framework 3&period;0的组件View——AF3的驱动引擎

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

随机推荐

  1. 负载均衡-基础-一致性哈希算法及java实现

    一致性hash算法,参考: http://www.blogjava.net/hello-yun/archive/2012/10/10/389289.html 针对这篇文章,加入了自己的理解,在原有的代 ...

  2. centos7&period;2安装paramiko报error&colon; command &&num;39&semi;gcc&&num;39&semi; failed with exit status 1的解决办法

    安装依赖 yum install kernel-devel libxslt-devel libffi-devel python-devel mysql-devel zlib-devel openssl ...

  3. hdu 5258 数长方形 离散化

    数长方形 Time Limit: 20 Sec Memory Limit: 256 MB 题目连接 http://acm.hdu.edu.cn/showproblem.php?pid=5258 Des ...

  4. NODE编程(一)--Node功能的组织和重用

    Node开发面对的两个问题: 1.如何组织代码 2.如何进行异步编程. 一.Node功能的组织和重用 Node模块允许你从被引入文件中选择要暴露给程序的函数和变量.如果模块返回的函数或变量不止一个,那 ...

  5. ural 1203&period; Scientific Conference

    http://acm.timus.ru/problem.aspx?space=1&num=1203 #include <cstdio> #include <cstring&g ...

  6. Processing&period;js

    Processing.js Processing.js 1.4.1 released!

  7. linux命令readlink

    readlink,从字面意思就可以看出来,输出符号链接值或者权威文件名. openwrt 下的readlink命令参数如下: root@hbg:/# readlink  --helpBusyBox v ...

  8. Java8 按照类属性去重

    测试po package com.shiwulian.test.po; public class Person {private String id;private String name;priva ...

  9. 【Python实践-2】求一个或多个数的乘积

    # -*- coding: utf-8 -*- #定义一个函数,可接收一个或多个数并计算乘积 def product(*numbers): s=1 for n in numbers: s=s*n re ...

  10. (七)jdk8学习心得之join方法

    七.join方法 1. 作用:将list或者数组按照连接符进行连接,返回一个字符串. 2. 使用方法 1) String.join(“连接符”,数组对象或者list对象) 2) 首先转换成stream ...