android 健康类APP是如何实现测试并对测试结果进行分析?
高洛峰
高洛峰 2017-04-17 16:24:40
0
1
291

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

高洛峰
高洛峰

拥有18年软件开发和IT教学经验。曾任多家上市公司技术总监、架构师、项目经理、高级软件工程师等职务。 网络人气名人讲师,...

reply all(1)
洪涛

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.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!