3

I am developing a mobile website using asp.net mvc 4 for the first time. A few pages are already developed. Now I need to test this website.

Can please somebody let me know which is the best simulator? If something is available such that I can test iphone, blackberry, htc, Samsung android, nokia lumia, etc all on the same simulator? If not, then which would be the best ones for each or separate ?

Vadim Kotov
  • 8,084
  • 8
  • 48
  • 62
user1400290
  • 1,682
  • 5
  • 23
  • 43

4 Answers4

4

You can check all device simulator here

Gopesh Sharma
  • 6,730
  • 4
  • 25
  • 35
0

For all the above mentioned platforms, official SDKs contain simulators, and I bet you won't be able to find better ones.

For Android, use the simulator that comes with Android Development Tools.

For Windows Phone, use the simulator that comes with Windows Phone SDK.

george.zakaryan
  • 960
  • 1
  • 6
  • 18
0

I suggest the Opera Mobile Emulator

http://www.opera.com/developer/tools/mobile/

I use it and is helps me a lot.

Aristos
  • 66,005
  • 16
  • 114
  • 150
0

For Android you could use the emulator but it's really really slow.
But a fast one for android is running it in Virtual Machine.
http://virtualboximages.com/Android+OS+2.6.29+x86+Virtual+Appliance

VRC
  • 745
  • 7
  • 16
  • Now that I test my mobile website in various emulators I see that the design does not appear correctly in all devices. If i adjust for one then the other goes bad. I am developing a mobile website for the first time. I need to fit my design in devices of all resolutions. For example if I have a form with 2 text boxes in the same line and i test this in iphone it looks fine but if i use a nokia phone, the 2 text boxes appear in 2 separate lines. Also for any page i do not want a scroll to appear so that the user has difficulty in browsing. Please help. – user1400290 Oct 06 '12 at 09:17