[android-developers] How to connect MySQL Server from Android device

2012-11-16 Thread Jebarlin Robertson
Hi, I am working on some client server project in android. I could connect the MySQL server from Android Emulator through some IP address and port. But when I try to do the same from mobile device, it is not connecting. I know there should be some connections to the localhost. But is there any

Re: [android-developers] Rendering the html file content in Webview

2011-12-11 Thread Jebarlin Robertson
. So I though it will be great, if anyone know some better way to do this. Thanks. On Wed, Dec 7, 2011 at 6:48 PM, Mark Murphy mmur...@commonsware.com wrote: On Wed, Dec 7, 2011 at 1:48 AM, Jebarlin Robertson jebarlin.andr...@gmail.com wrote: I am developing an android application

[android-developers] Rendering the html file content in Webview

2011-12-06 Thread Jebarlin Robertson
Hi, I am developing an android application with WebView. I am writing a html file and displaying it in webview, My requirement is to update the webview whenever I write new content to the html file. As of now I am just displaying the html file in webview initially and after that for every new

[android-developers] Need help to convert Windows Meta file format (Like WMF, EMF file formats ) to png or jpeg for android

2011-09-28 Thread Jebarlin Robertson
Hi, I am developing an application, there I am getting Window Meta files (like WMF, EMF, TIFF image formats). I need to display it in web view, But directly it is not supported in android. So I have to convert those kind of images into PNG or JPEG and then need to display. Could anybody help me

Re: [android-developers] Re: Progressive Rendering, when loading the content at runtime in Android Webview

2011-09-19 Thread Jebarlin Robertson
Hi Streets Of Boston, Thanks for your valuable response, Can u give me some sample code for the javascript to append html content dynamically? U can give me some solution, f there is any other way also? Regards. Jebarlin .R. On Fri, Sep 16, 2011 at 7:18 PM, Streets Of Boston

[android-developers] Progressive Rendering, when loading the content at runtime in Android Webview

2011-09-16 Thread Jebarlin Robertson
Hi, I am developing an application with Webview to display some parsed content at runtime I need a help to display the content in Webview immediately as I get the data progressively. *For Ex.* Initially I am loading the data by calling like this, webViewer.loadDataWithBaseURL(URI_PREFIX,

[android-developers] Progressive Rendering, when loading the content at runtime in Android Webview

2011-09-16 Thread Jebarlin Robertson
Hi, I am developing an application with Webview to display some parsed content at runtime I need a help to display the content in Webview immediately as I get the data progressively. *For Ex.* Initially I am loading the data by calling like this, webViewer.loadDataWithBaseURL(URI_PREFIX,