Developing Mobile Applications with Android: Advanced GUI and Responsive design

17 Outubro 2019, 15:00 Tiago João Vieira Guerreiro

Developing Mobile Applications with Android: Advanced GUI and Responsive design. Fragments, layouts and resolutions. Fragment transactions. Student assignment: Create an application that shows three fragments in landscape mode and only two in portrait mode. The fragments should have a text "Fragment 1", "Fragment 2" or "Fragment 3". In portrait mode, "Fragment 1" should have a button that makes appear below it "Fragment 2" and "Fragment 3" alternately. In landscape mode, "Fragment 2" and "Fragment 3" should each have a button that changes the value of the text in "Fragment 1" to the name of the fragment where the button has been pressed.