There's many reason for the glitches and stutters, but in most cases, it's a matter about optimization.
You can check many things. Your sprites may be too big to handle on your mobile device, or your code is too inefficient, or etc. As I said, there's so many reason.
Before jumping to mobile, search and read some tutorials and threads about mobile optimization.