Welcome to Westonci.ca, the Q&A platform where your questions are met with detailed answers from experienced experts. Explore our Q&A platform to find in-depth answers from a wide range of experts in different fields. 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?