Windows mobile user interface suggestions
Asked Answered
C

6

5

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 ?

Cadaverous answered 20/7, 2009 at 8:33 Comment(0)
B
4

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).

Bluestocking answered 20/7, 2009 at 8:51 Comment(1)
Thank you for your advise Fredrik, i'm checking.Cadaverous
L
6

Have a look at:

http://fluid.codeplex.com/

and

http://www.beemobile4.net/

Lynnett answered 22/7, 2009 at 17:58 Comment(0)
B
4

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).

Bluestocking answered 20/7, 2009 at 8:51 Comment(1)
Thank you for your advise Fredrik, i'm checking.Cadaverous
T
4

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.

Tiresias answered 26/7, 2009 at 18:0 Comment(1)
It seems, i will agree with you, thak you for your suggestion.Cadaverous
T
1

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

Temperance answered 14/9, 2009 at 13:43 Comment(1)
I agree with you Fluid seems complex too. I also developed a library for my project which is had mixed msdn.microsoft.com/en-us/library/dd630622.aspx and codeproject.com/KB/mobile/iPodTouchUI.aspx projects. I was good for me :)Cadaverous
T
1

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 :)

Tildie answered 27/7, 2010 at 23:32 Comment(0)
M
0

Also check out the Resco Toolkit

Malcolm answered 26/3, 2010 at 5:47 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.