针对多个设备的应用程序(Win 7 手机、iOS、Android、Win 8)

发布于 2024-12-08 05:22:16 字数 530 浏览 2 评论 0原文

我正在开发一个小型爱好应用程序 - 它会显示一些图表,并且可以由使用移动设备的人们访问。我有 Microsoft 开发背景 - 过去使用过 Telerik、Infragistics 控件,并且很喜欢它们。

从我到目前为止的研究来看,我似乎必须构建一个输出 HTML5 的应用程序以获得最大兼容性。

到目前为止,我喜欢 ComponentOne 控件 - http://www.componentone.com/SuperProducts/StudioiPhone/

我也在看 KendoUI (http://www.kendoui.c​​om/) - 我喜欢它,但似乎它都是 javascript,我在那里的经验非常有限。

你们有推荐的组件/框架吗?付费组件很好。

我只想要一些随处可见的图表。我知道我可以使用 MVC - 并为每个平台设计不同的 UI 层,但我没有那么多时间。

I am working on a small hobby app - which would show some charts, and would be accessible by people using their mobile devices. I come from a Microsoft development background - have used Telerik, Infragistics controls in the past, and loved them.

From my research so far - it seems like I will have to build an app that outputs HTML5 for maximum compatibility.

I like the ComponentOne controls so far - http://www.componentone.com/SuperProducts/StudioiPhone/

I am also looking at the KendoUI (http://www.kendoui.com/) - I like it, but seems like it is all javascript, and I have very limited experience there.

Are there any components/frameworks that you guys would recommend ? Paid components are fine.

I just want a few charts that are accessible everywhere. I know I could use MVC - and design a different a different UI layer for each platform, but I dont have that much time.

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

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

发布评论

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

评论(3

吃素的狼 2024-12-15 05:22:16

也许您想考虑 ASP.NET MVC 并将其公开为网站,因为 ASP.NET MVC 4 将具有明确的移动支持。

另外,如果您想要实际的应用程序,您可以考虑各种产品,例如:

这取决于您想要提供什么类型的功能。大部分基于 HTML 的框架都需要 JavaScript。

HTH。

Maybe you want to consider ASP.NET MVC and expose it as a web site, since ASP.NET MVC 4 will have explicit mobile support.

Also, if you want an actual application, you could consider various products like:

it depends what type of feature you want to make available. Must of the HTML-based frameworks require JavaScript.

HTH.

じее 2024-12-15 05:22:16

你看过Sencha吗?虽然我没有使用过 Sencha 图表,但我尝试过其他小部件。

www.sencha.com

您可以将后端的 ASP.net MVC 与由 HTML5 + Javascript 组成的 Sencha 结合起来

Have you looked at Sencha? While I have not played with the Sencha charts, I have tried other widgets.

www.sencha.com

You can put together ASP.net MVC at the backend with Sencha consisting of HTML5 + Javascript

羅雙樹 2024-12-15 05:22:16

如果您想继续使用 WebForms 并且不喜欢 JavaScript,请坚持使用 ComponentOne。他们的 HTML5 图表也可以在任何地方使用。

如果您希望迁移到 MVC/JavaScript,那么 ComponentOne 也有 Wijmo。 Wijmo 是 30 个 jQuery UI 小部件,包括它们在 WebForms 中扩展的相同 HTML5 图表。

Stick with ComponentOne if you want to keep working in WebForms and aren't OK with JavaScript. They have HTML5 charts that work everywhere too.

If you are looking to move to MVC/JavaScript then ComponentOne has Wijmo too. Wijmo is 30 jQuery UI widgets including the same HTML5 charts they extend in WebForms.

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