Skip to content

Instantly share code, notes, and snippets.

View NarFooZ's full-sized avatar
🏠
Working from home

NarFooZ NarFooZ

🏠
Working from home
View GitHub Profile
@NarFooZ
NarFooZ / MainActivity.java
Created June 19, 2019 14:27 — forked from anonymous/MainActivity.java
Activity Lifecycle exercise
package com.example.android.lifecycle;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.util.Log;
public class MainActivity extends AppCompatActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {