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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Implementing Programming Languages Questions!