Handling multiple accounts in Android app
Posted
by bebeTech
on Stack Overflow
See other posts from Stack Overflow
or by bebeTech
Published on 2010-05-11T07:51:40Z
Indexed on
2010/05/11
7:54 UTC
Read the original article
Hit count: 197
android
I would like to build an application that caters for multiple accounts (eg. home, work) and account types (e.g. ISP, VoIP, Mobile). Essentially, I would like to get the user to create the accounts they want and then have all the accounts listed on the start page grouped by type. For example:
ISP: - Home - Work
Mobile: - Mum - Dad
When you click on the account, it would take you to another screen where I do a bunch of calcs and display the results.
I currently do this via multiple apps but am looking at consolidating into the one app. I am just not sure where to start or how I go about achieving this? The way the Contacts app works is a good example of what I am wanting to do.
© Stack Overflow or respective owner