Question: =+6. Add the bolded statements from the following code to the MainActivity.java file: package com.jfdimarzio.passingdata; import android.content.Intent; import android.Activity; import android.os.Bundle; import android.view.View; import android.widget.Toast;
=+6. Add the bolded statements from the following code to the MainActivity.java file:
package com.jfdimarzio.passingdata;
import android.content.Intent;
import android.Activity;
import android.os.Bundle;
import android.view.View;
import android.widget.Toast;
public class MainActivity extends Activity {
@Override protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_main);
}
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
