Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Which mobile device emulators do you use to test mobile development?

I was wondering what emulators everyone uses to test your mobile development, want to make sure I'm using the most accurate emulators/simulators.

I currently use the Electric Mobile Simulator from electric plum for iPad and iPhone simulation as well as Opera Mini and Mobile emulators. I have downloaded the Android SDK but have trouble making this work so am very dubious about the results I see on this.

I understand that using a real device to test my pages will merit the best results but Id also likes to have a decent emulator pack on my desktop just to give me a rough guide of how the development process is progressing.

All suggestions and feedback welcomed

Kyle

like image 671
styler Avatar asked Nov 20 '11 20:11

styler


1 Answers

Get as many real devices as possible. Then, to ease the pain for mobile web development, hack something together like Shim: https://github.com/marstall/shim to coordinate all your browsing.

like image 68
mchang Avatar answered Oct 20 '22 12:10

mchang