Development for Cell Phones

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Can I develop cell phone apps with VB .NET?

What would you suggest as a target phone for testing, and would I need any other special equipment?

Are there any good books for developing for this platform?
 
Hi,

Yes, you can use VB .NET for Windows Mobile Edition 2003 or later. You need
Visual Studio 2003 Professional or higher. There are SmartPhone examples
available online, though I don't know of any book that addresses this
specifically. The newsgroup for these things is
microsoft.public.smartphone.developer. You can ask there about specific
hardware.

Dick

--
Richard Grier (Microsoft Visual Basic MVP)

See www.hardandsoftware.net for contact information.

Author of Visual Basic Programmer's Guide to Serial Communications, 4th
Edition ISBN 1-890422-28-2 (391 pages) published July 2004. See
www.mabry.com/vbpgser4 to order.
 
This may seem obvious or not, but apps written in VB.NET using the .NET
Compact Framework, etc. can run only in Microsoft Smartphones (which run a
special Windows Mobile OS), not in any cell phone, since most cell phones
use Java, the J2ME MIDP flavour.

To develop in .NET for any cell phone you need some 3rd party toolkit such
as http://www.appforge.com/

If your goal is to code for Java-enabled phones (the majority today), it
would be better to use the Sun Java 2 Micro Edition (J2ME) Wireless Toolkit:
http://java.sun.com/products/j2mewtoolkit/

--

Carlos J. Quintero

MZ-Tools 4.0: Productivity add-ins for Visual Studio .NET
You can code, design and document much faster.
http://www.mztools.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top