Skip to content

Instantly share code, notes, and snippets.

@rafaeltoledo
Created January 13, 2017 01:44
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 rafaeltoledo/43aabf8523fc6506b06611d6c65a66a7 to your computer and use it in GitHub Desktop.
Save rafaeltoledo/43aabf8523fc6506b06611d6c65a66a7 to your computer and use it in GitHub Desktop.
public class MainActivity extends AppCompatActivity {
@Override
protected void onCreate(@Nullable 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