• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Search results

  1. X

    Apps Play a local swf-file (flash) with webview?

    I guess webview is the best solution to play a local swf-file (flash). I just get cryptic character in the emulator with this html code in webview. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html...
  2. X

    Apps How do I set coordinates for the images?

    Have managed to insert images in my app but how do I set the X and Y coordinates of the image should be in? Help me how I could get my picture example of an Android app. Each red line is a single image. There are six images in my image example (lines).
  3. X

    Apps Where can I find some good open source Android games and apps?

    Where can I find some good open source Android games and apps?
  4. X

    Apps parse/strip website in android app (with webview)?

    Received a page that is displayed in the WebView app but I would like to tune it down before it appears in the app as removing flash, some pictures and other things etc to make the page more mobile friendly. Heard it can be done with Regexp, JTidy or TagSoup but can not find any good examples on...