简体   繁体   English

在 Android 手机之间同步文本

[英]Synchronize text between Android phones

We are a group of six people who are trying to create a shopping list for Android.我们是一组六人,他们正在尝试为 Android 创建购物清单。 We would like to have the shopping list synchronized between two or more Android phones.我们希望在两部或多部 Android 手机之间同步购物清单。

The project is part of a project on a summer camp and the deadline is in 76 hours and we do not have time to setup a server.该项目是夏令营项目的一部分,截止日期为 76 小时,我们没有时间设置服务器。 Does anyone know of a simple way to synchronize text between two or more Android phones (perhaps with the use of online services)?有谁知道在两个或多个 Android 手机之间同步文本的简单方法(可能使用在线服务)?

We thought about using Google Docs (they use Lists which seem to be perfect for what we want) but we are not comfortable with the Google API and it seems to huge to learn in 76 hours.我们考虑过使用 Google Docs(他们使用的列表似乎非常适合我们想要的东西),但我们对 Google API 感到不舒服,而且在 76 小时内学习它似乎是巨大的。

Something simple like posting/getting data from say App engine shouldn't take very long to write像从 App 引擎发布/获取数据这样简单的事情不应该花费很长时间来编写

A http post to update the list and a http get to get the current list http 发布更新列表,http 获取当前列表

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM