Android_Me
Android_Me copied to clipboard
TFragments.02-Solution-DisplayThreeFragments
@atofallis because when the application fully builds, the user will need to change head, body and leg fragment separately, here in the initial stages we change all three simultaneously, so we can write all three ".add" together and then commit one time.
you should set the mListIndex variable static, otherwise, you have to call different setIndex functions for all the fragments.