Skip to content

Instantly share code, notes, and snippets.

@DiganVaghasiya
Created September 23, 2019 11:31
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 DiganVaghasiya/fed482c3646f07165131024571720039 to your computer and use it in GitHub Desktop.
Save DiganVaghasiya/fed482c3646f07165131024571720039 to your computer and use it in GitHub Desktop.
Main Activity file
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