{{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

网站开发非常之旅:Android移动网站开发详解(附DVD光盘1张)

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

网站开发非常之旅:Android移动网站开发详解(附DVD光盘1张)

{{__(":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

循序渐进:从最基础的搭建开发环境讲起,到各种移动Web开发技术解密
最新技术:涉及当今Web开发领域中的最新的、引领未来的技术
实例讲解:理论原理一使用流程一实例演示,每个知识点均用实例进行演示
内容全面:涵盖HTML 5、iQuery Mobile、Phone Gap等移动Web开发核心技术
全程视频:超长时间视频讲解,共1 2小时,帮助读者快速掌握核心技术
分析透彻:充分展现每个知识点的使用精髓,注意事项和使用技巧贯穿全书
《网站开发非常之旅:Android移动网站开发详解》读者对象:
Android移动网站开发初学者
想学习移动网站开发技术以方便找工作的求职者
Android移动网站开发爱好者
大中专院校的学生和相关授课教师
社会培训班学员
Android移动网站开发人员
Content Description

《网站开发非常之旅:Android移动网站开发详解》内容新颖、知识全面、讲解详细,分为4篇,共24章。其中,第1~3章是基础篇,包括Android技术概述、Android网络开发技术基础、创建移动Web的方法;第4~13章是HTML5篇,讲解了在Android中使用HTML5技术设计移动Web网页的基本知识,包括HTML5架构、基本元素、表单元素、音频处理、视频处理、绘图、数据存储、常用API的基本知识和具体用法;第14~22章是iQueryMobile篇,详细讲解了在Android中使用iQueryMobile框架开发移动Web网页的基本知识,包括iQueryMobile导航、按钮、表单、列表、内容格式化、主题化设计和常用API的基本知识和各个知识点的具体用法;第23~24章是综合实战篇,本篇结合前面3篇内容,讲解了在PhoneGap框架中开发大型综合移动Web系统的具体流程和方法。全书采用理论加实践的教学方法,每个实例先提出制作思路及包含的知识点,然后力求用最通俗的语言将高深的知识阐述出来。通过《网站开发非常之旅:Android移动网站开发详解》的内容,读者可以掌握在Android系统中开发移动Web的基本知识。
《网站开发非常之旅:Android移动网站开发详解》适合Android开发者、网页设计师和Web开发程序员、研发人员及在职程序员阅读,也可作为相关培训学校和大中专院校相关专业的教学用书。
Catalogue

第1篇 基础篇
第1章 Android技术概述
1.1 来到智能手机世界
1.1.1 何谓智能手机
1.1.2 当前主流的智能手机系统
1.2 蓬勃发展的手机上网产业
1.2.1 WAP技术介绍
1.2.2 手机上网的商机
1.2.3 移动平台应用开发
1.3 Android的巨大优势
1.3.1 系出名门
1.3.2 强大的开发团队
1.3.3 诱人的奖励机制
1.3.4 开源
1.4 搭建Android应用开发环境
1.4.1 安装AndroidSDK的系统要求
1.4.2 安装JDK、Eclipse、AndroidSDK
1.4.3 设定AndroidSDKHome
1.4.4 验证理论
1.4.5 创建Android虚拟设备(AvD)
1.4.6 启动AVD模拟器


第2章 Android网络开发技术基础
2.1 HTML简介
2.1.1 HTML初步认识
2.1.2 字体格式设置
2.1.3 使用标示标记
2.1.4 使用区域和段落标记
2.1.5 使用表格标记
2.1.6 使用表单标记
2.2 XML枝术
2.2.1 XML的概述
2.2.2 XML的语法
2.2.3 获取XML文档
2.3 CSS技术基础
2.3.1 基本语法
2.3.2 CSS属性介绍
2.3.3 CSS编码规范
2.4 JavaScript技术基础
2.4.1 JavaScript概述
2.4.2 JavaScript运算符
2.4.3 JavaScript循环语句
2.4.4 JavaScript函数
2.4.5 JavaScript事件
2.4.6 常用的Web页面脚本
2.5 在Android设备测试网页
2.6 编写第一个网页
2.6.1 编写HTML文件
2.6.2 设置页面的缩放
2.6.3 使用CSS进行修饰


第3章 创建移动Web
3.1 创建能在通用设备上运行的网站
3.1.1 确定应用程序类型
3.1.2 使用CSS改善HTML外观
3.1.3 加入移动meta标签
3.1.4 优化网站
3.2 将站点升级至HTML5_
3.2.1 确定何时升级和升级的具体方式
3.2.2 升级到HTML5的步骤
3.2.3 将HTML5特性作为额外内容添加至网站
3.2.4 HTML5为移动Web提供的服务
3.3 将Web程序迁移到移动设备
3.3.1 选择Web编辑器
3.3.2 测试应用程序
3.3.3 移动网站内容的特点
3.3.4 为移动设备调整可视化设计
3.3.5 HTML5及CSS3检测


第2篇 HTML5篇
第4章 HTML5在移动设备中
4.1 把握未来的风向标
4.1.1 漫漫发展历程
4.1.2 无与伦比的体验
4.2 在Android设备中使用HTML5_
4.2.1 使用HTML5设计移动网站时需要考虑的问题
4.2.2 主流的移动设备屏幕的分辨率
4.2.3 使用标准的HTML、CSS和JavaScript技术
4.3 用HTML5设计移动网站前的准备
4.3.1 为移动网站准备专用的域名
4.3.2 准备测试环境


第5章 HTML5的整体架构
5.1 设置网页头部元素
5.1.1 设置文档类型
5.1.2 设置所有链接规定默认地址或默认目标
5.1.3 链接标签
5.1.4 设置有关页面的元信息
5.1.5 定义客户端脚本
5.1.6 定义HTML文档的样式信息
5.1.7 设置页面标题
5.2 设置页面正文
5.3 注释
5.4 和页面结构相关的新元素
5.4.1 定义区段的标签
5.4.2 定义独立内容的标签
5.4.3 定义导航链接标签
5.4.4 定义其所处内容之外的内容
5.4.5 定义页脚内容的标签


第6章 体验基本元素
6.1 在页面中输出一段文字
6.2 对页面进行分栏设计
6.3 使用
标记元素实现交互
6.3.1 常用属性
6.3.2 实现下拉弹出效果
6.4 使用
标记元素实现交互
6.5 使用
标记元素
6.5.1 属性介绍
6.5.2 实现右键菜单功能
6.6 使用标记元素
6.7 使用

Introduction

随着移动手机设备的不断升级,Android、iOS、Windows Phone等智能系统的市场占有率越来越高,智能手机已经步入了飞速发展的黄金时期。正是在强烈的市场需求下,我们精心编写了本书,以帮助广大读者快速步入到移动Web开发的大军中去。背景介绍
据《纽约时报》网络版报道,市场研究公司Forrester称,2016年全球智能手机用户数量将达到10亿人,其中许多人将使用移动设备办公。因此,企业需要着力思索如何用手机产品吸弓l客户。据国外媒体报道,爱立信近日发布的一份报告称,到2017年,移动设备的数量将从2012年第一季度的62亿增长到90亿。
从移动电话的产生,到当前移动互联应用的风生水起,我们步入到了任何人都有机会获得大量信息资源的移动互联网时代。尽管移动计算技术已扮演了如此重要的角色,但它仍处于发展初期。对于需要吸引不同群体用户、满足不同业务需求的应用而言,如何使用一个实用、价格合理且可支持大量应用的方式来实现我们的移动愿景?在很多情况下看来,答案是使用Web技术。从Apple的iOS和Google的Android可以看出,未来的移动计算领域注定将以更加开放的形态发展。基于开放、免费并且互操作性很强的平台,开发方式将在移动应用的开发过程中扮演关键角色。内容介绍
本书是国内著名的一线Web设计师和移动Web专家的力作,是国内第一本全面介绍HTML5、iQuery Mobile和Phone Gap的专业书籍。全书分为4篇,共24章,其中第1~3章是基础篇,包括Android技术概述、Android网络开发技术基础、创建移动Web的方法;第4~13章是HTML5篇,讲解了在Android中使用HTML5技术设计移动Web网页的基本知识,包括HTML5架构、基本元素、表单元素、音频处理、视频处理、绘图、数据存储、常用API的基本知识和具体用法;第14~22章是iQuery Mobile篇,详细讲解了在Android中使用iQuery Mobile框架开发移动Web网页的基本知识,包括iQuery Mobile导航、按钮、表单、列表、内容格式化、主题化设计和常用API的基本知识和各个知识点的具体用法;第23~24章是综合实战篇,本篇结合前面3篇内容,讲解了在Phone Gap框架中开发大型综合移动Web系统的具体流程和方法。全书理论结合实践,通过大量的实例剖析了Java Web开发技术的基本知识。内容和实例都具有极强的代表性,适合初学者的入门学习,也可作为有一定基础的读者的参考书。

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