Skip to content

Instantly share code, notes, and snippets.

@exhesham
Last active June 8, 2018 08:45
Show Gist options
  • Select an option

  • Save exhesham/7974a3e80a810a9bf4d6fddd7f720ed0 to your computer and use it in GitHub Desktop.

Select an option

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