I'm in the following situation:
I have a TabBar with 2 Fragments (ProductFragment and CartFragment). Within the ProductFragment I have a ListView with an add button that fires, adds an item in a ListView inside the CartFragment, and also changes 3 different TextViews with the sums of values of that same datasource that loads the list.
How can I reload the CartFragment so I can change my data? At the moment, it only loads if I exit the TabBar and back. Even using the notifyDataSetChanged ();