Home  >  Q&A  >  body text

android 健康类APP是如何实现测试并对测试结果进行分析?

如果我要做一个有根据用户选择的数据对用户的健康状况做一个分析的APP。我应该如何实现。比如说设置一些与运动情况有关系的问题,根据用户的选择来判断用户的运动情况,以此来制定一些运动任务,比如提醒用户每天该进行多大强度的运动什么的。这些问题和数据分析需要自己写吗还是可以调用一些现成的API来实现?求思路。。谢谢诶。

高洛峰高洛峰2712 days ago292

reply all(1)I'll reply

  • PHP中文网

    PHP中文网2017-04-17 16:26:40

    I have not learned about the ready-made API. You can request a data cache from the server during initialization and cache it locally, which can be time-sensitive. The survey results are then returned to the server for processing, which is relatively more flexible.

    reply
    0
  • Cancelreply