How do you make one app what would be composed of multiple instance of the same screen?

I don't have anymore the first version aia file, but you can install the apk and send data with basic command like:

nc -u 192.168.3.177 4567 < <(I=0; while true; do echo "w${I}%"; I=$((I+1));sleep 1; done)

Now my mind is revolutionized and I will restart from scratch with CompCreator and lists of component.

But, I need to understand how to CompCreate several Files and several TCPListener.
And later charts!

Just do one tile and get that working as you want it, before trying to do everything, then come back with that.