零售店触摸屏产品目录

发布于 2024-09-01 08:14:42 字数 556 浏览 2 评论 0原文

我是一名 UI/UX 设计师,我想创建信息亭类型的应用程序,该应用程序将成为零售商店中使用触摸屏显示器(和计算机)的客户的产品目录(帮助/建议)。

就像这样简单的事情: http://www.youtube.com/watch?v=aoH0u6YTTK4

这就是我希望它这样做: 第一个屏幕(主菜单):选择一个类别(例如:狗、猫、小动物) 第二个屏幕选择主类别的子类别(例如:小狗、成人、高级 - 狗) 第三屏幕选择上一个子类别的子类别(例如:食品、健康、玩具) 然后它将显示所有产品的列表,其中包含图片、简短说明和价格。

就是这样。

因此,售货亭的目的是帮助顾客找到符合他们宠物标准的某些产品。 (狗 > 小狗 > 健康狗粮)

我想知道什么是最好的解决方案:RIA(Flex/Air 或 Silveright)或 flash/action 脚本。我不确定什么是最好的技术来实现以下好处:用户体验(触摸屏操作的流畅性)和快速开发。

I am a UI/UX designer and I would like to create kiosk type of app that would be a product catalog (help/suggestor) for customers in a retail store using a touch screen monitor (and computer).

Something as simple as this:
http://www.youtube.com/watch?v=aoH0u6YTTK4

This is what I would like it to do:
1st Screen (Main Menu): Pick a type of category (For example: Dog, Cat, Small Animal)
2nd Screen pick a sub-category of a main category (For example: Puppy, Adult, Senior - DOG)
3rd Screen pick a sub-category of previous sub-category (For example: Food, Healthy, Toys)
Then it will display a list of all products with a picture, small description, and price.

Thats it.

So the point of the kiosk is to help customers find certain products that match their pet criteria. (Dog > Puppy > Healthy Dog Food)

I am wondering what is the best solution: RIA (Flex/Air or Silveright) or flash/action script. I am not sure what is the best technology to use for the following benefits: user-experience (smoothness of touch screen actions) and fast development.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

酒浓于脸红 2024-09-08 08:14:42

首先要澄清一些混淆,RIA 只是采用“丰富”交互的应用程序的一个术语,它们可以用多种语言构建。 Flex 和 Air 都基于 Flash Player 平台,并使用 ActionScript 进行编程。 Flex 是一个基于组件的应用程序开发框架,AIR 是 Adob​​e Integrated Runtime,它允许您将 Flash 应用程序作为本机桌面应用程序运行,并让它们访问系统的一些较低级别的功能。

回到你的问题,我认为 Flex 和 Air 是一个很好的基础。我必须承认我没有为 Silverlight 做过任何开发,但是能够在 Windows 上开发的前景让我感到害怕。在用户体验方面,Flex 为您提供了很多功能,包括各种效果、缓动,甚至低级像素操作和绘图 API。我确信 Silverlight 也提供了许多这样的东西,但我无法对此发表评论。

First of all to clear some confusion, RIA is just a term for applications employing "rich" interactions and they can be built in a wide variety of languages. Both Flex and Air are based on the Flash Player platform and are programmed in ActionScript. Flex is a component based framework for application development and AIR is the Adobe Integrated Runtime which will let you run Flash Apps as native desktop applications and let them acces some of the system's lower level functionality.

To get back to your question, I think Flex and Air are a good basis. I have to admit that I haven't done any development for Silverlight but the prospect of being able to develop on Windows is scaring me. In terms of user experience Flex offers you a lot, including various effects, easings and even low level pixel manipulation and drawing APIs. I'm sure Silverlight offers many of these things as well, but I cannot really comment on that.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文