I have a listview containing Category of items. When I press a category title on the list, it will display another listview containing items inside the chosen Category.
Communication Between Two Fragment is Done Via Activity using Interface
Fragment
Activity
Interface
Fragment A-------------------------->Activity-------------------->Fragment B
(defines Interface) (implements interface) ( pass to Fragment B)
interface
Doc reference is Here