amirreza-lotfi / practise-fragments

This is a simple project about fragment transactions in android

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fragment-transaction

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.

Getting Start

you can be able to open this project right away into Android Studio.

About

This is a simple project about fragment transactions in android


Languages

Language:Java 100.0%