I'm making an android application with a navigation drawer.
I want this application to connect to the internet, and I need to put a label that contains informations about the connection into a fragment and some buttons to send information in another. I would like the label to update constantly, also if its fragment isn't shown.My question is:
Is it possible to programmatically edit the elements of a fragment when it isn't shown?