This is a simple app about Fragment transactions in android . in this app, with FragmentTransaction liberary, you can see how we can :
1- move from a Activity to a Fragment .
2- move from Fragment to another Fragment.
3- use interface to communicate between classes.
4- transfer data from fragment to another Fragment.
in this project, I did not use DataBinding. In next project, I implement this project with DataBinding.
you can be able to open this project right away into Android Studio.