0

I develop one android app with navigation drawer.in that navigation drawer using fragment for each item pages. I want to get data from one fragment to another fragment in navigation drawer. How to solve this task?

wonea
  • 4,783
  • 17
  • 86
  • 139
TSM
  • 39
  • 4

1 Answers1

0

It does not matter if it is in Navigation Drawer. Use the same method to pass data between fragments as in developer docs

https://developer.android.com/training/basics/fragments/communicating.html

other link as mentioned in comments seems good too

https://www.google.co.in/amp/s/www.journaldev.com/14207/andr‌​oid-passing-data-bet‌​ween-fragments/amp

Niraj Sanghani
  • 1,493
  • 15
  • 23