accountmanager Questions
1
Solved
So I am doing Account Sync, and included in that process is a step where a custom ringtone is added. Here is my method for adding a ringtone:
private static void ringtoneSync(ContentResolver resol...
Coinsurance asked 21/12, 2011 at 16:55
2
Solved
I'd like to use the android AccountManager to sync my webservice and application (standard sync of contacts and calander) however, AccountManager only appears to store a username and password. My w...
Avoirdupois asked 15/8, 2011 at 9:8
1
Solved
Ok, I'm getting an IllegalArgumentException at a point where it shouldn't.
I have a custom extension of Account that is saved using the AccountManager:
// Method inside a custom extension of Acc...
Forelli asked 2/12, 2011 at 17:39
1
My task is to write IMAP e-mail client for Gmail. So far I know client should authenticate through OAuth (there's also a java library for IMAP auth by Google). But I'd like to set user free from an...
Thorny asked 11/7, 2011 at 11:26
1
Solved
I'm writing 1) an app that stores a username and password in the AccountManager, and 2) a separate background Service app that accesses those credentials to login to my servers, etc. Playing around...
Clathrate asked 17/11, 2011 at 21:50
1
Solved
The API documentation for the hasFeatures method of Android's AccountManager has the following to say about which features are supported by each authenticator:
Account features are authenticator...
Virgiliovirgin asked 25/8, 2011 at 15:39
1
I am making an Android app which should be able to get data from a web service (which is not part of GAE). Users are able to log in to web service through their browser by using OpenId (only Google...
Centralia asked 8/6, 2011 at 8:38
4
Solved
I'm trying to retrieve the AuthToken for Facebook (saved by Facebook for Android) by using the following piece of code.
AccountManager am = AccountManager.get(this);
Account[] accounts = am.getAcc...
Destalinization asked 4/1, 2011 at 11:24
2
In an attempt to write a custom Android sync adapter I followed this.
I was success at showing an entry (Account settings) in General setting with the following code snippet from above said example...
Antechoir asked 30/3, 2011 at 12:27
2
Solved
I am working on a twitter based app and am trying to incorporate Android's built-in Account support for Twitter. The following code works to popup the confirmation dialog for my app to access twitt...
Awlwort asked 1/2, 2011 at 22:39
4
I'm trying to use AccountManager to store account information and have implemented an authenticator, but I keep getting exceptions like the below that crash the phone. Comparing with sample code th...
Wyman asked 21/6, 2010 at 13:56
2
Solved
I'm pretty exasperated. I'm attempting to build a turn-based multiplayer online game for Android using Google App Engine in Java as the server.
They seem like a perfect fit. Android requires a Goo...
Wellwisher asked 3/1, 2010 at 23:1
© 2022 - 2024 — McMap. All rights reserved.