I want to develop a scrolling UI for Windows Mobile. Please suggest reference materials for me to get started.

link|improve this question

42% accept rate
A scrolling UI? What does that mean? Do you mean a touch-scroll list where you can use your finger to scroll fluently? – Tom van Enckevort Jun 18 '09 at 8:51
feedback

6 Answers

Why don't you narrow it down a bit:

  1. Which programming language you use? C#, C++, Java
  2. Can you choose the development environment?

Here's some pointers:

  1. Pocket PC developer network
  2. MSDN Windows Mobile
link|improve this answer
feedback

You can use Panel control for develop a scrolling UI with set Autoscroll property to True. you should tell more detail in your idea.

link|improve this answer
feedback

I assume you have visual studio installed and have downloaded the windows mobile 6.1 SDK and 6.5 DTK and have them properly installed and configured. The documentation that comes with the SDK and DTK is actually very good and I would suggest that you start there.

link|improve this answer
feedback

Here is one interesting article about developing a finger touch supported mobile app: http://www.resco.net/developer/company/articles.aspx?file=articles/article07 Moreover, it has a short flash animation that is quite catchy;-)

link|improve this answer
feedback

Should you consider 3rd party components, Bee Mobile guys provide a some touch scrolling enabled ones. Take a look at http://beemobile4.net

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.