[android-developers] Office Documents Viewer for Android

2012-09-07 Thread Angélica Oliveira
Hello, I need to view office documents (.doc, .docx, .ppt, .pptx, .xls, .xlsx) within my app (without using any other external app), and without internet (it can't be using google docs). I've searched it a lot, I found a way to convert them to html with Apache POI, but it didn't work fine with som

[android-developers] Office Documents Viewer for Android

2012-09-05 Thread Angélica Oliveira
Hello, I need to view office documents (.doc, .docx, .ppt, .pptx, .xls, .xlsx) within my app (without using any other external app), and without internet (it can't be using google docs). I've searched it a lot, I found a way to convert them to html with Apache POI, but it didn't work fine with som

Re: [android-developers] Problem with video in WebView

2012-06-12 Thread Angélica Oliveira
ic final FrameLayout.LayoutParams COVER_SCREEN_PARAMS = new > FrameLayout.LayoutParams( ViewGroup.LayoutParams.MATCH_PARENT, > ViewGroup.LayoutParams.MATCH_PARENT);* > ** > * * > *}* > > > > *custom.xml* > * > * > * > > http://schemas.android.com/apk/res/android

Re: [android-developers] Problem with video in WebView

2012-06-09 Thread Angélica Oliveira
I tried playing .mp4 video, from my internal storage. I saw something about implement onShowCustomView but I didn't realize what I have to do, can you (Deniz) give me an example? I already searched it on google, but I didn't find anything, I would like to watch the video on the webview, not in a

[android-developers] Problem with video in WebView

2012-06-04 Thread Angélica Oliveira
Hello, I am new in android, and I am developing an app, where I want to watch a movie in a webview, using HTML 5, but the video doesn't appear, when I run the app I can see only the video controls... The code in html that I am using is: code = "" + "" + "" + "Simple Movie Player" + "