Saturday, 3 November 2012

Emulator and Simulator (Android vs IOS)

Emulator :

 An emulator can replace the original for 'real' use .it make the copy of original to use it.it used to recreating  the behavior of the system not consider how the system function is works.

take an example emulator in eclipse 

all mobile application developer know that emulator and using it.the actual background process of emulator creating is you click to start the emulator that time what the system doing is system code is converted to mobile compatibility code to emulates  system image.(i.e PC emulates the mobile hardware future in your system) 

because of  that only the system take more time to load the emulator ,to overcome this issue how to increasing the emulator speed? i tell you in the next blog  

simulator:

it means to modeling the state of the target .good simulation is that the simulation model will emulate the target which it is simulating.IOS developer using simulator to run there app.

A simulation's focus is more on the modelling of the internal state of the target

No comments:

Post a Comment