=+6. Add the bolded statements from the following code to the MainActivity.java file: package com.jfdimarzio.passingdata; import android.content.Intent;

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;

public class MainActivity extends Activity {

@Override protected void onCreate(Bundle savedInstanceState) {

super.onCreate(savedInstanceState);

setContentView(R.layout.activity_main);

}

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  book-img-for-question

Beginning Android Programming With Android Studio

ISBN: 9781118707425

4th Edition

Authors: Wei Meng Lee, Jerome F DiMarzio

Question Posted: