Friday, May 18, 2012

Working with Emulators/Simulators in Mobile Development

Once we are done with our design of Mobile Web Site or Mobile App, we will user emulators for testing with in a server. 

  • Windows emulators, you can test with the same URL http://localhost:507 for mobile windows.
  •  For iPhone emulators, you can test it with the same URL http://localhost:507 for mobile safari.
  •  For testing in Android, better host the web app in IIS. Otherwise, put the URL as http://10.0.2.2:port num/webpage.aspx in the format.
Reason: Android emulators are unable to identify loopback IP in Android VM.

Thanks
Meera

No comments:

Post a Comment