我正在创建Walk through draw path on google map v2 in android
就像runtastic App一样。
要求:
-> Draw Path ever 10 second.
-> update Distance between start and current location.
-> Update time
-> Many more..
应用程序也在后台运行,但如果应用程序运行超过 30 分钟,那么application and phone is freez/hang.
我认为问题是drawing map and calculating some stuff.
请给我一些解决方案或东西,以便我可以在我的应用程序中改进这个东西。
I am work with last 2-3 days but not find out any proper solution.
更新:
像这样的参考应用程序我想开发应用程序。
所有任务都已完成,但冻结应用程序是个大问题。