[android-developers] com.google.gdata.client.GoogleService.setUserToken(android.accounts.AccountManager.getAuthToken(???))

2010-01-13 Thread Lenny
android.permission. {USE_CREDENTIALS|GET_ACCOUNTS} Has anyone gotten gdata working with the user's existing Google credentials on the phone? Thanks in advance, Lenny -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To po

[android-developers] Android Service Problem

2009-07-13 Thread Lenny
I'm new to using Services in Android I followed a tutorial, but the service doesn't seem to be starting. the problem I'm having is that the onServiceConnected method never fires so mpInterface never gets assigned. However, I can't seem to figure out why I've looked at several examples and they al

[android-developers] Re: How can I catch screen orientation change in onPause()?

2010-05-09 Thread Lenny
Maybe what you really want is to tell Android that your app will handle orientation changes on its own, rather than messing around with onPause http://developer.android.com/reference/android/app/Activity.html#ConfigurationChanges On Apr 23, 10:01 am, Thom Shutt wrote: > Specifically, I need a way