Friday, March 11, 2011

Re: [android-developers] Re: Gettting data from web page

Kunju,

Google and all search engines use  highly efficient crawlers that parse webpages and extract data from them.  Nobody except them knows how their crawler is implemented, but they have 1000000s of computers that are churning through the web, so your phone can't possibly compete with that! As I mentioned, JSoup is probably your best best. It has really nice APIs for extracting certain elements. If you know the tags you want, then use Jsoup to parse the document and then pluck them. 

I'm not sure what you mean by which technology Android uses? Uses for what exactly? When you use Google on your phone it's just querying google, there is no searching happening on your phone.

Jonathan



On Fri, Mar 11, 2011 at 12:17 AM, Kunju Vava <androidrcn@gmail.com> wrote:
hi Jonathan Foley

ya , i got the html tag of that site , u r correct ,it is not a right way bcasae it takes more tome and we need to parse it?
 i interesred to know wht technice google used to get data based on query?

urgently ,,, which technology android usess for this technique????have any sample?
hope u help me?

--
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

--
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