Saturday, April 23

Fragment ----> Activity

Communication from Fragment to Activity:

A good way to communicate events from a fragment back to its hosting activity, is to define a callback interface inside the fragment, and then have the activity implement this interface.

No comments:

Post a Comment