Skip to content

Instantly share code, notes, and snippets.

@Morfly
Last active March 22, 2021 08:33
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 Morfly/19a10903d9f187aed67ab648eae4c329 to your computer and use it in GitHub Desktop.
Save Morfly/19a10903d9f187aed67ab648eae4c329 to your computer and use it in GitHub Desktop.
package com.morfly.helloworld;
import android.app.Activity;
import android.os.Bundle;
public class MainActivity extends Activity {
@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