views:

37

answers:

0

I want to use the Google Base Data Api to search for snippets and download these informationen to show them in my activity.

I know that the project is still in Google Code Labs, meaning it is in a formative state. But I wonder if there is already a version that i can implement in my Android Application. I know that I can try to do queries via the url ( here), but I rather use an Api that does the parsing and qeurybuilding , etc... for me.

I looked at the gdata-client at Google Code, but I dont know which library to use (if there is one, that I can use), how to integrate it in my Android Application and code examples to work with it.

Hope someone can help me