Hola!!


This site is built using hugo and the theme is built by Fredrik if you enjoy it, it is available at github


Fragment on fragment

Implementation of the fragmnet on fragment.

val transaction = fragmentManager.beginTransaction()
transaction.setTransition(FragmentTransaction.TRANSIT_FRAGMENT_OPEN)
transaction.replace(R.id.placeholder, fragment).addToBackStack(null).commit()