This month I started to play with Flash Builder because I don't have a mac to create native iPhone apps.
I have made a Flex Mobile Project and an AS3 Mobile project. Both do mostly exact the same and I see great differences in operation speed (AS3 version is much faster). Also the size of the AS3 version is less than the size of the Flex version when I deploy the project.
But one thing disappoints me, the size of a deployed AS3 app (Android) is still about 8MB. I think that is quite huge for a simple app, or is it normal? I did not test the iOS version because I am not an Apple Developer member (is there a trick to deploy an iOS app with fake certificates)?
Resources I have used in the apps:
- Two images approx. 35kb in size
- A StageWebView
I want to know:
- What is the average size of a simple app when it is a native app (apk file)?
- What is the difference between an AS3 app and a Flex app except the libraries that re used?
- Is the AS3 app converted to C or another language?
- Why is the apk so huge (IMO)?
- Is there a trick to deploy an iOS app with fake certificates? (just for testing)
Thanks for the answer(s).