Question: =+4. Add a new Class file to the package and name it SecondActivity. Populate the SecondActivity .java file as follows: package com.jfdimarzio.passingdata; import android.app.Activity; import
=+4. Add a new Class file to the package and name it SecondActivity. Populate the SecondActivity
.java file as follows:
package com.jfdimarzio.passingdata;
import android.app.Activity;
import android.content.Intent;
import android.net.Uri;
import android.os.Bundle;
import android.view.View;
import android.widget.Toast;
public class SecondActvity extends Activity {
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
