i do have a fragment and in the fragment a textview. I want that this textview reacts to some events. For example i do have a variable and i want that my textview shows the variabel. This works pretty fine so far, but if my variable changes my textview does not! So i guess there must be something like an eventlistener but i haven't found one yet. Can't imagine that it is hard to solve that problem, but i couldn't find the right listener. Or is there maybe another recept? Actually i don't think that it makes a big differents, if the textview is in a fragment or an normal activity!?
THX