On Feb 24, 11:44 pm, "Dan U." <dan....@gmail.com> wrote:
And, for all those people with slow
machines, you'll pretty much be forced to slim down your code and make
it run faster or else it will be a pain to test. This should only lead
to a better performing app in production, which is a good thing.
Agreed Dan,
Given the diversity of computer performance used to run emulators by
developers.
Given the uncertainty about final device technical specs.
The slower the emulator is, the better you feel when you app is usable
in this conditions.
But memory access time might always be faster in the emulator than in
a real device even if the emulator is not super responsive on your dev
machine anyway...
Z