Skip to content

Instantly share code, notes, and snippets.

@ssaurel
Created March 20, 2018 11:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ssaurel/cf38c6104e7e33977168776a2ce2e21a to your computer and use it in GitHub Desktop.
Save ssaurel/cf38c6104e7e33977168776a2ce2e21a to your computer and use it in GitHub Desktop.
Piano Activity for the Piano Tutorial
package com.ssaurel.piano;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
public class PianoActivity extends AppCompatActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_main);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment