{{sellerTotalView > 1 ? __("sellers", {number: sellerTotalView}) : __("seller", {number: sellerTotalView}) }}, {{numTotalView > 1 ? __("items", {number: numTotalView}) : __("item", {number: numTotalView}) }}
free FREE

Change Your Zip Code

Inventory information and delivery speeds may vary for different locations.

Location History

{{email ? __('Got it!') : __('Restock Alert')}}

We will notify you by email when the item back in stock.

Cancel
Yami

Jingdong book

CrossApp入门指南/清华开发者书库

{{buttonTypePin == 3 ? __("Scan to view more PinGo") : __("Scan to start")}}

CrossApp入门指南/清华开发者书库

{{__(":people-members", {'people': item.limit_people_count})}} {{ itemCurrency }}{{ item.valid_price }} {{ itemCurrency }}{{ item.invalid_price }} {{ itemDiscount }}
Ends in
{{ itemCurrency }}{{ item.valid_price }}
{{ itemCurrency }}{{ priceFormat(item.valid_price / item.bundle_specification) }}/{{ item.unit }}
{{ itemDiscount }}
{{ itemCurrency }}{{ item.valid_price }} {{ itemCurrency }}{{ priceFormat(item.valid_price / item.bundle_specification) }}/{{ item.unit }} {{ itemCurrency }}{{ item.invalid_price }} {{itemDiscount}}
{{ itemCurrency }}{{ item.valid_price }}
Sale ends in
Sale will starts after Sale ends in
{{ getSeckillDesc(item.seckill_data) }}
{{ __( "Pay with Gift Card to get sale price: :itemCurrency:price", { 'itemCurrency' : itemCurrency, 'price' : (item.giftcard_price ? priceFormat(item.giftcard_price) : '0.00') } ) }} ({{ itemCurrency }}{{ priceFormat(item.giftcard_price / item.bundle_specification) }}/{{ item.unit }}) Details
Best before

Currently unavailable.

We don't know when or if this item will be back in stock.

Unavailable in your area.
Sold Out

Details

Full product details
Editer Recommend

CrossApp是一款完全免费、开源、跨平台的移动App开发引擎。CrossApp以C++作为开发语言,图形渲染基于OpenG ES 2.0,采用MVC框架模式。使用CrossApp开发的应用程序支持各大主流移动平台,真正实现“一次编码,多处运行”的跨平台开发技术。CrossApp的功能与特色如下:
跨平台 目前支持主流的移动平台iOS和Android,后续更新版本将完善对更多平台的支持(如Windows 10)。
整合第三方库 整合了大量的第三方库,例如常见的数据解析库Jsoncpp、Tinyxm、Http等,同时也通过第三方库Spidermonkey转换,使之可以直接使用JS脚本编程。
基于OpenG ES2.0 Open G ES 2.0渲染效率高,可使移动设备的GPU发挥到效果。
开源 遵守宽松的MIT开源协议,所以开发者可以完全免费、毫无顾虑地使用CrossApp制作任何商业项目。
UI控件丰富 封装了大量的UI控件,同时也整合了部分第三方开发者提供的优秀控件资源,极大丰富了CrossApp的UI控件。
配套编辑器 提供了配套编辑器,辅助开发者进行更快速、更便捷的移动App开发。

Content Description

本书系统论述了CrossApp跨平台App开源引擎的开发理论与实践。全书内容涵盖了CrossApp引擎特点,开发环境设置,核心类CAVeiw、CAViewController和CAWindow的实现原理和使用,CrossApp内存管理机制,CrossApp核心控件使用,设备功能调用及网络通信功能等。本书共8章,分为如下三大部分。
第一部分为开发基础,即第1~4章,内容包括CrossApp开发环境搭建,引擎原理介绍,创建项目和核心UI组件类的使用。通过该部分内容的学习,读者可以创建一个简单的跨平台应用。
第二部分为开发进阶,即第5~7章,内容包括在CrossApp项目中使用多媒体功能,使用文件存储功能,实现网络功能,实现UI组件的动画效果。通过该部分内容的学习,读者可以实现一款功能强大的跨平台应用。
第三部分为项目实战,即第8章,通过一款手机电商App的源码解析,可以让读者具备架构一款大型跨平台联网App的能力。

Author Description

沈大海,国内知名移动开发专家,高级培训讲师,移动互联产品顾问,现任龙图游戏?9秒社区开发者关系负责人。近十年来一直从事移动平台技术工作,对Android和iOS平台及Cocos2d-x引擎有深入研究,曾先后主持开发《联想SPM系统》、《国家农业科学院施肥通(移动版)》、《国家图书馆手机导航系统》、《易点点电子点菜系统》、《蓝魔的逆袭塔防游戏》、《少数派贵金属行情(移动版)》、《窠浦旅行家机票手机预定系统》等项目,曾为Google大学实验室、索爱、联想、华为、海能达、爱立信、滚石移动、北纬通信、工信部移动互联基地院校等企、事业单位讲授移动开发课程。目前主要研究HTML5相关技术,是H5EDU.cn创始人。

