当前位置:网站首页>Unlock high scores | eBay deepens user experience and optimizes large screen device applications
Unlock high scores | eBay deepens user experience and optimizes large screen device applications
2022-07-21 05:03:00 【Google developers 】
author / Android The team
Deeply cultivate the user experience
For a huge shopping website with millions of buyers and sellers around the world eBay for , Providing high-quality user experience is the key to improving sales . therefore , When eBay Architecture team Android The engineer realized , By optimizing the Large screen device ( Such as tablets and foldable devices ) Upper eBay When the application can further improve the use experience , They immediately set about optimizing the user experience across devices . Everything comes to him who waits ,eBay The application will soon be in Google Play Got it. 4.7 Star high score ( Full marks 5 star ).
△ eBay Deeply cultivate the user experience , Optimize the application of large screen devices
By counting user data , The team found that Android Access on large screen devices eBay The number of tablet computer users is amazing . The good news is that , Latest data , Tablet users use more than mobile phone users eBay Longer application time .
eBay Mobile device architecture team Android The engineer Matthew Mossman say : " Know through public feedback channels , The benefits of investing development resources in large screen devices are obvious ." By optimizing the application for large screen devices ,eBay Developers build a better user experience , Further improve user satisfaction .
Better tablet applications
eBay The information in the application is very rich , Showing users the full picture and description of the goods sold is important for maintaining eBay Popularity among buyers and sellers is crucial . After realizing that the extra screen space provided by the tablet computer can enhance users' browsing and search experience ,eBay Of Android Engineers use lists - The detail mode improves the user experience process .
list - Detail mode
https://m3.material.io/foundations/adaptive-design/foldables/compositions#40b3eb64-8143-4c73-9a39-11b4fe123221
Mossman Use Android The powerful resource qualifier mechanism configures the best layout for various devices , And updated eBay Interface component library in mobile applications , For use on laptops and tablets . Besides , By reference Android Standardization Industry Guide ,eBay Our architecture and function team adjusted the process of custom application , So as to provide users with high-quality experience more quickly .
Resource qualifier mechanism
https://developer.android.google.cn/guide/topics/large-screens/support-different-screen-sizes#TaskUseSWQuali
Improve participation and satisfaction
It's optimized eBay After the experience of tablet users ,Mossman And the development team found eBay Android Apply to Google Play There has been a surge in positive reviews on , Score as high as 4.7 star ( Full marks for 5 star ). They also found that , Will be Material Design Components 、 After dark themes and other attractive intuitive functions are integrated into the application , User satisfaction has improved significantly .
Material Design Components
https://m3.material.io/
Besides ,eBay The trust and search function teams of have found that user participation has increased in their marketing activities . In the activation of App Bundles And dynamic function modules to optimize specific device services ,eBay Increased participation in community support 20%, This shows that tablet users are right eBay Have a new interest .
In the upcoming release , Developers want to make full use of Jetpack Compose ( Interface building toolkit , Already in eBay Of Android Use in application ) The rich features of .Firebase Our indicators and reports help the team identify opportunities for further growth and optimization , This will be eBay Users bring more benefits .
Jetpack Compose
https://developer.android.google.cn/jetpack/composeFirebase
https://firebase.google.cn
Optimize the plan through large screen equipment ,eBay It clearly shows why it is beneficial for users and developers to focus on improving the experience of specific devices .
Optimize the cross device application experience
Welcome to learn more about Android and ChromeOS On the device for Large screen device Create your own experience . Please also keep an eye on our wechat official account , Get more exciting content in time .
Exclusive experience
https://developer.android.google.cn/large-screens/stories
You can use the QR code below or send a private message at the bottom of the article , Submit feedback to us , Share your favorite content 、 Problems found . Your feedback is very important to us , Thank you for your support !
Click at the end of the screen | Read the original | immediately Learn more about creating an exclusive experience for large screen devices
边栏推荐
- 整数及浮点数在内存中的存储
- Leetcode skimming -- drip record 016
- 定义一个描述圆的类,然后生成一个圆对象,最后输出半径、直径和面积。
- À propos des outils d'édition XML
- FigDraw 14. Chord diagram of SCI article drawing and article reproduction (chord diagram)
- 2022-07-19:f(i) : i的所有因子,每个因子都平方之后,累加起来。 比如f(10) = 1平方 + 2平方 + 5平方 + 10平方 = 1 + 4 + 25 + 100 = 130。
- One dimensional convolution English film review emotion classification project
- # CF #807 Div.2(A - D)
- IP命令使用指南
- What are the advantages of low code platforms over traditional IT development?
猜你喜欢
【学习笔记】AGC016
一维卷积英语电影评论情感分类项目
Deep Residual Learning for Image Recognition--ResNet经典论文
VAE image generation practice
Renren code generator -- simplify your development
LeetCode刷题--点滴记录016
如何用二八原则理解软件测试,你且看下文
Comparison table of English abbreviations of network security terms
如果在加密领域有段位,你是“青铜”还是“王者”?
已解决(最新版selenium报错)AttributeError: module ‘selenium.webdriver‘ has no attribute ‘PhantomJS‘
随机推荐
【学习笔记】AGC016
已解决(最新版selenium报错)AttributeError: module ‘selenium.webdriver‘ has no attribute ‘PhantomJS‘
selenium框架操作stealth.min.js文件隐藏浏览器指纹特征
Map集合学习
Hyperchain超块链史兴国接受36氪采访:客户合作咨询量都在翻倍
国内的边缘计算组织和产品调研
一个极简美的登录框
Study on immune related factors between TMB and ICI response in if:12+ different cancers
Programming and Philosophy (1)
DNA 8. Mutation heterogeneity of cancer and search for new cancer driver genes (mutsigcv)
Docker 学习笔记(十二)-- 部署Redis集群 实战
【leetcode】150 逆波兰表达式求值
Four questions, judge whether you are suitable for learning programming
【学习笔记】Insert Addition
Three practical PivotTable operating skills in Excel, simple and efficient!
With great power there must come great responsibility.
三子棋游戏的实现
【学习笔记】ARC144
# CF #807 Div.2(A - D)
【二叉树】重建二叉树(先序找根,中序分治)