I'm currently away from home and forgot to bring my Nexus 7 with me, so I've been developing on an emulator. I'm using the HAXM Intel x86 system image and it's loads faster than the traditional ARM system image. Even then, I sometimes experience lag when it comes to rendering simple animations such as swiping across a ViewPager or flipping a fragment around with a "cover flip" sort of effect.
I've googled various articles regarding performance, but most of them seem to compare performance between the ARM system image and the Intel system image. Since I won't have access to my Nexus 7 before I release my new app, my question is this:
How does the performance on the Intel system image emulator correlate to a real device's performance? Is a real device significantly faster than the Intel emulator, or can I expect to see the same occasional stuttering that I see now on the emulator?