I want to call method in fragment from another fragment for which I made interface and implemented in fragment now I want to pass reference of fragment where i implemented method to another fragment next to it, how can I do that, I could have used constructor but fragment use new instance method and bundles.
Thanks
Update I can call method by making instance of fragment but what is the best approach in terms of memory
Find some material in web like "passing data between two fragments". The idea is the same)