Skip to content

Instantly share code, notes, and snippets.

View TheMatten's full-sized avatar
👨‍💻
Pressing keys until it typechecks.

TheMatten

👨‍💻
Pressing keys until it typechecks.
View GitHub Profile
@TheMatten
TheMatten / MainActivity.java
Created November 19, 2017 14:22
ScoreKeeper - minimal soccer score counting app
package com.example.android.scorekeeper;
import android.support.constraint.solver.Goal;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.TextView;
public class MainActivity extends AppCompatActivity {