I want to rename different things (Buttons and Textviews) in a app from the code.
But because those are in a fragment for a Tabview this wont work and will lead to a crash:
someTextview.setText("some Text");
I have tried this Stack Overflow solution and this one, but both solutions didnt work.
Is there something else that i could try?