Skip to content

Instantly share code, notes, and snippets.

@mohamad-shafaee
Created July 10, 2019 03:45
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 mohamad-shafaee/dc7ac3ac632f95c0f7306716f5317681 to your computer and use it in GitHub Desktop.
Save mohamad-shafaee/dc7ac3ac632f95c0f7306716f5317681 to your computer and use it in GitHub Desktop.
public class MainActivity 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