Hi guys,
is there any way how to measure and analyze data usage of an app.
I need to find what is the purpose of huge data usage of our app.
I checked ajax refreshing webview and that seems fine.. and it seems that it is doing the application itself webviu consume 1,8MB per hour whole aplication 10times more 18MB / hour that is a lot...
an app is relatively simple tha main part of it is fused location provider thats tracks gps
with this configuration
any idea ? its the GPS ??
thanks
is there any way how to measure and analyze data usage of an app.
I need to find what is the purpose of huge data usage of our app.
I checked ajax refreshing webview and that seems fine.. and it seems that it is doing the application itself webviu consume 1,8MB per hour whole aplication 10times more 18MB / hour that is a lot...
an app is relatively simple tha main part of it is fused location provider thats tracks gps
with this configuration
B4X:
LocationRequest1.SetInterval(10000)
LocationRequest1.SetFastestInterval(5000)
any idea ? its the GPS ??
thanks