{{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 4.X手机/平板电脑程序设计入门、应用到精通(第2版)(附CD-ROM光盘1张)

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

Android 4.X手机/平板电脑程序设计入门、应用到精通(第2版)(附CD-ROM光盘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

《Android 4.X手机/平板电脑程序设计入门、应用到精通(第2版)》9大特色:
丰富的Eclipse开发环境操作技巧,帮助初学者快速学会Eclipse的强大功能以及程序调试技术,同时讲解了很多程序编辑辅助功能,可大大提升程序开发效率;
包含了Android3和4的新技术,比如fragment、action bar、action item/view、property animation、NFC beam等,以及开发手机和平板电脑通用程序的完整方法;
比第1版新增了影音播放、拍照、录音录像、WebView.近场通讯(NFC)等技术的完整讲解,让您学会最新的开发技术;
24种接口组件使用详解、4种接口组件面板类型详解、5种对话框使用详解,帮助您设计出漂亮又好用的App;
11个Intent专门单元,包括建立Tab卷标页、传送和回传数据、Intent Filter…,让您完整学会Intent的用法;
4大类Android程序完全详解,包括Activity、Service.Content provider和Broadcast receiver,以及App Widget程序;
2D和3D绘图程序架构与案例,奠定开发游戏程序的基础;
Google地图与自动定位程序,让您学会开发location-based service(LBS);
所有教学单元皆采用步骤式讲解,学习无障碍。
Content Description

《Android 4.X手机/平板电脑程序设计入门、应用到精通(第2版)》从Eclipse的操作技巧、强大的程序代码编辑辅助功能、程序的调试排错技术等基本功开始,到Android程序架构详解、各种接口组件用法介绍以及Android程序的高级功能和应用,带领读者从菜鸟一路晋升成为Android技术牛人。
《Android 4.X手机/平板电脑程序设计入门、应用到精通(第2版)》不仅内容丰富完整,更重要的是笔者根据教学经验整理出一条由浅入深的学习路径,搭配主题单元的学习方式和清晰明了的步骤讲解,再加上精心设计的实战案例,让读者在学过每一个单元之后都能立即上手,达到最高的学习效率。
除了完整的Android基础知识,《Android 4.X手机/平板电脑程序设计入门、应用到精通(第2版)》还包含了Android的最新高级技术,所以《Android 4.X手机/平板电脑程序设计入门、应用到精通(第2版)》不仅适合于Android技术的初学者,还可用于中高级读者参考学习。
Catalogue

推荐序
前言
PART 1 拥抱Android
UNIT 1 Android造时势或是时势造Android
1-1 Android从何而来
1-2 Android的功能、应用和商机
1-3 先睹为快——Android手机和平板电脑模拟器
UNIT 2 安装Android程序开发工具
2-1 不同操作系统的开发工具版本
2-2 安装Android程序开发工具的步骤
2-3 Android程序开发工具的维护和更新
UNIT 3 建立Android应用程序项目
3-1 修改程序的接口
UNIT 4 Eclipse程序项目管理技巧
4-1 根据已经写好的程序文件来建立项目
4-2 根据AndroidSDK中的程序范例来建立项目
4-3 把建立好的Android程序项目加载Eclipse
4-4 程序项目的管理和维护

PART 2 开发Android应用程序的流程
UNIT 5 Eclipse程序项目管理技巧
UNIT 6 使用TextView、EditText和Button接口组件
6-1 TextView接口组件
6-2 EditText接口组件
6-3 Button接口组件
6-4 链接接口组件和程序代码
6-5 设置Button的click事件listener
6-6 取得edtSex和edtAge接口组件中的字符串
6-7 将结果显示在txtResult接口组件
6-8 在模拟器中输入中文
UNIT 7 程序的错误类型和除错方法
7-1 程序的语法错误和调试的方法
7-2 程序的逻辑错误和调试的方法
7-3 运行时期错误和调试的方法
UNIT 8 使用Android模拟器的技巧
8-1 启动模拟器的时机
8-2 Eclipse选择不同版本AVD的规则
8-3 同时运行多个AVD
8-4 使用AVD的调试功能
8-5 AVD的语言设置、时间设置和上网功能
8-6 把实体手机或平板电脑当成模拟器
UNIT 9 良好的程序架构是程序开发和维护的重要基础
UNIT 10 升级Android手机程序成为平板电脑程序
10-1 针对Android平板电脑作优化
10-2 将程序升级成为Android平板电脑专属程序

PART 3 学习使用基本接口组件和布局模式
UNIT 11 学习更多接口组件的属性
11-1 match_parent和wrap_content的差别
11-2 android:inputType属性的效果
11-3 控制文字大小、颜色和底色
11-4 控制组件四周的间隔距离以及组件内部的文字和边的距离
UNIT 12 Spinner下拉式菜单组件
12-1 建立Spinner下拉式菜单的第一种方法
……

PART 4 学图像接口组件与动画效果
PART 5 Fragment与进阶接口组件
PART 6 其他接口组件与对话框
PART 7 Intent、Intent Filter和传送数据
PART 8 Broadcast Receiver、Service和App Widget
PART 9 Activity的生命周期与进阶功能
PART 10 储存程序数据
PART 11 程序项目的准备工作和发布
PART 12 2D和3D绘图
PART 13 Gogle地图程序
PART 14 拍照、录音、录像与多媒体播放
PART 15 WebView与网页处理
PART 16 开发NFC程序
Book Abstract

UNIT 2 安装Android程序开发工具
在开始学习设计Android应用程序之前,必须先打造一个Android应用程序的开发环境。建立Android应用程序开发环境需要安装一些工具软件,而学习Android应用程序设计的一大好处是这些工具软件完全免费,只要上网就可以下载。而且这些免费下载的软件,在质量和功能上相较于市面上贩卖的商业程序也毫不逊色,并且对于各种操作系统都百分之百支持,包括Windows XP、Windows Vista、Windows 7、Linux、Mac OS等。
2-1 不同操作系统的开发工具版本
因为Android是整合目前世界上许多开放源代码技术而成的平台,并不是单一厂商的独家产品,因此在安装过程中需要到不同的网站下载软件,并且软件的版本也要谨慎挑选(因为考虑到软件间的兼容性),而不像一般商业软件只要运行一个安装程序就大功告成,因此安装过程中需要多一点的耐心。不过也毋须太过担心,因为这些开放源代码软件都已经发展得非常成熟,只要依照后续的说明一步一步操作即可顺利完成。以下我们就以Windows操作系统为例,详细介绍Android程序开发工具的安装过程。
在开始安装之前让我们先检查一下运行Android程序开发工具所需的软硬件条件。就硬件而言必须考虑计算机的运行速度和硬盘容量,因为Android程序开发工具都是使用Java语言编写,Java程序的运行速度比较慢,而且需要占用较多的内存,因此如果CPU不够快,或是内存不够大,在操作的过程中会经常处于等待的状态,为了能够平顺地运行Android程序开发工具,所使用的计算机必须符合以下所列的最低需求。
计算机硬件的最低需求
CPU运作速度(频率):2.5GHz(建议双核以上)
内存:2GB
硬盘剩余空间:4GB
如果读者的计算机是在3年内购买的新型计算机,应该能够符合以上的条件,如果是旧型的计算机,也可以先尝试安装看看,然后再视情况决定是否需要升级。
软件需求
软件需求包括操作系统的种类和开发工具的相关软件。
1.操作系统
Android程序开发工具支持的Windows操作系统版本包括WindowsXP.Wmdows Vista和
Windows7。
2.Java Development Kit(JDK)
请读者注意一定要安装JDK而不能只安装JRE(JDK包含JRE),JDK的版本必须是JDK5
或JDK6。
3.Eclipse
Eclipse是由IBM捐赠的开放源代码软件,它是一个功能超强的程序开发平台,经过全世界开放源代码程序设计人员的通力合作,目前已经发展出支持多种程序语言开发的版本,包括Java、C/C++、PHP、Softwaremodeling等。我们需要的Eclipse IDE for Java Developers,目前最新版本是3.7.1,旧版的3.6也可以和Android程序开发工具兼容。
4.Android Development Tools(ADT)plugin for Eclipse
这是用来编写Android程序的工具软件,它是一个Eclipse的plugin(插件),也就是必需安装在Eclipse中和Eclipse一起运作。
5.Android Software Development Kit(Android SDK)
Android SDK包括开发Android程序的过程中需要用到的资源,像是链接库、程序调试工具、平板电脑和手机模拟器等。
……

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