On Android, I have a nice Xposed module which shows me the current internet usage, but for the whole system, not per app:
On my desktop computer I have this expandable panel item which shows me exactly which apps are using the internet connection at any given moment. It also shows me exactly how much they're uploading and downloading per second right now, on a per app basis. The UI looks like this:
So I wonder if this is possible on Android as well. I'm asking for a per app metric of up/down usage right now, as in the above screenshot from my desktop computer.
Is there any way to get that?
To clarify even more, I'm asking for current speed, not past, accumulated usage.
Solutions that require root access and Xposed Framework are welcome.