Android全球高分教程?

时间:2012-07-27 15:37:09

标签: java android

有没有人知道在android中设置全局高分的任何好教程?

4 个答案:

答案 0 :(得分:3)

Swarm也是一个很好的简单选择。实施是一件轻而易举的事。 http://swarmconnect.com

答案 1 :(得分:1)

答案 2 :(得分:0)

我不知道具体的教程,但一个简单的高级方法就是这样:

-Server will hold the high score values
-User will play and achieve a score
-User then downloads the current high score from server
-If current score is higher, replace database value.

当然它比这复杂得多。您需要某种方法来确保对高分的并发访问最终没有将错误的高分写入服务器。但我认为单独研究这些观点将是一个良好的开端。不确定您是自己想要这样做还是只是找一个服务来为您实现它。

答案 3 :(得分:0)

尝试Parse

他们基本上会照顾你的一切。