Skip to content

Instantly share code, notes, and snippets.

@team55
Created June 18, 2014 05:25
Show Gist options
  • Save team55/696a04bcee4bf072f7b5 to your computer and use it in GitHub Desktop.
Save team55/696a04bcee4bf072f7b5 to your computer and use it in GitHub Desktop.
package com.example.untitled;
import android.app.Activity;
import android.os.Bundle;
public class MyActivity extends Activity
{
/** Called when the activity is first created. */
@Override
public void onCreate(Bundle savedInstanceState){
super.onCreate(savedInstanceState);
setContentView(R.layout.main);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment