I have a MainActivity, Contains TabLayout having two fragments FA, FB
The First Fragment FA having another Tablayout contains 2 fragments FAA, FAB
I have a button inside FAA, i want when i click on it, it send me to FB which already inside the parent TabLayout
I tried many solutions but it didn't help, any suggestions?
@OnClick(R.id.frag_timeline_fab_faa)
public void goToFBFromFAA(View view) {
// Code shoud be here
}