[android-developers] Re: How to capture the contents of webview and parse it

2010-08-20 Thread dhilip
Hi Jason,

I am working on the same lines too . I am trying to pull down the
content from Google reader (rss feed) and parse it in to text. I am
not successful so far. Can you tell me what libraries you used?

With regards,

Dhilip

On Aug 16, 4:02 pm, Jason  wrote:
> I'd be curious if anyone has a good way to do this, too.  It actually
> relates to a problem I'm working on.
>
> I know it's possible to do something *like* this.  I did it once; I'm
> not sure what library I used but I was able to pull down an rss feed,
> parse, format, and display it in a textview.  It's significantly more
> work than just putting a simple webview up, though, especially to do
> it right.
>
> On Aug 16, 10:43 am, dhilip  wrote:
>
> > Hi,
>
> >    I am trying to capture the contents of a webview and to parse it.
> > Is there any method that would allow me to do so?
>
> > With regards,
>
> > Dhilip
>
>

-- 
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 unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Re: How to capture the contents of webview and parse it

2010-08-17 Thread dhilip
Thank you

On Aug 17, 10:42 am, TreKing  wrote:
> On Tue, Aug 17, 2010 at 9:14 AM, dhilip wrote:
>
> >  Is there any method that would allow me to connect to the url i specify in
> > the webview and download the data?
>
> http://download.oracle.com/javase/6/docs/api/java/net/package-summary...
>
> -
> TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago
> transit tracking app for Android-powered devices

-- 
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 unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Re: How to capture the contents of webview and parse it

2010-08-17 Thread dhilip
Hi ,

 Capture in the sense get the data that the current page is
displaying in the webview of my own app. Is there any method that
would allow me to connect to the url i specify in the webview and
download the data?

On Aug 16, 1:30 pm, TreKing  wrote:
> On Mon, Aug 16, 2010 at 9:43 AM, dhilip wrote:
>
> >  I am trying to capture the contents of a webview and to parse it.
>
> What do you mean "capture"? What webview? Your own or some other apps'?
>
> >  Is there any method that would allow me to do so?
>
> Connect to the url the Webview is pointing to and download the data?
>
> -
> TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago
> transit tracking app for Android-powered devices

-- 
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 unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] How to capture the contents of webview and parse it

2010-08-16 Thread dhilip
Hi,

   I am trying to capture the contents of a webview and to parse it.
Is there any method that would allow me to do so?


With regards,

Dhilip

-- 
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 unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en