GitHub Introducing GitHubApiStatus GitHub's API Rate Limits can be confusing and difficult to work with. This library makes it easy to check the rate limits with one line of code!
Xamarin.Forms Adding a Search Bar to Xamarin.Forms.NavigationPage 31 Oct 2020 Update: Updated for AndroidX + Xamarin.Essentials Let's look at how to add the native search bar control into the Xamarin.Forms.NavigationPage Both Xamarin.iOS and Xamarin.
Xamarin Introducing GitTrends: GitHub Insights iOS Android I am so excited to release GitTrends on Product Hunt today! https://www.producthunt.com/posts/gittrends-github-insights GitTrends helps you to monitor your GitHub Repositories: ✅ Connect to GitHub
Xamarin.Forms Xamarin: Creating a Dark Mode Splash Screen Now that iOS 13 and Android Q support Dark Mode, we'll want our app's Splash Screen to be dark too. Let's explore how to create a Splash Screen that is dark when Dark Mode is enabled, but still light when Dark Mode is disabled!
Xamarin.Forms Check for Dark Mode in Xamarin.Forms Both iOS 13 and Android Q now let the user enable Dark Mode for the operating system. Let's explore how to check whether the user has enabled Dark Mode in our Xamarin.Forms apps.
app center Schedule Recurring Builds in App Center Leverage an Azure Timer Function (a cron job in the cloud) to trigger a build every night in App Center Build
Xamarin Keeping up with Xamarin Tips and tricks to stay up-to-date with Xamarin, iOS, Android and .NET
Xamarin.UITest Walkthough: Creating UI Tests for Xamarin.Forms Apps, Part 2 In Part 1, we created a File -> New Xamarin.Forms app, and added UI tests to it. In this post we'll learn how to create scalable UI tests that allow us to reuse code using Page Object architecture. We'll take an existing
UITest Walkthough: Creating UI Tests for Xamarin.Forms Apps, Part 1 Let's run through a few simple steps to add an automated UITest to a Hello World app made with Xamarin.Forms + Xamarin.UITest