Skip to main content
Known Participant
May 2, 2011
Question

Is there any difference in an android .apk file developed with flex/flash?

  • May 2, 2011
  • 1 reply
  • 727 views

Is there any difference in an android .apk file developed with flash compared to one developed with flex?

I just made a test application and the textinput reaction time is way too slow. I used Flash to build it.

This topic has been closed for replies.

1 reply

Participant
August 1, 2011

I think the apk file developed

with flex/flash needs AIR Runtime for operating

the file because the language developed

is different

and Air runtime would convert it into JAVA.

Known Participant
August 1, 2011

Thank for the response.

What I actually wanted know though was if there is a difference between an android app developed with falsh cs5 compared to an app developed with flash builder 4.

Inspiring
August 2, 2011

I'm pretty sure they use the same compiler (in fact, they just call a commandline with the right parameters). So it should be the same. Text input is too slow? I can't see the difference in my apps vs native apps :S