张磊,网名“无脑码农”,国内资深CrossApp开发工程师、Cocos2d-x游戏开发工程师和布道师。Cocos首批CPV之一,有丰富的项目经验。现担任“9秒课堂”(www.9miaoketang.com)负责人,并活跃于9秒社团、Cocos2d-x论坛等技术社区,在社区中发表和录制了大量的专业博文与视频教程,深受广大开发者欢迎。先后参与研发《功夫轿子2》、《洞洞人》、《暗之龙域》等多款手机游戏项目。近期关注Cocos2d-x、CrossApp、Unity3D、HTML5等相关技术,并在“9秒课堂”开设了相关课程。

Catalogue

第1章CrossApp简介及开发环境搭建
1.1CrossApp简介
1.1.1CrossApp功能与特色
1.1.2CrossApp的优势
1.2CrossApp开发环境搭建
1.2.1Windows开发环境搭建
1.2.2在Windows系统创建CrossApp工程
1.2.3CrossApp项目目录说明
1.2.4通过Visual Studio 2013启动一个项目
1.2.5Windows环境下Android配置
1.2.6Mac OS X开发环境搭建
1.2.7Mac下配置Android开发环境
1.2.8第一个CrossApp项目解析
第2章CrossApp基础概念
2.1核心类
2.1.1CAView
2.1.2CAViewController
2.1.3CAWindow
2.2内存管理
2.2.1对象内存引用记数
2.2.2手工对象内存管理
2.2.3自动对象内存管理
2.3坐标系
2.4适配方案
2.5深入理解CAViewController和MVC
2.5.1CAViewController的职责
2.6CAViewController类的使用
2.6.1CAViewController生命周期
2.6.2CAViewController使用
2.7CANavigationController导航视图控制器
2.8CATabBarController 切换视图控制器
2.9CADrawerController侧边抽屉式导航控制器
第3章CrossApp核心控件与视图
3.1文本CALabel
3.2按钮CAButton
3.3图片CAImageView
3.4九宫格图片CAScale9ImageView
3.5单行输入框CATextField
3.6多行输入框CATextView
3.7开关CASwitch
3.8提示框CAAlertView
3.9进度条CAProgress
3.10滚动条CASlider
3.11步进控件CAStepper
3.12滚动视图CAScrollView
3.13列表视图CAListView
3.14表格视图CATableView
3.15容器CACollectionView
3.16切换页面CAPageView
第4章CrossApp数据存储与解析
4.1CAUserDefault简单存储
4.2SQLite的使用
4.3JSON解析
4.4XML解析
第5章CrossApp设备功能调用
5.1相机
5.2相册
5.3通讯录
5.4本章小结
第6章CrossApp多媒体
6.1CAViewAnimation动画
6.2SimpleAudioEngine音效
第7章CrossApp网络通信
7.1HTTP基础使用
7.2HTTP加载网络图片
第8章CrossApp项目实战
8.1折800开源项目介绍
8.2项目架构设计
8.3核心模块说明
8.4本章小结

Introduction

移动互联网发展迅速,截至2015年1月,已经有超过120万款应用上线苹果AppStore,这其中包含了游戏、电商、社交和工具等类型的产品,越来越多的应用在iOS平台运营成功之后都会希望移植到Android系统以及其他移动终端系统,这为开发者带来了巨大的时间成本和资金消耗。
CrossApp通过跨平台的解决方案,可以通过C++和JS等语言实现一处开发及多处发布的功能,并且在功能和性能上有明显优势,为开发移动应用的项目提供了全新的解决方案,这对于在移动互联网创业的中小团队来讲,无疑是雪中送炭。
CorssApp是一套跨平台的开源技术引擎,源码完全开放,可以免费使用。引擎中提供了开发移动App所需要的UI框架、底层设备访问功能、网络通信框架和组件动画功能,这对于有一定移动开发基础的程序员来讲可以极大提升开发效率。
本书首先介绍CrossApp开发环境搭建、引擎原理、项目创建和核心UI组件类的使用; 之后介绍多媒体功能、文件存储功能、网络功能和UI组件的动画效果等高级用法; 最后通过在www.9miao.com发布的手机电商CrossApp的源码解析,让读者具备架构一款大型跨平台联网App的能力。
本书编写过程中得到了CrossApp引擎的主程栗元锋的大力支持,特此感谢。
通过本书的学习,希望读者了解CrossApp跨平台引擎的特点以及能够使用该引擎搭建一款跨平台App的产品架构,由于编写仓促,书中难免有疏漏与不妥之处,敬请读者批评指正。如果读者在学习过程中有任何问题可以发送邮件,我们会及时回复,读者也可以登录edu.9miao.com来同步学习相关课程的视频。
作者2016年1月于北京

