Flash in android(not in webview) - android

I am writing android application and I don't use webview. I want to know can I insert flash object in my application,and if yes ,how can I do that.If you can write samples please.
Thanks

You will have to use AIR for Android SDK

Related

Animation while closing Form in Android using Delphi

I'm using Delphi 10 seattle for developing Android mobile application. And in that I have form and while closing that form, I need to have any animation effect. I have seen TFloatAnimation but I didn't find any help files for using it. Please help me to handle this.
Thanks in advance

Use of HTML5 in Android

I am started developing with android,and need to use HTML5 as a cross platform technology,but i dont know about HTML5 and its behaviour with android,I searched a lot but couldn't understand that from where should i start to learn . Any suggessions appreciated.
thank you!
Hi you can check out http://www.sencha.com/blog/introducing-sencha-touch-html5-framework-for-mobile sancha touch for this.
On top of that http://www.sencha.com/blog/galaxy-nexus-the-html5-developer-scorecard/ is scorecard for the same.
you can also opt for Jquery Mobile to build HTML5 standard UI for Android.
Write Html5 code and put this in assets folder and use webView and load this open your html5 file in webView.This is quiet simple for more watch.

Android - HTML5 custom LAUNCHER

I want to create my custom android launcher but not with java code. I want to create it with HTML5 code. I've seen some launchers with HTML5 but not the documentation. Does anyone can give me some links or some tutorials/documentation to start? Thanks.
Does anyone can give me some links or some tutorials/documentation to start?
You could define much of the UI as HTML/CSS/JavaScript. Via PhoneGap, you could deploy this as an app. However, you will still need Java code -- or perhaps a PhoneGap plugin, if someone has written one -- to be able to access information about the installed apps, in order to populate your launcher.

Setting reminders in iPhone and android using AS3

I need to set a popup reminder in iphone and android app, whether the app is active or not. How can this be done using as3 and flash cs5.5?
Have a look at the capabilities class :
http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/system/Capabilities.html
You can tell under which os your as3 app is running.If it's android, you can write some native java code and wire it(i m thinking sockets) to your app to show an alert.
For iphone,i don't know if you can.

How to show pdf page in webview using html5 in android

Currently I'm using pdfrenderer library to render pdf page and convert that page into image and showing in a view.
In this case we can't copy text from pdf page. I want to create a single project which should support both blackberry(Lastest blackberry os run android apps as well) and android.
Most of the libraries which is available are not compatible with blackberry os.
To support both, i want to load pdf file in webview using html5. Is there any way to achive this.
Please help.Thanks in advance.
I think pdf.js can help you.
I've recently search a lot about javascript pdf reader and found this as the best available solution. But I should mention that it still needs a lot to do to be a good solution

Categories

Resources