Xamarin: receive text from another Android app
The ability to receive text and images from another app is a behavior that has become the norm on mobile apps. In this article we'll look at how to activate the…
Read articleThe library
9 articles about .NET, C#, Azure, mobile development and artificial intelligence.
9 results
Clear filtersThe ability to receive text and images from another app is a behavior that has become the norm on mobile apps. In this article we'll look at how to activate the…
Read articleGoogle replaced its graphics tool to create Android emulators with a command line tool. So we Xamarin developers didn't have a graphics tool to create our…
Read articleThe release of .NET Standard 2.0 announces a great breath of fresh air for .NET developers. Let 's get back together on: What is standard .NET? Why is this going…
Read articleToday I encountered this error when using Xamarin Android. It's an embarrassing error, it's keeping me from compiling my Android project. 🙁 This is because the…
Read articleToday I was finishing up a Xamarin app on iOS on Android and W10 and I was looking for a good mockup site. I found the site. http://mockuphone.com It has visuals…
Read articleWhen you create a universal app on the Windows Store, you can make it payable or add in app purchases. For every purchase in the store, Microsoft charges a fee.…
Read articleIf you want to automatically generate your logos for your iOS and Android apps MakeAppicon is for you: https://makeappicon.com/ In two clicks your logos are…
Read articleIn this article I'm going to summarize the steps to set up your development environment to be ready to develop an iOS app. XCode The first step is to install XCode…
Read articleWhen you're coding an app on Xamarin iOS you have the opportunity to use the class NSURLSession native to make your requests HTTP or the managed .NET API…
Read article