Thomas Athanasiou
Thomas Athanasiou

Reputation: 121

Creating Buttons using Xamarin ( VS 2017 ) android app

I am trying to create 2 buttons on my MainPage. I am not sure if i must create them at the xaml file or at the .cs file. What is the right way? I am really new to this!

Upvotes: 0

Views: 80

Answers (1)

Narendra Sharma
Narendra Sharma

Reputation: 682

For practice purpose apps(less content) you can write your buttons in .cs file but for the more content/controls app better to xaml.

Upvotes: 1

Related Questions