Skip to content

Instantly share code, notes, and snippets.

@exhesham
Last active June 8, 2018 08: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 exhesham/7974a3e80a810a9bf4d6fddd7f720ed0 to your computer and use it in GitHub Desktop.
Save exhesham/7974a3e80a810a9bf4d6fddd7f720ed0 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); 
       // other code to setup the activity 
    } 
    // other code 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment