简体   繁体   English

从adobe air应用程序启动数据并将其发送到本机android应用程序

[英]Launching and sending data to a native android app from an adobe air app

I know its very simple to send data using intent in android. 我知道使用android中的intent发送数据非常简单。

But my problem is that I have an android app developed with adobe air, and I need to launch another native android app written with eclipse and java. 但是我的问题是我有一个用adobe air开发的android应用,我需要启动另一个用eclipse和java编写的本地android应用。

I hope someone can give me clue on how to launch another app and also send data across. 我希望有人能给我一些关于如何启动另一个应用程序以及发送数据的线索。

Thanks 谢谢

If you are familiar with Java you can write an "AIR Native Extension" which gives you access to all the native classes, from there it should be fairly simple 如果您熟悉Java,则可以编写一个“ AIR本机扩展”,使您可以访问所有本机类,从那里应该很简单

http://www.adobe.com/devnet/air/native-extensions-for-air.html http://www.adobe.com/devnet/air/native-extensions-for-air.html

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM