I have this kind of structure
- MainPage Activity1 has view pager holding 3 fragments
- I am using tabapdater
- The first of the fragments have method to move to another Activity2
I want to fire some method in the first fragment when button is clicked in Activity2
Can i do that? can you guys give me any example code for it??
Thanks guys