[android-developers] How to get the disk space using Android?

2008-09-10 Thread Huibin QIAN
Want to know the amount of space available in mobile phone --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubsc

[android-developers] Why the WebView's Zoom slider can be showed?

2008-09-09 Thread Huibin QIAN
I mean I want to call the webview's zoom function to show the zoomslider. So I using WebView view = new WebView(mContent);view.invokeZoomPicker(); why it can't work? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "An

[android-developers] Re: How to play a VideoFile from Resourse Folder??

2008-07-01 Thread Huibin QIAN
yup but you should put music.3gp "/assets/music.3gp" in project On 7月1日, 下午7时27分, bins <[EMAIL PROTECTED]> wrote: > hi.. > did you mean this like this "path = "file:///android_asset/music. > 3gp";" > i tried with this but not getting sound or video.. --~--~-~--~~~--

[android-developers] Re: How to play a VideoFile from Resourse Folder??

2008-07-01 Thread Huibin QIAN
you can store your media file in assets folder. for e.g: /assets/test.mp3 your can access it using the file path "file:///android_asset/ test.mp3" On Jul 1, 5:42 pm, bins <[EMAIL PROTECTED]> wrote: > hi.. > I was trying to play a Video file from recourse folder but not able > to get the video..

[android-developers] Webkit(Webview) & IME

2008-07-01 Thread Huibin QIAN
I got a problem. when I implement my new Browser using the webkit and want to input 'words' of mine into the webview's edittext. 'Cause my MOBILE Phone have no keybord, so I use softkeyborad to input. my problem is I can input my words into the webview edittext, but in fact, the edittext can't get