Skip to content

Instantly share code, notes, and snippets.

@AkshayChordiya
Created March 22, 2017 05:11
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 AkshayChordiya/c614e74755d462972a5befcc39862c03 to your computer and use it in GitHub Desktop.
Save AkshayChordiya/c614e74755d462972a5befcc39862c03 to your computer and use it in GitHub Desktop.
Kotlin Article: MainActivity.java
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