[android-developers] Re: Problem loading an HTML asset in WebView

2011-09-13 Thread endyk
hello, may be you should use function load data with base url where your assets placed webview.loadDataWithBaseURL(file:///android_asset/ Shopping/, ... On Sep 12, 10:55 pm, darrinps darri...@gmail.com wrote: I have an asset that I am trying to load in WebView. If the same file is read

[android-developers] Re: How to get web data into TextViews?

2011-07-28 Thread endyk
String str = DownloadText(http://kabarku.com/androidwww/endyk- test.php); textView.setText(str); extend your self that code, happy coding :) On Jul 27, 7:30 pm, Droid rod...@gmail.com wrote: I am looking for an example of how to get lines of text from a web server query

[android-developers] Re: Sending a URI commanto a remote server and getting the response

2011-07-27 Thread endyk
hello Ankit, you can use httpconnection to do that On Jul 27, 3:09 am, Ankit Maheshwari lkoan...@gmail.com wrote: Hi, i wish to connect to remote server use and send a encrypted/plain URI and get the response back from the server . can any one please help me in achieving this . any help or

[android-developers] Re: Sending a URI commanto a remote server and getting the response

2011-07-27 Thread endyk
Hello Ankit you can use httpconnection to do that On Jul 27, 1:09 pm, Ankit Maheshwari lkoan...@gmail.com wrote: Hi, i wish to connect to remote server use and send a encrypted/plain URI and get the response back from the server . can any one please help me in achieving this . any help or