Hamburger menu with Mvvm Navi
Hi Guys i want to do an app with master detail page navigation I have looked at the example here but it does not seem to follow Mvvm principles since navigation does not happen in a viewmodel...
View ArticleXamarin profiler continuously opening mlpd file
when I launch Xamarin Profiler its continuously shows Wait progress. option Enable Developer Instrument is checked All .mlpd files is empty Each Profilers log containts next info:...
View ArticleJava.Lang.NullPointerException:
Hi, Everyone Am running xamarin application without any build errors. While assigning a image to an image control am getting the bellow error. Unhandled Exception: Java.Lang.NullPointerException:...
View ArticleCS0103 The name 'Resource' does not exist
In new version of xamarin with vs 2015 i get this message in every time i use resource.id
View ArticleJava.Lang.NullPointerException: Attempt to invoke virtual method...
Hi, Everyone Am running xamarin application without any build errors. While assigning a image to an image control am getting the bellow error. "Java.Lang.NullPointerException: Attempt to invoke virtual...
View ArticleMTouch error - References does not link
Hi, Since I updated to the latest Xamarin forms, I cannot compile my project and I get an error message 2001 MTOUCH. Can anyone advice how to resolve this? Kind regards, Kamal
View ArticleAndroid Mobile Vision API and ML Kit installed without Google Play Services
I have an Android app that uses Android Mobile Vision API to recognise text (OCR). However, the device that the app is installed on has no Google Play Services installed. I want to find out if it is...
View ArticleHttpWebRequest and HttpClient.Get are both hanging, both ignore the timeout...
I have read all the posts / links I can find on this forum and on StackOverflow but I haven't hit on the answer. This is probably a rare situation but it is absolutely crippling us. We have a...
View ArticlePage loaded event?
Is there a good way to make your own page loaded event. I'm having an issue on android where if I build a table dynamically before the page is fully loaded (displayed) on the device that as you scroll,...
View ArticleWhy is there a lot of churn in ResourceDesigner.cs?
We see a lot of changes of RSD.cs on VSfM when we try to check in. Is it safe to stick this in the .gitignore? Is VSMac at parity with VSWin in regenerating this file when needed? Or are there specific...
View ArticleHow can I edit TAB controller - TAB Bar items in Visual Studio for PC
Hi All I built a test app using the basic Tabbed App template in VS for PC. I would like to edit the tab items from "First" and "second" to something else, eg "Data" and "Reports" However, the...
View ArticleAndroid webview doesn't load the last page when I tap home button
I made a webview app for android on xamarin. But when I tap Android Home button, it closes the app, and when i open it again, it loads the main page, not the last page. How to make when i touch my App...
View ArticleSend an Email with attachments programmatically using Outlook app instead of...
Hello, is it possible to send an Email with attachments from Xamarin Forms using the Outlook App? From now on, I only need it for iOS. I'm using MFMailComposeViewController but it uses the default Mail...
View ArticleBoilerplate style declaration "| NSWindowStyle.Titled" throws
Hi, The following boilerplate code throws: var style = NSWindowStyle.Closable | NSWindowStyle.Resizable | NSWindowStyle.Titled; however if I do this: var style = NSWindowStyle.Closable |...
View ArticleUnable to build the project after adding native library
I have created a iOS binding library and generated .dll to be used in Xamarin iOS application. I have added the .dll as reference. After this I am unable to build the project. Can I get to know what I...
View ArticleHow to change background of MasterDetailPage
I created a masterdetailpage, but I don't know how to change the background at the top. I uploaded the effect I made and the effect I want. Does anyone know how to do it, thank you and I also uploaded...
View ArticleARCore with Xamarin
Hi, I'm reading this blog post, and I'm not sure how to get the system to work. I only want to use ARCore in the emulator, I have VS 2017 (15.8.8) and latest Xamarin tools installed. Is Android Studio...
View ArticleXamarin C# : I am running my automation Scripts on android and not seeing the...
Hello, I was able to Run my automation scripts until yesterday, and now the developers are using the login page as Chrome Custom Tab Browser so here when I use tree in REPL I am seeing the below...
View Articletry to build a C# android app and get an error unsupported major.minor...
Hello, I am trying to build an app;ocation in VS 2015 Community edition with xamarin and get an error unsupported majot.minor version 52.0, I have WIn 7 64 bit and jre latest installed, any help?
View ArticleWhy does my fresh install of Visual Studio with Xamarin have broken iOS...
I have just done a complete fresh install of Visual Studio and Xamarin on my PC. Now all the iOS simulators give an error similar to the one shown. I had this error before I reinstalled. The...
View Article