Integrate flash games in android app? - android

Have 3 flash games that I would like to integrate in a menu / list in an android app. So when the user selects the game from the list, the game starts with help of android flash player.
Is it best to do this with WebView or is there something better? I do not know where to place the flash games to get them in my compiled application.
Is there a good tutorial?
Thanks!

Adobe flash provides one good way: You can build an air for android app. Use that to create your menu and compile all three games into your AIR app.
Here are some tutorial links about it and also about publishing AIR for Android applications:
AIR to Android, PART1: http://gotoandlearn.com/play.php?id=123
AIR to Android, PART2: http://gotoandlearn.com/play.php?id=124
Publishing AIR for Android applications: http://gotoandlearn.com/play.php?id=131
I don't believe the android flash player can be launched from an intent yet, so using the Java Android will not solve it (for now)
And a third approach you mentioned, ought to work - using a webview.

Related

Unity Integration in native mobile (iOS / Android ) application

I want to integrate unity game in mobile Application on specific button action in App, I already integrate it in Android, in Android I need to open specific activity on Button Action. But in iOS, there need to lots of stuff work and manage to initialize unityView in appdelegate, in iOS is there specific way to open view controller for playing unity game.
I follow below references for integrate unity game in an iOS application,
- https://github.com/blitzagency/ios-unity5

live camera feed in background of Phonegap android app

I want to make a phonegap android app which displays the live camera feed as the activity background. am a fairly experienced phonegap developer but am a total novice when it comes to mainstream android app development .
I found a native android solution:
How to use camera live feed as a activity background?
But i really don't know how to intergrate it into my phonegap project.
does anybody have an idea how to go about this .

Integrating VLC or any other third-party video player in Android app

I have an Android app which stream video from the Internet. The owners of the app doesn't want to use the native Android video player. What they want is to have any third-party (preferably Open-source) video player to be integrated in this app.I don't really know what its implications could be.
I came to know that Dolphin and VLC, they both are open-source, but what I don't know is, if they provide their SDK for integration into an app or not.
So, I have the following questions -
Do we have some third-party player (their SDK) to be integrated into an app?
Do we have tutorials of how-to implement them?
I've searched a lot for this but didn't get anything.
Do we have some third-party player (their SDK) to be integrated into an app?
- You can try our product, NexPlayer SDK, in www.nexstreaming.com
It is not an open-source player obviously, but you could get a demo and try to integrate in you app.
Do we have tutorials of how-to implement them?
- It's an SDK + sample app and has full documentation about the SDK.

is it possible to use opentok/tokbox in android?

I want to create a video chat application for android mobiles so I decided to use opentok for it.Now I have questions and some apprehensions.a)
Is it possible to use opentok for android phones?If yes then is it using the adobe AIR?Any Help in this regard will be Thankful!It will be great if you give me some tutorial for Developing in adobe AIR Thanks!
Not long ago, you could watch a stream, but you couldn't publish one as Flash for Android does not have access to the camera.
However, recently OpenTok has recently tried to rectify this:
http://www.tokbox.com/blog/opentok-gets-its-first-mobile-features-2/

HTML5 apps available in Android Marketplace?

Are there any app built with html5 feature (such as canvas, video playback...) available in Android marketplace?
I'm looking for html5 web apps wrapped as a native android app.
http://www.phonegap.com/apps
search the page for android

Categories

Resources