👤

a ssignment 4 (android) problem 1: write a program based on the lecture demo (textview and buttons) to display your full name , major , and favorite activity while you are at home learning android. this information should be displayed after the button is clicked. the textview should be blank on the initial state. use only one textview and one button . also full name , major , and favorite activity should appear on separate lines inside of the textview. note: to display text on separate lines, quick reminder, think basic java. how can you split a sting to show multiple lines?