|
|
|
|
|
by contextfree
5564 days ago
|
|
What is the deployment and debugging experience like on Android or iOS? I was impressed with the Visual Studio integration when I played with WP7 development a bit - you can just hit F5 and your app starts up on the phone in debug mode in, like, two seconds, and you can then step through it in Visual Studio, set breakpoints, hover over variables to see their values, and even evaluate expressions in the immediate window. I was vaguely expecting some cumbersome deployment process, but it feels no heavier than running something on the PC. But I've never developed for other mobile platforms, so maybe this is just standard? |
|