If you could please provide some guidance on how to do the following:
I have an app that needs to sync with contacts on remote server and add/delete/modify the contacts on the phone “TO A PARTICULAR ACCOUNT”. In other words, I want to create my own account like “gmail” account and manage my contacts underneath that account.
I want to do the following to achieve that but can’t figure out how:
1. I want to create my account when my application starts-up for the first time. I shouldn’t have to go to “Accounts & Sync” manually to do that, neither want to run any background service although I am open to it if required.
2. I create a group under that newly created account and CRUD contacts under that group.
This site is more about giving back to the dev community with tutorials. If you need a tutorial for something, I am more than happy to look into it, but currently what you are requesting is out of the scope of both this website and my time.
Can you provide a tutorial on how to access the google calendar and get the list of events.
Could you make a tutorial on creating a cook book? (Recipes)
If you could please provide some guidance on how to do the following:
I have an app that needs to sync with contacts on remote server and add/delete/modify the contacts on the phone “TO A PARTICULAR ACCOUNT”. In other words, I want to create my own account like “gmail” account and manage my contacts underneath that account.
I want to do the following to achieve that but can’t figure out how:
1. I want to create my account when my application starts-up for the first time. I shouldn’t have to go to “Accounts & Sync” manually to do that, neither want to run any background service although I am open to it if required.
2. I create a group under that newly created account and CRUD contacts under that group.
PLEASE advise.
Perry,
This site is more about giving back to the dev community with tutorials. If you need a tutorial for something, I am more than happy to look into it, but currently what you are requesting is out of the scope of both this website and my time.
So far I have a facebook-android-sdk and a appWidget one. My goal is have an app with mulitple activities tutorial next.