views:

280

answers:

5

Can someone point me in the right direction. I am looking to develop an application for a Verizon enV Touch, but I am totally clueless when it comes to this. Any advise on the technology used, the development tools needed, or application programming for cell phones in general is greatly appreciated. I basically need "Cell Phone Application Programming for Dummies"

+5  A: 

There is no "Dummmy" or general book. Cell phones vary in countless ways - cpu, software, etc. Does the enV have official "app store" and SDK? That would make it much easier.

My hunch is that this phone uses Java like a lot of phones do, but I can't be certain. But even then, the libraries will vary based on manufacture and carrier. If there is no store, you will have to work through Verizon or LG to get the tools needed.

One possibility is to use Flash Lite, which is enabled on this phone.

Daniel A. White
I'd say Flash Lite would be the way to go - if you're willing to purchase the development tools.
Stephen Denne
A: 

On a side note, the iPhone SDK is freely available (at least it was for 2.x) and there are 10's of books out there for it. Plus, its a much more popular platform and less likely to vary over time.

Daniel A. White
I would note though in order to develop for the IPhone you do need a Mac. Unlike other phones which you can develop on any operating system.
David Basarab
+3  A: 

The enV Touch is a BREW phone. Developer tools are available from Qualcomm.

Stephen Denne
Awesome, couldn't find anything like this.
Daniel A. White
+1  A: 

Here is the Verizon Wireless Open Development page.

This is where you start.

David Basarab
This is actually for people who want to develop their own devices. It won't be of much help if you are looking for application development resources.
Adam B
A: 

Check this site: Verizon Development Center - BREW. There is a good introduction of what's needed in the Getting Started section.

dawntrader