0
I’m in the following situation:
I have a Tabbar with 2 Fragments (Productofragment and Carrinhofragment). Inside the Productofragment I have a Listview with an add button that triggered, adds an item in a Listview inside the Cartfragment and also changes 3 different Textview with the summations of values of the same datasource that loads the list.
How do I get him to reload the Cartwheel fragment so I can change my data? At the moment, it only loads if I leave Tabbar and come back. Even using notifyDataSetChanged();
Put your source code so I can give a better answer.
– Henrique Luiz