Skip to content

Instantly share code, notes, and snippets.

View josueetcom's full-sized avatar

Josue Rios josueetcom

View GitHub Profile
@josueetcom
josueetcom / MainActivity.java
Last active February 27, 2023 20:00 — forked from udacityandroid/MainActivity.java
Copy and paste this java code into the the JustJava app's MainActivity.java file
/**
* Add your package below. Package name can be found in the project's AndroidManifest.xml file.
* This is the package name our example uses:
*
* package com.example.android.justjava;
*/
package com.example.adroid.justjava;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;