Skip to content

Instantly share code, notes, and snippets.

@jonathanpeppers
Last active December 14, 2016 19:16
Show Gist options
  • Save jonathanpeppers/eeb1b330f437eb73cb61351ce7005af1 to your computer and use it in GitHub Desktop.
Save jonathanpeppers/eeb1b330f437eb73cb61351ce7005af1 to your computer and use it in GitHub Desktop.
Packt Formatting
[Activity(Label = "Calculator", MainLauncher = true, Icon = "@mipmap/icon")]
public class MainActivity : Activity
{
protected override void OnCreate(Bundle savedInstanceState)
{
base.OnCreate(savedInstanceState);
SetContentView(Resource.Layout.Main);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment