Windows Mobile 用户界面建议
我将在 Windows Mobile 和 Compact Framework 2.0 或更高版本上启动新的 PDA 项目。 我需要设计像 iPhone 一样的新应用程序用户界面,它应该是类似 iPhone 的按钮,渐变屏幕,颜色,类似这样的东西。 看来我需要 Windows 移动应用程序上的许多图像和背景才能实现此目的。
我不需要使用默认的 pocketpc UI 元素,它对我的项目和我来说没有用。 我需要您对新的 PocketPC 应用程序用户界面设计提出一些建议。
您能分享一下您的想法或建议吗?
I will start new PDA project on the windows mobile and compact framework 2.0 or higher.
I need to design the new application user interface like IPhone, it should be smilar IPhone buttons, gradiend screens, colors, some thing like this. It seems i need to many images and backgrounds on the windows mobile application for achieving this.
I don't need to use default pocketpc UI elements, it's not useful for my project and me.
I need your some suggestions about the new pocketpc app user interface design.
Could you please share me your ideas or suggestions ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(6)
这篇 CodeProject 文章 您将会感兴趣(Windows Mobile 中的 iPhone UI) 。 您可能还想了解 UI Framework for .NET Compact Framework 3.5 (描述某些功能的 MSDN 文章)。
This CodeProject article will be of interest for you (iPhone UI in Windows Mobile). You may also want to look into UI Framework for .NET Compact Framework 3.5 (MSDN article describing some of the features).
我感受到你的痛苦。 更糟糕的是,我在 WM 应用程序中使用 Win32 和 C/C++,而列出的 UI 库都不支持这些应用程序。
最终结果是,除非您从其他人那里购买此平台的 UI 组件,否则您将不幸地必须编写自己的 UI 控件。 我必须自己这么做。 :/
有更多信息这里 。
I feel your pain. Worse yet, I use Win32 and C/C++ for my WM apps, which none of the listed UI libraries even support.
The end result is that unless you buy UI components from someone else for this platform, then you will unfortunately have to write your own UI controls. I had to do just that myself. :/
There is more info here.
我查看了所有这些选项,Fluid 看起来不错,但代码的复杂性让我望而却步。 我采用了一种非常基本的方法(适合我当前的需求),并且编写了一个 ImageButton 控件
I took a look at all these options, Fluid looks nice but the complexity of the code put me off. I've gone with a very basic approach (which fits my current needs) and I've written an ImageButton control
我会给雷斯科投一票。 我使用 .NET 多年,但没有任何移动或 C++ 经验。 Resco 控件并不便宜,但它们使操作变得更加容易,并且将我的开发时间缩短了至少 50%,甚至可能更多。 从规模上看,与开发商的工资和错过的最后期限相比,成本根本不算什么。 没有隶属关系 - 只是一个满意的客户:)
I'll add a vote for Resco. I been working with .NET for years but don't have any mobile or C++ experience. The Resco controls are not cheap but they made it vastly easier and cut my dev time by at least 50% and probably a lot more. In the scale of things the cost is nothing compared to developer wages and missed deadlines. No affiliation - just a happy customer :)
另请查看 Resco 工具包
Also check out the Resco Toolkit
看一下:
http://fluid.codeplex.com/
和
http://www.beemobile4.net/
Have a look at:
http://fluid.codeplex.com/
and
http://www.beemobile4.net/