{{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编程实战

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

图灵程序设计丛书:Android编程实战

{{__(":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开发进阶
深入挖掘Android高级特性与开发技巧
挑战编程极限,打造非凡应用
Content Description

你是否从事Android操作系统开发,会创建简单的Android应用,但想进一步提升自己的开发技巧?你是否想深入挖掘Android操作系统的特性与功能,挑战现有开发水准?你是否正在想方设法创建高级、直观、创新的Android应用?毫无疑问,这本书适合你。《图灵程序设计丛书:Android编程实战》从自定义视图、多点触摸手势讲起,到集成在线Web服务,进一步扩展到探索地理围栏和活动识别等新技术。作为一名经验丰富的Android工程师,Erik Hellman通过本书深入剖析了一些专业技巧、诀窍、容易绊倒开发者的陷阱,以及一些鲜为人知的技术:优化组件,以实现尽可能流畅的用户体验创建自定义视图全面理解Android SDK掌握Android Studio和Gradle使用Android音频、视频和图形API文本转语音以及语音识别项目充分利用新的Android位置API使用Android连接技术与远程设备通信执行后台处理使用Android加密API找到并安全使用隐藏API使用Google Play Service为应用启用云计算在Google Play Store中发布和销售应用《图灵程序设计丛书:Android编程实战》适合具有Android编程经验并想进一步学习高级API和技巧的Android开发者,也适合使用Java语言编程并且希望学习一门新语言的程序员,以及所有喜欢测试新特性、乐于尝试新事物的读者。
Author Description

Erik Hellman,Factor10咨询公司移动开发顾问,曾任索尼公司Android团队首席架构师,主导Xperia系列产品开发;精通移动应用、Web技术、云计算和三维图形,定期在DroidCon、JFokus、JavaOne和其他专业开发人员大会上发表演讲。
丁志虎,美团移动Android工程师。主要关注Android应用开发的各种技术,爱运动,爱coding,热衷于开源社区。
武海峰,美团移动应用和服务Gatekeeper。主要关注移动互联网应用和安全,热衷于开源软件和GNU/Linux。目前正在组建一支全栈QA团队。
Comments

★“这是一本诚意之作,写给严谨的Android应用开发者。作者在书中深度揭秘Android开发技巧(Android Studio + Gradle),挖掘实践,让读者真正掌控Android开发,完成移动开发进阶之旅,从而在Android平台上打造非凡应用。”
——美团移动Android负责人陈红兵
★“本人从事移动开发多年,阅读过大量移动开发方面的书。这本书确实不错,目标读者清晰,技术实用,包括但不限于大量高级技巧、诀窍、新技术。阅读本书的过程一如移动开发工程师亲临现场指导,让你受益匪浅!”
—— MacIOSAndroid
★“地球人已经阻止不了我推荐这本书的步伐了,中高级Android开发人员经典!”
——Big Will
Catalogue

第一部分构建更好的基础

第1章完善开发环境

1.1可供选择的操作系统

1.2Android SDK进阶

1.3Android库项目以及第三方库

1.4版本控制和源代码管理

1.5熟练使用IDE

1.6Android设备上的Developer选项

1.7小结

1.8延伸阅读

第2章在Android上编写高效的Java代码

2.1比较Android上的Dalvik Java和Java SE

2.2优化Android上的Java代码

2.3管理和分配内存

2.4Android中的多线程

2.5小结

2.6延伸阅读


第二部分充分利用组件

第3章组件、清单及资源

3.1Android组件

3.2应用程序清单

3.3resources和assets

3.4小结

3.5延伸阅读

第4章Android用户体验和界面设计

4.1用户故事

4.2Android UI设计

4.3Android用户界面元素

4.4Android应用程序文本

4.5尺寸和大小

4.6颜色

4.7图像和图标

4.8可用性

4.9用户奖励机制

4.10小结

4.11延伸阅读

第5章Android用户界面操作

5.1Activity和Fragment

5.2使用多个屏幕

5.3设计自定义视图

5.4多点触控

5.5OpenGL ES

5.6小结

5.7延伸阅读

第6章Service和后台任务

6.1何时以及如何使用Service

6.2理解Service生命周期

6.3在后台运行

6.4和Service通信

6.5小结

6.6延伸阅读

第7章Android IPC

7.1Binder简介

7.2设计API

7.3保护远程API

7.4小结

7.5延伸阅读

第8章掌握BroadcastReceiver以及配置更改

8.1BroadcastReceiver

8.2设备配置更改

8.3小结

8.4延伸阅读

第9章数据存储和序列化技术

9.1Android持久化选项

9.2在偏好文件中存储数据

9.3用户选项和设置用户界面

9.4高性能ContentProvider

9.5序列化数据

9.6应用数据备份

9.7小结

9.8延伸阅读

第10章编写自动化测试

10.1Android测试原则

10.2持续集成

10.3小结

10.4延伸阅读


第三部分超越极限

第11章高级音频、视频及相机应用

11.1高级音频应用

11.2使用OpenGL ES 2.0处理视频

11.3使用OpenGL ES 2.0 处理相机

11.4多媒体编码

11.5小结

11.6延伸阅读

第12章Android应用安全问题

12.1Android安全的概念

12.2客户端数据加密

12.3Android的钥匙链管理

12.4设备管理API

12.5小结

12.6扩展阅读

第13章地图、位置和活动API

13.1融合位置管理器

13.2集成Google Maps V2

13.3使用Google Maps

13.4使用LocationClient

13.5地理围栏

13.6活动识别

13.7小结

13.8延伸阅读

第14章本地代码和JNI

14.1关于CPU体系结构

14.2用C语言编写Android应用程序

14.3使用JNI

14.4Android本地API

14.5移植本地库到Android

14.6小结

14.7延伸阅读

第15章隐藏的Android API

15.1官方API和隐藏API

15.2发现隐藏API

15.3安全地调用隐藏API

15.4隐藏API示例

15.5小结

15.6延伸阅读

第16章深入研究Android平台

16.1解锁设备

16.2Android源码

16.3编写系统应用

16.4探索Android平台

16.5为AOSP贡献代码

16.6小结

16.7延伸阅读

第17章网络、Web服务和远程API

17.1Android上的网络调用

17.2集成Web服务

17.3网络和功耗

17.4小结

17.5延伸阅读

第18章与远程设备通信

18.1Android中的连接技术

18.2Android USB

18.3蓝牙低功耗

18.4Android Wi-Fi

18.5设备上的Web服务

18.6小结

18.7延伸阅读

第19章Google Play Service

19.1授权

19.2Google Drive应用程序数据

19.3Google Cloud Endpoint

19.4谷歌云消息

19.5Google Play Game Service

19.6小结

19.7延伸阅读

第20章在Google Play Store发布应用

20.1应用内付费

20.2在应用内添加广告

20.3应用程序许可

20.4APK扩展文件

20.5小结

20.6延伸阅读

Introduction

引言

正在阅读本书的读者一定很了解Android平台、智能手机和应用程序开发,也一定知道Android设备在过去几年里的飞速发展和这个平台对开发者的无限潜力。本书可以列出关于Android的一些数字和统计信息,但是这样做意义并不大,因为这些数据在读者阅读本书时很可能已然无效。显然,Android市场发展如火如荼,而且在接下来几年内,这种发展势头必将持续下去。

这种趋势简直就是Android开发者的福音,希冀成为Android开发专家的开发者们前景一片光明。移动互联网行业对专业Android应用程序开发人员的需求数量日益增长,与此同时,对于开发人员的技术要求也越来越高,因为用户需求的功能和新技术所提供的可能性要求开发者必须高瞻远瞩。

尽管谷歌为开发者提供了一套伟大的编程工具和API,开发者仍需在Android上不断创新。这就是本书的目的:进一步发挥Android平台的功能,构建更高级的应用程序。

目标读者

本书适合以下读者:具有Android编程经验并想进一步学习更高级的API和技巧;平时使用Java语言编程,但也希望学习一门新的语言;敢于尝试新事物,不管是新的IDE还是全新的API;喜欢测试所有新特性并且在刚开始遇到失败时不会气馁。

本书并非是关于Android开发的入门图书,而是针对具有Android应用程序开发经验的读者。读者需要了解Android的基本知识,能使用Activity、Service、BroadcastReceiver和ContentProvider这些类创建应用程序。读者需要熟悉有关应用程序清单的核心概念以及不同类型的应用程序资源。如果读者能够在几分钟内构建一个简单的Android应用程序,那么将可以很好地理解本书内容。

本书的目的是带领读者挑战极限。每一章都试图对开发者通常所了解以及日常使用的知识加以延伸。尽管读者可能对书中的某些章节很熟悉,但本书会对这些章节展开更深入的讨论。所以,Android开发者们大可放心,本书绝对会提供新东西。

本书内容

Android平台发展速度惊人。即使是在本书撰写期间,也不得不改变原先撰写计划,因为谷歌不断为Android开发者推出新的API、工具和技术。书中许多示例需要较新的Android版本,本书假定读者熟悉不同的API级别,知道每个用例需要使用哪个Android版本。

本书主要讨论对于Android开发者有价值的技术,而某些技术并未涵盖在内,是因为它们没有“超越极限”,或者说对本书的实际价值不大。因此,这本书不是有关Android应用程序开发的方法论,也不是一一罗列所有特性,而是在每章都深入探讨相关的技术细节。本书也不会提供完整的应用程序,而是提供大量代码供开发者改进自己的应用。

由于经验不尽相同,开发者可能会遇到不太熟悉的技术。例如,第12章介绍了安全话题,需要读者对数据加密、私钥/公钥有基本的了解;第18章涉及USB通信、蓝牙低功耗和Wi-Fi Direct技术。但读者不必担心,涉及较陌生技术时,本书会提供让读者找到更多相关信息的资源。每章都有“延伸阅读”部分,列出了书籍或网站等资源,以供读者进一步了解相关主题。

源代码

本书中大多数源代码清单都没有完整呈现,而是展示了其中最能说明相关主题的代码片段。所以,本书假设读者很熟悉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