Skip to content

Instantly share code, notes, and snippets.

@AkshayChordiya
Created March 22, 2017 05:11
Show Gist options
  • 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