Click here to Skip to main content
15,888,351 members
Home / Discussions / Mobile
   

Mobile

 
Questioncopy iphone4 Pin
vickixwl19-Oct-10 19:59
vickixwl19-Oct-10 19:59 
AnswerRe: copy iphone4 Pin
Richard MacCutchan19-Oct-10 23:30
mveRichard MacCutchan19-Oct-10 23:30 
AnswerRe: copy iphone4 Pin
HimanshuJoshi20-Oct-10 5:56
HimanshuJoshi20-Oct-10 5:56 
QuestionHow accurate are the emulators? Pin
Alexander DiMauro19-Oct-10 15:37
Alexander DiMauro19-Oct-10 15:37 
AnswerRe: How accurate are the emulators? Pin
Peter_in_278019-Oct-10 20:15
professionalPeter_in_278019-Oct-10 20:15 
GeneralRe: How accurate are the emulators? Pin
Magnetomage22-Oct-10 11:47
professionalMagnetomage22-Oct-10 11:47 
AnswerRe: How accurate are the emulators? Pin
ChrisGWilliams21-Oct-10 5:59
ChrisGWilliams21-Oct-10 5:59 
AnswerRe: How accurate are the emulators? Pin
ghle21-Oct-10 19:34
ghle21-Oct-10 19:34 
Alexander DiMauro wrote:
I was wondering, is a phone absolutely necessary?

Yes, before releasing any application, you'll need actual hardware.

Alexander DiMauro wrote:
How accurate are the emulators compared to the real thing?

Not bad, but there are quirks in every Windows emulator I have used. You can code around them, only to find the problem doesn't exist on the actual device.

Alexander DiMauro wrote:
Is it possible to make apps without ever testing them on an actual device?

Well, yes, but I wouldn't. Depends on what type of apps and actually what you mean by apps. Full blown, large GUI apps, nope. Minimal GUI, large computational, you could give it a shot.

Any hardware-specific functionality will require two versions of the code - one to run in the emulator and one to run on the actual device (
if #DEBUG
Wink | ;-)

I spoke to the local AT&T rep for some used, "demo" devices. He said they couldn't supply them, but all of their trade-ins went to a specific company (regional, I believe), and he suggested contacting them for used units at a good price. I haven't done it yet, however. Also, if the app does not use the cell-phone capabilities, it is verrrry expensive to get a device without committing to a monthly data plan.

One other "gotcha" with development on the real device. When running in debug mode on the device, the PC (debugger) must be connected to the device. This usually means the device is docked in a cradle (although you may get away with a wireless connection). Take the device out of the cradle, and you lost the connection to the debugger. If the device requires using any buttons or ports that are not accessible when in the dock, you'll find yourself looking in the Digi-Keytm catalog for parts to build a cable to attach the device to the dock. Plaster of Paris works wonders to pour around the cable connector for a phone-shaped mold.

Example - in developing a voice recognition application using a headset, the headset plug was next to the docking port. Couldn't have the headset plugged in while in the dock, so a DIY cable was necessary.

Best of luck.
Wink | ;)
Gary

GeneralRe: How accurate are the emulators? Pin
Alexander DiMauro22-Oct-10 1:44
Alexander DiMauro22-Oct-10 1:44 
GeneralRe: How accurate are the emulators? Pin
Lee Sudduth22-Oct-10 3:03
Lee Sudduth22-Oct-10 3:03 
GeneralRe: How accurate are the emulators? Pin
Alexander DiMauro22-Oct-10 3:53
Alexander DiMauro22-Oct-10 3:53 
AnswerRe: How accurate are the emulators? Pin
sjewrd21-Oct-10 20:18
sjewrd21-Oct-10 20:18 
JokeRe: How accurate are the emulators? Pin
Peter_in_278021-Oct-10 20:24
professionalPeter_in_278021-Oct-10 20:24 
JokeRe: How accurate are the emulators? Pin
ghle21-Oct-10 20:39
ghle21-Oct-10 20:39 
AnswerRe: How accurate are the emulators? Pin
NotDadsW4122-Oct-10 3:58
NotDadsW4122-Oct-10 3:58 
GeneralRe: How accurate are the emulators? Pin
Alexander DiMauro22-Oct-10 4:16
Alexander DiMauro22-Oct-10 4:16 
GeneralRe: How accurate are the emulators? Pin
ghle22-Oct-10 11:40
ghle22-Oct-10 11:40 
GeneralRe: How accurate are the emulators? Pin
Marijus Sugajevas24-Oct-10 17:23
professionalMarijus Sugajevas24-Oct-10 17:23 
AnswerRe: How accurate are the emulators? Pin
SohjSolwin22-Oct-10 4:40
SohjSolwin22-Oct-10 4:40 
AnswerRe: How accurate are the emulators? Pin
JasonPSage22-Oct-10 6:21
JasonPSage22-Oct-10 6:21 
AnswerRe: How accurate are the emulators? Pin
Andrei Bozantan23-Oct-10 6:48
Andrei Bozantan23-Oct-10 6:48 
Questionconnect sql server over wifi Pin
mersad0018-Oct-10 11:19
mersad0018-Oct-10 11:19 
QuestionHow to edit a CBitmap in windows mobile? Pin
veryveryfatman17-Oct-10 0:21
veryveryfatman17-Oct-10 0:21 
AnswerRe: How to edit a CBitmap in windows mobile? Pin
Alain Rist19-Oct-10 21:18
Alain Rist19-Oct-10 21:18 
Questionhow to write and implement compiled script resource for windows mobile desktop dotnet application Pin
ahmad4dotnet16-Oct-10 2:54
ahmad4dotnet16-Oct-10 2:54 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.