Xamarin is a San Francisco based software company created by the engineers that created Mono, MonoTouch and Mono for Android which are cross-platform implementations of the Common Language Infrastructure (CLI) and Common Language Specifications (often called Microsoft .NET). With a C# shared ...
2
votes
0answers
899 views
Changing visibility of ToolbarItem - Xamarin.Forms
I want to fill collection of ToolbarItems from XAML, but change visibility of some ...
0
votes
0answers
67 views
Custom EditText class
I tried to create custom controllers to full control and I started with EditText.
I created a PCL project to hold all these controllers so I can't create custom ...
0
votes
0answers
84 views
Calculate point on scaled, translated and rotated canvas
I've got the following two methods, written for xamarin:
...
0
votes
0answers
106 views
Simple text boxes xamarin app
I've just started learning Xamarin. I've create an app that has 4 text boxes. When the app starts, the first text box starts looping from min range to max range until the user presses a button. Than ...