Visual Studio 2015 Xamarin.Inspector fails to load
Following an update to Xamarin in Visual Studio 2015 Pro, the inspector fails to load for a particular project. The message displayed in the Xamarin output pane in Visual Studio is "[Inspector] Error...
View ArticleCreate hello world
Hi Experts; I created a simple app using Xamarin integrated with Visual Studio 2015. However, when I run to see the app on my emulator, it doesn't show up. For instance, the andriod emulator takes...
View ArticleChart doesn't work. PieSeries doesn't create slice of profit
I need to show in my chart two value: Total and Profit. See the screeenshot of my chart: 273,71 is a profit. Total is 1094,00. This profit represents 25% of total. How can i do to show Total and...
View Article"No resource identifier found for attribute 'touchscreenBlocksFocus'" with...
Hi I'm simply trying to create a new Android project using the Google Play Services. I created my project with the Xamarin Studio on my Mac. I have checked the "Optional Packages: Google Play Services"...
View ArticleAnalog for Android.Content.ContentResolver.OpenInputStream in Xamarin.iOS
Hey, I am using this in my Xamarin.Android project. Stream stream = ContentResolver.OpenInputStream(mSaveImageUri); PostAccidentToDB(stream); where private Uri mSaveImageUri;...
View ArticleAnalog for Android.Content.ContentResolver.OpenInputStream in Xamarin.iOS
Hey, I am using this in my Xamarin.Android project. Stream stream = ContentResolver.OpenInputStream(mSaveImageUri); PostAccidentToDB(stream); where private Uri mSaveImageUri;...
View ArticleNew dev machine, PC laptop or Macbook Pro?
Hello, Just thought I'd look for some input seeing I'm about to spend $$$. Either new PC laptop, Win10, VS2017 etc etc, connect to existing Mac/xcode for iOS dev work/build purposes. OR New Macbook...
View Articlehow to show display alert when httpClient.GetASync("uri") return response null ?
var httpClient = new HttpClient(); var response = await httpClient.GetAsync("url"); if (response.StatusCode == HttpStatusCode.NoContent) { await DisplayAlert("No Record!!", "No Record Found!! \n try...
View ArticleNovember 19th, 2017 -Minneapolis, MN - The State of XR in 2017
Join us for our November event sponsored and hosted by ILM Professional Services. This is a FREE event and a great opportunity for networking and the latest insights in mobile development. RSVP Here:...
View ArticleApple no longer accepts submissions of apps that use QuickTime or QTKit APIs
We have created the PKG and uploaded to the AppStore. It is however failing to get uploaded and is giving the following error: Dear developer, We have discovered one or more issues with your recent...
View ArticleText file from Server to Xamarin.Forms
As a POC we are trying to transmit a plain text file. from a WebAPI server to the phone. The server puts the text file into a byte array and I pick it up using client.GetAsync(uri); I then call byte[]...
View ArticleBest practices/architecture for Xamarin Mac Application
Hello, I'm developing a brand new Xamarin Mac application and looking for best practices of development. Can anyone suggest me any sample code or tutorial link that can get me a better understanding....
View ArticleVisual Studio for Mac, iOS bundle Signing Blank (No Content)
Installed VS 2017 Community Edition 7.2 yesterday (10/18), launched it for the first time, loaded my existing project, configured the bundle signing identity and side-loaded to a physical test device....
View ArticleXamarin.Forms UWP release build fails when referencing UrhoSharp
Following build error occurs when trying to generate build release of Xamarin.Forms UWP application (UrhoSharp.Forms latest version 1.5.20): ... Microsoft.NetNative.targets(697,5): error : ILT0042:...
View ArticlePopups with custom content
Instead of using https://github.com/rotorgames/Rg.Plugins.Popup/ we could have this featured baked right in the framework. It's a common feature which a lot of apps need it. I will edit this post with...
View ArticleWhat are the available payment gateways which are supported by Xamarin ?
I am working on a cross platform App. We need to have a Payment Gateway in the App, where the user can pay through Credit or Debit Card. What are the available payment gateways which are supported by...
View ArticleType OnPlatForm not found
Hello, I have this exception on my App.xaml: _Xamarin.Forms.Xaml.XamlParseException: Position 62:5. Type OnPlatForm not found in xmlns http://xamarin.com/schemas/2014/forms My XAML with exception is:...
View ArticlePrint string from xamarin android app to printer
Hi everyone, I have to print a ticket with string, qrcode and image. I have actually a TSP100-ECO from starmicronics but the library doesn't work ... What kind of printer are you using to print from...
View ArticleUsing VSTool to build an APK?
Hi, With xbuild being deprecated according to the output, I'm looking to swap over all our automated builds to use vstool. I already have this working on the iOS side to generate an IPA, but have been...
View ArticleXamarin Android Debugging
Good day. May I ask if you guys also experience where you cant move the debugging cursor wherver you wanted? ex.. im in line1 and i want to move the cursor to line 5 to skip line 2 to 4... this is very...
View Article