Skip to content

Simplify UI Development for Native Windows Mobile Apps

by aaron on September 27th, 2006

Mel Sampat from the Windows Mobile team blogged about a new UI management library, called ScreenLib, that dramatically simplifies creating native user interfaces for Windows Mobile applications:

[ScreenLib] takes away a lot of the pain of designing user interfaces for multiple screen sizes, orientations, form factors etc. It lets you create a user interface once and have it automatically adapt to whatever the device’s screen size is at runtime. By doing this, it offers basic docking & anchoring support for native development and can do a lot of UI plumbing work with just 1 or 2 lines of code.

ScreenLib works on Pocket PC and Smartphone devices, so it’s a great step towards creating single binaries that will run on both platforms.

If it wasn’t for the fact that I’m a managed code-only developer on the Windows platform, I’d be all over this library ;-)

Possibly Related Posts:


From → Windows Mobile

  • Vladimír Gregor

    For managed-code oriented Windows Mobile developers I would recommend Bee Mobile iPack – a package of .NET Compact Framework components designed for GUI creation. It also works on Windows CE. You can find out more at http://beemobile4.net

blog comments powered by Disqus