[android-developers] Re: com.google.wireless.gdata

2009-03-09 Thread ifuller1
Hi James, do you have the source for your modified gdatarequest and abstract entity. I'd like to go a tried and tested route or just parse the RSS manually. Am I right in thinking you've successfully connected to a google service? I'm pretty new to Java (c and as3 background) so I hope the

[android-developers] Re: com.google.wireless.gdata

2009-01-14 Thread James
FYI: the wireless gdata code is here: http://android.git.kernel.org/?p=platform/external/gdata.git;a=summary --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

[android-developers] Re: com.google.wireless.gdata

2009-01-13 Thread James
I've been able to use the 1.0 version of the java gdata api successfully from Android. I created custom implementations of GoogleAuthTokenFactory and GoogleGDataRequest.Factory. The second one meant I had to create a custom GDataRequest and AbstractHttpEntity. The code needed utilizes the same

[android-developers] Re: com.google.wireless.gdata

2008-12-31 Thread schtieF
Someone found the com.google.wireless code stuff in the open source repository of android? so we can compile and include it in our applications? Stefan On Dec 24, 6:21 pm, paxus paxu...@gmail.com wrote: OK, I agree that they could easily remove inner classes if it hasn't been published as

[android-developers] Re: com.google.wireless.gdata

2008-12-03 Thread AndroidEngineer
Yet you had them in the previous version of the library? Uh huh. I see. On Dec 2, 10:42 pm, Jean-Baptiste Queru [EMAIL PROTECTED] wrote: I'll try to simplify. In a nutshell, the com.google.* APIs are Google-specific add-ons that are not part of the Android core. Those APIs won't be present

[android-developers] Re: com.google.wireless.gdata

2008-12-02 Thread loty
I'm also very much interested in these libraries. Can someone from Google enlighten us on when if ever these libraries become available again. On Dec 1, 11:27 pm, AndroidEngineer [EMAIL PROTECTED] wrote: Howcome com.google.wireless.gdata and com.google.android.gdata have been removed from the

[android-developers] Re: com.google.wireless.gdata

2008-12-02 Thread AndroidEngineer
It's wierd that even in the section where its supposed to describe the changes from 0.9 to 1.0 they don't have any mention of the apis that have been removed. I am only hoping it was a mistake and the apis are going to be back. Please enlighten. On Dec 2, 12:33 pm, loty [EMAIL PROTECTED] wrote:

[android-developers] Re: com.google.wireless.gdata

2008-12-02 Thread Jean-Baptiste Queru
I'll try to simplify. In a nutshell, the com.google.* APIs are Google-specific add-ons that are not part of the Android core. Those APIs won't be present on all Android devices, and aren't ready to be officially supported as public Google-specific APIs. JBQ On Tue, Dec 2, 2008 at 10:27 PM,