Adobe Flash Builder can build a air project to apk file.
But how to launch a air app from my native app?
Can I make a communication between two apps?
I want put the AIR project in my native app and build to one single apk file.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Communication between different applications/activities can be achieved via Intents and Intent Filters: http://developer.android.com/guide/components/intents-filters.html