| Author |
HTML5 for iOS and Android: how to set up a testing environment
|
ludoviko azuaje
Ranch Hand
Joined: Jun 07, 2005
Posts: 46
|
|
hello Robin Nixon,
In your book do you explain how to set up a testing environment for programming in Android in a pc, I mean, without a real mobil phone ?
Is that possible ?
Thanks.
|
SCJP 1.4, SCJP 5.0, SCWCD 1.4, Oracle SQL Expert Exam 1Z0-047
IBM Test 255, IBM Test 730, IBM Test 142, ScrumManager® Certified.
|
 |
Robin Nixon
Author
Ranch Hand
Joined: Sep 20, 2011
Posts: 48
|
|
Yes, I do explain this.
Because you are creating a web app first, you can generally test your apps in any main browser. If it helps you can resize the browser window to the various dimensions of target devices to ensure your app still looks good. Then, once you drop the HTML5 web app into Eclipse, you can test it in the emulator, and on a local Android device if you have one, before finally uploading the finished app.
And the same goes Xcode on iOS too, using the exact same web app, so you don't have to write the app twice.
|
My latest book, The Web Developer's Cookbook, is now out: http://webdeveloperscookbook.com
|
 |
 |
|
|
subject: HTML5 for iOS and Android: how to set up a testing environment
|
|
|