Explore >> Select a destination


You are here

egvijayanand.in
| | quakkels.com
12.5 parsecs away

Travel
| | Xamarin enables programmers to write native mobile applications for both Android and iOS using C# and free development tools like Visual Studio Community Edition. This means that if you're invested in the .NET ecosystem and the C# language, you can write cross-platform mobile applications using technology that's already familiar to you.
| | blog.elmah.io
10.1 parsecs away

Travel
| | Learn how to create reusable custom controls in .NET MAUI, such as a custom button, using XAML and C# for efficient mobile app development.
| | jesseliberty.com
12.9 parsecs away

Travel
| | [AI summary] This blog post introduces advanced databinding techniques in Xamarin.Forms, explaining how to bind data to UI elements and manage collections dynamically.
| | benoitpasquier.com
71.2 parsecs away

Travel
| A big part of the developer journey is make sure our code behaves as expected. It's best practice to setup tests that allow us to test quickly and often that nothing is broken. If unit testing is common practice to check the business logic, we can also extend it to cover some specific UI behaviors. Let's how to unit test views and gesture in UIKit.