Specifications

Brand Jingdong book
Brand Origin China

Disclaimer

Product packaging, specifications and price are subject to change without notice. All information about the products on our website is provided for information purposes only. Please always read labels, warnings and directions provided with the product before use.

View Full Terms of Use
Add to favorites
{{ $isZh ? coupon.coupon_name_sub : coupon.coupon_ename_sub | formatCurrency }}
{{__("Buy Directly")}} {{ itemCurrency }}{{ item.directly_price }}
Quantity
{{ quantity }}
{{ instockMsg }}
{{ limitText }}
{{buttonTypePin == 3 ? __("Scan to view more PinGo") : __("Scan to start")}}
Sold by JD@CHINA
Ship to
{{ __("Ship to United States only") }}
Free shipping over 69
Genuine guarantee

Added to Cart

Keep Shopping

More to Consider

{{ item.brand_name }}

{{ item.item_name }}

{{ item.currency }}{{ item.market_price }}

{{ item.currency }}{{ item.unit_price }}

{{ item.currency }}{{ item.unit_price }}

Coupons

{{ coupon.coupon_name_new | formatCurrency }}
Clip Clipped Over
{{ getCouponDescStr(coupon) }}
{{ coupon.use_time_desc }}
Expires soon {{ formatTime(coupon.use_end_time) }}

Share this item with friends

Cancel

Yami Gift Card

Get this exclusive deal when paying with gift card

Terms and Conditions

Gift card deals are special offers for selected products;

The gift card deals will automatically be activated if a customer uses gift card balance at check out and the balance is sufficient to pay for the total price of the shopping cart products with gift card deals;

You will not be able to activate the gift card deals if you choose other payment methods besides gift card. The products will be purchased at their normal prices;

If your account balance is not enough to pay for the products with gift card deals, you can choose to reload your gift card balance by clicking on the Reload button at either shopping cart page or check out page;

Products that have gift card deals can be recognized by a special symbol showing 'GC Deal';

For any additional questions or concerns, please contact our customer service;

Yamibuy reserves the right of final interpretation.

Sold by Yami

Service Guarantee

Yami Free Shipping over $49
Yami Easy Returns
Yami Ships from United States

Shipping

  • United States

    Standard Shipping is $5.99 (Excluding Alaska & Hawaii). Free on orders of $49 or more.

    Local Express is $5.99 (Available in Parts of CA, NJ, MA & PA). Free on orders of $49 or more.

    2-Day Express (Includes Alaska & Hawaii) starts at $19.99.

Return Policy

Yami is committed to provide our customers with a peace of mind when purchasing from us. Most items shipped from Yamibuy.com can be returned within 30 days of receipt of shipment (For Food, Beverages, Snacks, Dry Goods, Health supplements, Fresh Grocery and Perishables Goods, within 7 days of receipt of shipment due to damages or quality issues; To ensure that every customer receives safe and high-quality products, we do not provide refunds or returns for beauty products once they have been opened or used, except in the case of quality issues; Some products may have different policies or requirements associated with them, please see below for products under special categories, or contact Yami Customer Service for further assistance).
Thank you for your understanding and support.

Learn More

Sold by Yami

Terms and Conditions of Yami E-Gift Card

If you choose “Redeem automatically” as your delivery method, your gift card balance will be reload automatically after your order has been processed successfully;

If you choose “Send to Email”as your delivery method, the card number and CVV will be sent to the email address automatically;

Any user can use the card number and CVV to redeem the gift card, please keep your gift card information safely. If you have any trouble receiving email, please contact Yami customer service;

Yami gift card can be used to purchase both Yami owned or Marketplace products;

Yami gift card will never expire;

Yami gift card balance does not have to be used up at once;

All rights reserved by Yami.

Return Policy

Gift card that has already been consumed is non-refundable.

Sold by JD@CHINA

Service Guarantee

Yami Free Shipping over $49
Yami Easy Returns
Yami Ships from United States

Shipping

  • United States

    Standard Shipping is $5.99 (Excluding Alaska & Hawaii). Free on orders of $49 or more.

    Local Express is $5.99 (Available in Parts of CA, NJ, MA & PA). Free on orders of $49 or more.

    2-Day Express (Includes Alaska & Hawaii) starts at $19.99.

Return Policy

You may return product within 30 days upon receiving the product. Items returned must be new in it's original packing, including the original invoice for the purchase. Customer return product at their own expense.

