[android-developers] 2.0 AccountManager - Implementing a new account type with Google, Facebook and Exchange

2009-11-13 Thread Jerry Brady
I'm trying to hook up a new account for an application to use that will ultimately sync PIM data. The application is already working for API levels 3 & 4, but at API 5, I'm having some trouble with the introduction of accounts and the AccountManager. I've searched the groups and the docs and gott

Re: [android-developers] 2.0 AccountManager - Implementing a new account type with Google, Facebook and Exchange

2009-11-13 Thread Dan Dumont
I've gotten a bit further than you. The account manager seems to want to store AccountName+Type pairs, and have an AccountAuthenticator handle the storage and dirty bits of the actual authentication and credential storage. You will need to create an AccountAuthenticator from the AbstractAccountAu

Re: [android-developers] 2.0 AccountManager - Implementing a new account type with Google, Facebook and Exchange

2009-11-13 Thread Dan Dumont
To facilitate the discussion around this topic, I've started up a project over here: http://code.google.com/p/androidaccounts/ If anyone is interested in pitching in and writing some examples, let me know so I can add you. The current state of the project

Re: [android-developers] 2.0 AccountManager - Implementing a new account type with Google, Facebook and Exchange

2009-11-13 Thread Dan Dumont
For anyone still interested.I've made a bit of progress. The google project below now creates and lists accounts of the type for the project! On Fri, Nov 13, 2009 at 9:39 PM, Dan Dumont wrote: > To facilitate the discussion around this topic, I've started up a project > over here: > http:/