Write the missing line of code that will start the childFragmentManager transaction.
.add(R.id.your_container_id, YourFragment())
.commit()
Write the missing line of code that will start the childFragmentManager transaction.
.add(R.id.your_container_id, YourFragment())
.commit()
Create a free account to access the full topic