I need to develop an app for a website. The problem is that on the site are Flash videos. Is there a way to integrate the Flash in my Android app?
Thank you!
I need to develop an app for a website. The problem is that on the site are Flash videos. Is there a way to integrate the Flash in my Android app?
Thank you!
It's recommended that you don't as Android is phased out as mentioned. Depending on the complexity, it would be best to replace flash videos with HTML5 where possible.
If you insist on it however, it's possible as long as the user has the Flash plugin installed using a WebView: How to Enable Flash Plugin in Webview?
Also note that the flash plugin is fairly limited - it has performance and sound sync issues and does not respond to clicks and key presses like the desktop version of flash does (Though oddly, the old Windows Mobile version was quite performant and had no key or mouse issues... huh)