This is a demo project to demonstrate the communication between Activity and Fragment.
There is an activity with two fragment such that there exists a button in one fragment and a textview in another fragment. When button is clicked, value of textview in another fragment will be incremented by 1
Will be adding some more demonstration under this branch...