Sold by JD@CHINA

Service Guarantee

Yami Cross-store Free Shipping over $69
Yami 30-days Return

Yami-China FC

Yami has a consolidation warehouse in China which collects multiple sellers’ packages and combines to one order. Our Yami consolidation warehouse will directly ship the packages to your door. Cross-store free shipping over $69.

Return Policy

You may return products within 30 days upon receiving the products. Sellers take responsibilities for any wrong shipment or missing items. Packing needs to be unopened for any other than quality issues return. We promise to pack carefully, but because goods are taking long journey to destinations, simple damages to packaging may occur. Any damages not causing internal goods quality problems are not allowed to return. If you open the package and any quality problem is found, please contact customer service within three days after receipt of goods.

Shipping Information

Yami Consolidation Service Shipping Fee $9.99(Free shipping over $69)

Sellers in China will ship their orders within 1-2 business days once the order is placed. Packages are sent to our consolidation warehouse in China and combined there. Our Yami consolidation warehouse will directly ship the packages to you via UPS. The average time for UPS to ship from China to the United States is about 10 working days and it can be traced using the tracking number. Due to the pandemic, the delivery time may be delayed by about 5 days. The package needs to be signed by the guest. If the receipt is not signed, the customer shall bear the risk of loss of the package.

Sold by JD@CHINA

Service Guarantee

Free shipping over 69
Genuine guarantee

Shipping

Yami Consolidated Shipping $9.99(Free shipping over $69)


Seller will ship the orders within 1-2 business days. The logistics time limit is expected to be 7-15 working days. In case of customs clearance, the delivery time will be extended by 3-7 days. The final receipt date is subject to the information of the postal company.

Yami Points information

All items are excluding from any promotion or points events on Yamibuy.com

Return Policy

You may return product within 30 days upon receiving the product. Items returned must be new in it's original packing, including the original invoice for the purchase. Customer return product at their own expense.

Yami

Download the Yami App

Back Top

Recommended for You

About the brand

Jingdong book

为您推荐

Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折

Reviews{{'('+ commentList.posts_count + ')'}}

Have your say. Be the first to help other guests.

Write a review
{{ totalRating }} Write a review
  • {{i}} star

    {{i}} stars

    {{ parseInt(commentRatingList[i]) }}%

Yami Yami
{{ comment.user_name }}

{{ showTranslate(comment) }}Show Less

{{ strLimit(comment,800) }}Show more

Show Original

{{ comment.content }}

Yami
Show All

{{ formatTime(comment.in_dtm) }} VERIFIED PURCHASE {{groupData}}

{{ comment.likes_count }} {{ comment.likes_count }} {{ comment.reply_count }} {{comment.in_user==uid ? __('Delete') : __('Report')}}
Yami Yami
{{ comment.user_name }}

{{ showTranslate(comment) }}Show Less

{{ strLimit(comment,800) }}Show more

Show Original

{{ comment.content }}

Yami
Show All

{{ formatTime(comment.in_dtm) }} VERIFIED PURCHASE {{groupData}}

{{ comment.likes_count }} {{ comment.likes_count }} {{ comment.reply_count }} {{comment.in_user==uid ? __('Delete') : __('Report')}}

No related comment~

Review

Yami Yami

{{ showTranslate(commentDetails) }}Show Less

{{ strLimit(commentDetails,800) }}Show more

Show Original

{{ commentDetails.content }}

Yami
Show All

{{ formatTime(commentDetails.in_dtm) }} VERIFIED PURCHASE {{groupData}}

{{ commentDetails.likes_count }} {{ commentDetails.likes_count }} {{ commentDetails.reply_count }} {{commentDetails.in_user==uid ? __('Delete') : __('Report')}}

Please write at least one word

Comments{{'(' + replyList.length + ')'}}

Yami Yami

{{ showTranslate(reply) }}Show Less

{{ strLimit(reply,800) }}Show more

Show Original

{{ reply.reply_content }}

{{ formatTime(reply.reply_in_dtm) }}

{{ reply.reply_likes_count }} {{ reply.reply_likes_count }} {{ reply.reply_reply_count }} {{reply.reply_in_user==uid ? __('Delete') : __('Report')}}

Please write at least one word

Cancel

That’s all the comments so far!

Write a review
How would you rate this item?

Please add your comment.

  • A nice nickname will make your comments more popular!
  • The nickname in your account will be changed to the same as here.
Thanks for your review
Our community rely on great reviews like yours to find the best of Asia.

Report

If you find this content inappropriate and think it should be removed from the Yami.com site, let us know please.

Cancel

Are you sure to delete your review?

Cancel

You’ve Recently Viewed

About the brand

Jingdong book