Fragment Object States | Fragment Transactions | Fragment BackStack
Leave a reply
In this blog, we are going to discuss about Fragment object states, Fragment transactions and Fragment BackStack behavior. Let’s first look at the different states of a fragment object. A fragment exists as : Java object When we write, Fragment f = new Fragment(); It exists as a simple java object but at this point Continue Reading »