Explore Westonci.ca, the premier Q&A site that helps you find precise answers to your questions, no matter the topic. Connect with a community of professionals ready to provide precise solutions to your questions quickly and accurately. Experience the convenience of finding accurate answers to your questions from knowledgeable experts on our platform.

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?