0
votes
1answer
18 views

android: authorize.net api for creating account [closed]

I want to use authorize.net in my app for online payments. I want to know if there are any apis to create an account in authorize.net from my mobile app. I want the user to create the authorize.net ...
1
vote
1answer
149 views

StackMob or Server (MySql) to handle user account

I am developing an application for Android/iOS that have a login and registration form. Actually I am doing it using JSON to store an email and an encrypted password, and others user information in a ...
0
votes
0answers
119 views

Developers' Account with Apps using Airpush SDK Are Suspended [closed]

It seems that the apps and developers' account listed in this forum are suspended. http://androidforums.com/android-applications/452862-list-apps-using-airpush.html Could someone confirm with me?
3
votes
1answer
269 views

How to get an icon associated with specific Account from AccountManager.getAccounts()

There is an icon displayed in account settings for each account. For Google account there is one icon, for Facebook another. Is there a way of getting this icon from code in application?
0
votes
2answers
97 views

how to create non removable account

I want to create a phone only account which will hold phone only contacts and use should not remove this account (except factory reset). Is there any way,that can be specified either in account ...
1
vote
2answers
293 views

C2DM - Limitation Gmail Account

It seems the C2DM is just connected to Gmail accounts, and so it cannot be used by people who doesn't have it among the accounts on the phone. Have you found a solution to bypass this limitation (I ...
0
votes
1answer
143 views

C2DM - TOO_MANY_REGISTRATIONS

I know that one user account registered to C2DM can handle up to 100 apps with C2DM. My question is this: Can the registered user handle more than 100apps spread on different devices? I want to have ...
2
votes
2answers
195 views

Can we have user accounts on aa android mobile phone as we have for user operating systems

I just want to create a program which runs on start up which0 will ask to login with a username and password . Once he logs in he should be able to access the files only which he is authorised to(for ...
0
votes
0answers
331 views

Android Account Manager

I had some queries regarding account manager in android. 1) How SSO is supported in account service. 2) How Sync services use accounts from account service. 3) How account is managed (i.e Add , ...
0
votes
0answers
1k views

Users to log in to an Android application with Google account

I want to enable the users to log in to my application via their Google account. I was reading topics on the web, for example this one where you log in with a google account using OAuth and you can ...
0
votes
1answer
626 views

Design approach for login without auth token

I am writing an Android 2.2 app for my company. The app simply sends http get/put/post requests to perform certain operations. There is no real login procedure as the username and password have to ...
6
votes
3answers
908 views

Revoke account permission for an app

I wrote a code that request an AuthToken from the account manager, using the getAuthToken(). On the first time - the user needs to "Allow" the authentication, but later on there's no need to. I want ...
7
votes
2answers
1k views

How do I implement an Account on Android without a SyncAdapter

I am implementing a login system for an Android application utilizing the built-in accounts system (with the AccountManager APIs). All is well and good on Android 2.2+, but on Android 2.1 not ...
0
votes
1answer
1k views

Can't get my account to show in Android's accounts… can anyone have a look?

Lot of code... I got this from Android's official sample code, SampleSyncAdapter Anyways here is the code. I did not include the syncing classes, I just want to get the account to show up and be able ...
3
votes
4answers
950 views

Getting an exception when trying to add an account in Android

I'm attempting to create a means for the user to create an Account on the phone which will eventually sync to their contacts via the app. I'm working in the emulator right now, so I'm going Menu-Dev ...
0
votes
2answers
321 views

Question regarding account creation and sync on Android

I've been reading the sample code from the dev docs on Android's site, specifically this: ...
1
vote
1answer
927 views

Accessing Unique Identifier (either user, email, or phone) for Android phone in v1.5

Look to identify the user, email, or phone identifier from Android 1.5. I've seen how to access account information from 2.0 and above but need this functionality in 1.5.