开发者

syncadapter google spreadsheet - Android

What is the easiest way to use a 开发者_StackOverflow中文版custom sync adapter with the google spreadsheet for an android device. Can it be done by using the using the SampleSyncAdapter from google as a base. Im developing an app where the user can upload data google spreadsheet. So can it be done?


so you are trying to upload the data from android to spreadsheet or a spreadsheet done on android to gmail acc?.. In any case if you are trying to upload data from android to spreadsheet - I am unsure as i myself am trying to do this But if spreadsheet done on the android and syncing it to the spreadsheet then this can be achieved.. (u can make your own syncadapter by retaining all the required classes in the api).


This is not a easy way, but I don't think there is an easy way. You could write a content provider that uses the spreadsheet api to execute CRUD operations to a spreadsheet. The sync adapter would then use the content provider to sync automatically.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