Friday, July 15, 2011

[android-developers] Re: How to grab data from a website in android?

How could you have searched Google and not found this? There are
numerous example of using HttpClient or java.net to do what you want.
http://masl.cis.gvsu.edu/2010/04/05/android-code-sample-asynchronous-http-connections/
is only one of many examples showing up under the search terms,
"android tutorial http". The terms "android tutorial httpclient" do
even better, if you really have made up your mind to prefer HttpClient
over java.net (as have many others).

On Jul 14, 11:43 pm, Anilkumar <anil.14...@gmail.com> wrote:
> Hi,
>
> I want to grab data from the website and display that data in my app,
> Like daily horoscope. Every day the data in the website will change.
> so i have to grab that data and display that in to my app.
>
> can anyone help me please?
>
> i tried in searching google with no result . Please help me suggesting
> me code or any website that helps me.
>
> Thanks,
> Anilkumar.

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

No comments:

Post a Comment