Android/App개발2010. 4. 22. 15:05
Android 2.0에서부터 SyncAdapter를 통해 Contact정보를 다른 소스로부터 동기화를 지원한다.
Example을 하나 제공하는데 이 샘플의 테스트 방법이 developer.android.com에 정확하게 설명이 되어 있지 않다.

아래는 구글담당자의 테스트방법에 대한 메일내용이다.

Hi, 

I have uploaded the zipped source files for this sample at: 
http://code.google.com/p/apps-for-android/downloads/list 

Sorry about the server related python source files not being visible 
on developer.android.com. We will fix it soon. 
This sample source will be available with the next sdk package, we are 
working on making zipped samples downloadable from 
developer.android.com itself in future. 

Regarding password issue, please use account user1/test on 
samplesyncadapter server. 

I would recommend that to add new accounts, download the server code, 
modify it as you want and host it on a separate app engine instance. 
If you look at dashboard.py and app.yaml in server code it should be 
pretty clear how to do this..giving a short overview below: 
1) Add a new Sample SyncAdapter account @: 
http://samplesyncadapter.appspot.com/add_user 
For example I have added user1: 
http://samplesyncadapter.appspot.com/edit_user?user=1 
2) Enter username/password @ 
http://samplesyncadapter.appspot.com/add_credentials 
The password for user1 is test. 
3) Modify the android code to use your server instance. 

Sorry for the confusion so far, please let me know if you have more 
questions. 

Thanks, 
Megha 

On Feb 18, 10:28 am, HCH <hayeshau...@gmail.com> wrote: 


위와 같이 수행하여 계정을 추가한 후 추가한 계정의 Friends를 등록하면 Sync시 추가한 Friends가 Contacts에 동기되어 표시되는것을 확인할 수 있다. 이 때 Friends를 추가할 때 다른 계정의 Handle명을 입력해야 함을 주의해야 한다.


Posted by 삼스