[android-developers] Re: Using document object

2010-01-12 Thread nikhil
I just need to read value of an element and reset it...upon reading.. On Jan 12, 11:29 am, nikhil wrote: > @TreKing > > I tried urlconnection as well but shows me the same thing.. > > @Kumar > > Sorry I cannot share the URL > > but what I can tell you guys is ...if you have done iPhone developmen

[android-developers] Re: Using document object

2010-01-12 Thread nikhil
@TreKing I tried urlconnection as well but shows me the same thing.. @Kumar Sorry I cannot share the URL but what I can tell you guys is ...if you have done iPhone development there is a method to evaluatejavascript for a UIWebView on iPhone that helps us to get the value of a particular elemen

[android-developers] Re: Using document object

2010-01-12 Thread Kumar Bibek
Can you share your URL? Is it a local URL, or a public one? Kumar Bibek http://tech-droid.blogspot.com On Jan 12, 9:58 pm, TreKing wrote: > I haven't use URL class, not sure if it matters, but maybe try > HttpURLConnection? > >

Re: [android-developers] Re: Using document object

2010-01-12 Thread TreKing
I haven't use URL class, not sure if it matters, but maybe try HttpURLConnection? - TreKing - Chicago transit tracking app for Android-powered devices http://sites.google.com/site/rezmobileapps/treking

[android-developers] Re: Using document object

2010-01-12 Thread nikhil
Thanks for your replies guys, The exception it raises is host unresolved...but I am able to load the page on webview... On Jan 11, 4:31 pm, Kumar Bibek wrote: > Do you get anything in the log cat? > > If there is some exception, log it. > > Kumar Bibekhttp://tech-droid.blogspot.com > > On Jan 12

[android-developers] Re: Using document object

2010-01-11 Thread Kumar Bibek
Do you get anything in the log cat? If there is some exception, log it. Kumar Bibek http://tech-droid.blogspot.com On Jan 12, 2:56 am, nikhil wrote: > After the * step it doesnot debug further it skips to next method and > loads the view > > On Jan 11, 2:09 pm, TreKing wrote: > > > What do you

[android-developers] Re: Using document object

2010-01-11 Thread nikhil
After the * step it doesnot debug further it skips to next method and loads the view On Jan 11, 2:09 pm, TreKing wrote: > What do you mean by it "quits"? > > More than likely you're throwing an exception (highly likely with network > IO). Put some try / catch code, logging, and breakpoints in the