Please remember to add a category to the bottom of each page that you create.
See categories help for further details, but most will probably be [[Category:HTC ModelName]].
VoxSoftwareDeveloping
Contents
|
Software Developing for the HTC Vox
Related XDA-D Thread: Contribution to Vox Software Development (feature requests and software gallery)
(Back to the Vox main page)
Page Index
- WM professional, standard, classic? I am confused
- Which tools can I use to develop software for the Vox?
- Which programming languages can I use?
- Important Links
- Useful Links
- HowTo's
- Related Threads on XDA-D.com
- Software Gallery
- Software ideas, query
Which version of windows mobile?
"The current Pocket PC Phone Edition (touchscreen, Mobile Office) is going to be Professional, whereas the current Smartphone (no touchscreen, no Mobile Office), is the Standard, and the current Pocket PC Edition (for PDAs, no calling) will be the Classic."
Tools needed for software development
As usual Microsoft has all tools necessary to develop for windows mobile. There are also third party tools and shareware or even free tools. I will list here what I can find and maybe what was tested.
Microsoft Software
Microsoft Visual Studio 2005 or higher
Editor for C++,C# or Java
To install with microsoft visual Studio. Documentation, Sample code, library files, header files, emulators. Makes it much easier to develop software for windows 6 or higher
Windows Mobile 6.1
To upload the files on your device
Here you can find several microsoft products to work with. They are limited in functions but they have no trial periode.
Other software
coming soon...
Programming languages
Visual C++:
Use C++ if you need direct acces to the device control, if you like to code smooth and fast programs.
Visual C#, Visual Basic .Net
Use one of those managed languags to acces the .Net framework and many other libraries.
Important Links
- Microsoft: Windows Mobile 6 MSDN
- Microsoft: .Net compact framework documentation and howtos on MSDN
- Microsoft: Windows Mobile for Developers
- Windows Mobile WiKi
- Windows Mobile Communities
Useful direct Links
- Beginners Guide (Read first!)
- Sample Code for custom plugins (from the SDK)
- What is a GUID ?
- Create GUIDs online
- Programming techniques for windows mobile (MSDN)
- Introduction to Microsoft Smartphone, and Smartphone programming with C#
- Best of Articles: Microsoft Smarpthone programming
- Pocket PC developer Network
How-To's
Related Threads on forum.XDA-developers.com
- Development and Hacking (General Discussion Board)
- Unlocking the WM 6.1 Sliding panel secrets
- WM professional on the vox?
- Sofware touchscreen on vox?
- Sort of a collection thread for beginning programming
Software Gallery
comming soon...
Software ideas, query
comming soon...
Back to the Vox main page