RecyclerView not updating after calling changeCursor
问题 Background: I have an orders table in my database whose data I show in RecyclerView . I do it by using a CursorAdapter in RecyclerView.Adapter . All of this is done in parent activity. Besides this I have a child activity which is responsible for adding new orders to orders table and then coming back to parent activity to show all the orders in RecyclerView including the newly ones just created. New orders are added by starting a child activity in addOrder() . Problem: When I come back from