I make a simple example of tab view using fragment and pager .I want to send to send data from one fragment to another fragment when user use tab button. I will give you mor
In your first fragment named Fragmentone, do something like this:
fragment
Fragmentone
if(callBack!=null){ callBack.sendData(yourDataArrayList); }
After doing this see what are you getting in log.
log