Scenario is: I have two fragments FragmentA and FragmentB. In FragmentA, I have a simple form and in FragmentB, I am showing data of that form in ListView.
I am getting data in listview but not in real time. Like first I insert data, then, I restart Application to see data in list.
My question is how to notify change from one fragment to another in real time.