I am implementing the client side of some java application for Android devices which requires a lot of user interaction, image loadings and JSON object parsing. I'm trying to decide whether to implement it with html5, flash or Android native code.
Frame#/sec is crucial for this application. Does anyone have any idea of what other important metrics to evaluate against for applications like this? Is there any sample android app (in native code) that's similar to Card Flip demo app in apple's html5 showcase (http://www.apple.com/html5/showcase/gallery/)?