TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

How QuizUp Mastered Android Device Fragmentation

60 点作者 martin_tipgain超过 10 年前

4 条评论

DigitalSea超过 10 年前
It would have been nice to hear how they went about solving all of the different device UI issues they ran into. Looking at the screenshot in the article, there seemed to be a lot of inconsistencies amongst devices. How did they come up with a solution to fix each issue? Did they target screen sizes and pixel densities like the app were a webpage and styled things differently depending on those factors?
评论 #8636733 未加载
评论 #8637050 未加载
martin_tipgain超过 10 年前
Martin here founder of testmunk. Yes, we support hybrid apps. You are able to execute common gestures such as scrolling, touching, swiping, filling forms and you can verify the results too.
jonahx超过 10 年前
If you're a full time android dev with experience doing testing like this, could you comment on how it compares to cross-device testing for the web, where you have to deal with desktops of various sizes, browsers of different types (IE problems, ofc), now mobile browsers, etc. It seems that Android development these days is as much of a hornet's nest as web dev, perhaps even more so?
评论 #8637041 未加载
cmadan超过 10 年前
How well do automated testing services like testmunk work with hybrid applications? Can it interact with data instead webviews (i.e. buttons, forms etc)?