{{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 UI设计:响应式用户界面与设计模式

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

精彩绝伦的Android UI设计:响应式用户界面与设计模式

{{__(":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 UI设计:响应式用户界面与设计模式》不仅详细讲解了Android应用UI设计需要掌握的Android平台相关的各项技术和特性,而且还全面总结了Android应用UI设计的方法、技巧、模式,以及反模式。

Content Description

《精彩绝伦的Android UI设计:响应式用户界面与设计模式》不仅详细讲解了Android应用UI设计需要掌握的Android平台相关的各项技术和特性,而且还全面总结了Android应用UI设计的方法、技巧、模式,以及反模式。
更多精彩好书推荐,请点击图片查看:


Author Description

《精彩绝伦的Android UI设计:响应式用户界面与设计模式》是Andriod UI设计领域的经典著作。不仅从Android应用设计者的角度系统讲解了要从事Android UI设计必须要掌握的Android平台的所有技术和特性,还从Android应用开发者的角度全面总结了Android UI设计的方法、技巧、模式、反模式,以及如何实现响应式用户界面设计。
《精彩绝伦的Android UI设计:响应式用户界面与设计模式》共21章,分为四部分。第一部分(第1~4章)讲述用户界面设计、用户界面设计的工具、移动设备和触摸设备的设计,并探讨Android平台;第二部分(第5~11章)介绍 Android的应用架构和在线指南、Android的意图系统、Android应用的导航结构、主界面应用小部件、通知、物理按键、输入法和传感器设计,以及平台用户界面组件设计;第三部分(第12~16章)讨论 Android资源的管理、Android应用的布局、可缩放的图形、响应式设计,以及如何实现响应式用户界面;第四部分(第17~21章)阐述用户界面设计模式、用户操作设计模式、导航和布局设计模式、数据设计模式以及用户界面设计的反模式。

Comments

Juhani Lehtimaki,资深Android开发工程师和设计师,拥有10余年Java开发经验,专注于Android应用的用户界面设计和开发,负责维护一个关于Android UI设计模式的博客,同时撰写一个关于Android UI设计模式的专栏。现任Snapp TV公司Android部门和Google TV部门的负责人。
Catalogue

译者序
前言

第一部分Android设计简介
第1章用户界面设计和易用性入门
1.1考虑技术与设计
1.2理解心智模型
1.3为用户设计
1.4没有应用无所不精,选择适合自己的领域
1.5你是专家,用户不是设计师
1.6了解用户,为普通人设计
1.7总结

第2章不要马上开始编程
2.1原型设计
2.2设计工具
2.3用户测试
2.4总结

第3章考虑为移动和触摸设备设计
3.1为移动而设计
3.2为触摸界面设计
3.3总结

第4章探索Android平台
4.1Android平台的挑战
4.2Android的版本
4.3Android应用的发布
4.4开源的意义是什么
4.5总结

第二部分Android平台的特性和UI组件
第5章Android应用架构和在线指南
5.1Android应用程序结构概览
5.2Android项目结构概览
5.3官方Android指南
5.4总结

第6章Android的意图系统
6.1意图让应用程序相互协作
6.2使用社交网络并分享
6.3和浏览器一起工作
6.4Android意图系统的工作原理
6.5创建自定义行为
6.6意图无处不在
6.7意图与
第三方API
6.8总结

第7章Android应用的导航结构
7.1Android导航系统的组件:活动和意图
7.2Android导航控件
7.3总结

第8章主界面应用小部件
8.1主界面应用小部件的使用
8.2更新应用小部件数据
8.3应用小部件布局和功能
8.4实现应用小部件
8.5总结

第9章通知及告知用户
9.1Android通知方法
9.2何时通知用户
9.3何时不要通知用户
9.4避免使用弹出框
9.5从状态栏通知中获得更多信息
9.6总结

第10章物理按键、输入法和传感器的设计
10.1触摸屏的设计
10.2手机物理按键的设计
10.3软键盘的设计
10.4物理键盘设计
10.5方向键和轨迹球设计
10.6触控笔设计
10.7声控设计
10.8外接键盘、鼠标和触摸板的设计
10.9智能附件的设计
10.10传感器的设计
10.11
第二块屏幕的设计
10.12总结

第11章平台用户界面组件的设计
11.1使用用户界面小部件
11.2自定义用户界面小部件
11.3调整排版
11.4使用图标
11.5使用动画和过渡效果
11.6总结

第三部分可扩展的Android设计
第12章管理Android资源
12.1使用Android资源
12.2屏幕密度设计
12.3屏幕大小和形状的设计
12.4语言和地区设置
12.5设备控件的设计
12.6平台版本的设计
12.7设备模式的设计
12.8总结

第13章Android应用布局
13.1Android布局策略
13.2用XML文件和代码布局
13.3布局的管理
13.4定义布局的尺寸
13.5滚动条
13.6z轴的布局顺序
13.7内边距和外边距
13.8导入与合并布局文件
13.9自定义布局
13.10Android开发工具和用户界面生成器
13.11调试布局
13.12总结

第14章可缩放的图形
14.1九宫格图片
14.2绘图XML
14.3用代码绘制
14.4总结

第15章超越可缩放--响应式设计
15.1Android设备不仅仅只是手机
15.2了解响应式设计
15.3制作响应式用户界面的常见方法
15.4总结

第16章实现响应式用户界面
16.1片段简介
16.2片段和活动结构
16.3移植现存的应用
16.4示例程序
16.5总结

第四部分Android UI设计模式
第17章用户界面设计模式简介
17.1用户界面设计模式
17.2使用UI设计模式的好处
17.3Android设计指南中的设计模式
17.4本书介绍的用户界面设计模式
17.5总结

第18章用户操作设计模式
18.1使用操作栏模式
18.2使用快捷操作设计模式
18.3使用操作抽屉设计模式
18.4使用下拉刷新设计模式
18.5使用滑动忽略的手势
18.6总结

第19章导航和布局设计模式
19.1使用层叠图库
19.2使用仪表盘
19.3使用工作空间
19.4使用分拆视图
19.5根据上下文扩展的设计模式
19.6使用侧边导航
19.7总结

第20章数据设计模式
20.1使用动态列表
20.2使用图片占位符设计模式
20.3非强制登录模式
20.4使用拖动重排手柄模式
20.5总结

第21章用户界面设计反模式
21.1避免使用启动界面
21.2避免使用引导界面
21.3避免使用确认窗口
21.4避免在界面上使用Back按钮
21.5避免使用菜单按钮
21.6避免隐藏状态栏
21.7避免为快捷操作使用滑动覆盖层
21.8避免使用非Android的设计
21.9总结

Book Abstract

第一部分
Android设计简介
第1章用户界面设计和易用性入门
一款应用(app)最重要的品质就是易用性(usability)。如果用户不知如何得到它,或者不清楚如何使用,那么这个应用做得再有特色也无济于事。在移动应用市场残酷的环境下,用户几乎总能找到替代品。如果一款应用不能让人感觉良好,或者用户不知道如何使用它的主要功能,那么用户极有可能卸载这款应用,不会给它第二次机会。
用户通过用户界面(UI)来操作和浏览你的应用,除此之外的一切元素,也都会在用户界面中反映出来。假如一款应用的杀手级特性提供了下一代云通信技术(或者应用包含任何其他一些了不起的功能),但是并不直观,那么你会面临花费了大把的时间,却构建了用户甚至都没有尝试过的一些功能的风险。
想要把用户界面做好,需要在设计上下工夫。本章介绍的一些概念和观点可以让读者更轻松地理解在设计上投资的重要性。本章还阐述设计过程中的一些重要概念并提供了一些想法,旨在让用户成为设计过程中不可或缺的一部分。
1.1考虑技术与设计
用户界面设计不是一门精密科学,它也不会自动生成。它需要努力付出并投入资金。我职业生涯中的绝大多数时间都是在技术驱动的公司里度过,也就是所谓的开发者工作室。几乎在整个职业生涯应用的制作过程中,我都不得不争取要求加入设计依据。几乎所有雇用设计者或者让设计者参与进来的请求要么被回绝要么被严重误解。在一些公司里,认为设计者是画图标的人。在另一些公司里,认为设计者的存在就是浪费金钱和时间。在这些公司中,工程师或者产品团队经常自己做设计;有的时候设计源于偶然。尽管不同的项目会有各种各样的结局,但是始终都缺乏设计。产品在工程师眼中简单易用,但工程师无法理解为什么用户不能像他们所期待的那样使用这款产品。技术团队通常会这样说:“那个按钮明明就在那里,用户应该知道如何使用它。他们太笨了!”
我也曾经在另一种极端的公司工作过。所有的工作都是设计驱动的,只有设计者参与早期的客户见面会,选用的技术也没有参考团队的技术特点。设计工作用Adobe Photoshop和InDesign实现,并没有考虑到技术的可行性,这将把技术团队逼入绝境,他们无法完成设计者想要的设计。
两种极端都不可取。在这两种情况下,初衷与结果都将大相径庭。我也有幸参与了所有的工作都做得恰到好处的一些项目。与懂得软件工程并不是简单编程的设计者或者设计团队一起工作,并且拥有一支认可用户交互设计和视觉设计能够创造绝妙设计的开发团队。设计人员与开发人员密切协作所创造的价值远远大于他们各自创造的价值。
致开发人员——用户与你的思维方式并不一样!有人已经学习过用户界面相关的知识并做出了专业的设计。不要认为你做了相关的工作就不需要用户。用户知道如何操作你的用户界面证明不了什么,不会操作相同用户界面的用户也不能证明他们愚笨。用户不会用,说明用户界面设计得很糟糕。设计人员了解用户界面的结构,他们也懂得如何测试并验证这种设计是优秀的。信任你的设计师们,他们不会因为怀有恶意或者想让你更努力工作而提出用户界面修改意见,他们想要修改界面是因为这些修改可以让用户体验更好。
致设计人员——软件工程并非单单只是编程。事实上,编程仅仅占开发者的一小部分时间。制作成功的软件产品需要谨慎的计划、架构设计、对象关系设计、模块组件设计、数据库设计、可维护性计划、部署、质量保证等其他事宜。如果你知道怎样写脚本,那这将是一个很好的开端。但是写脚本并不是软件开发。基于Photoshop制作的用户界面示意图来制作一款合格的软件产品并不简单,这需要时间、计划,尤其是经验!相信你的开发人员,他们没有花费大量时间来制作一个界面不是因为他们懒惰。他们把时间花在计划上,是为了让程序运行更流畅也更容易维护。这样整个团队就可以一起调整完善用户界面,修改也不会令人不知所措。
……

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