how to iterate Java.Util.IIterator
Hi I have a java object that implement Java.Util.IIterator. i am trying to do foreach statement and get error: foreach statement cannot operate on variables of type 'Edu.Cmu.Pocketsphinx.SegmentList'...
View ArticleHow can I scan BluetoothDevice ?
I have Tagged the Project below .When I am Scanning Bluetooth devices it was not supporting ..... can any one tell me what was the reason and what i have to do to clear it I am using visualstudiod 2015...
View Articleerror deploying xamarin forms app
Hi, I started to develop a xamarin forms app using visual studio 2017 rc updated with the latest fix. I can run and debug it using an android phone but when I launch it in my windows phone (lumia 650...
View ArticleHow to solve unknown type in UWP app - Windows.UI.ViewManagement.StatusBar
Hi, From what I can tell, I've got a pretty basic UWP app, but whenever I run it I get the following exception: System.TypeLoadException was unhandled by user code HResult=-2146233054 Message=Could not...
View ArticleSupport v4 updating problem
Hello, I have a lot of problems with updating my packages to higher version. Now I struggle with updatin Xamarin.Android.Support v4. When I try to update this, Visual Studio says me that the newest...
View Articletools/options not working
Xamarin studio community 6.1.2, Windows 10 tools/options not working.
View ArticleHow to display Pin's Label (on a Map) without clicking on Xamarin.Forms?
var pin = new Pin { Type = PinType.Place, Position = new Position(currentlat, currentlong), Label = "My Current Location ", Address = "My Current Location " }; map.Pins.Add(pin); Here when i click on...
View ArticleIs there a way to Cache a View?
I was navigating my app today and realized that the re-draw of every view can be time consuming. I'll say that every view is data driven from our SQLite database, so I'm fetching data every time it...
View ArticleXamarin iOS Binding - Native class not loaded
Hi I created a Xamarin iOS binding by following the instructions at https://developer.xamarin.com/guides/ios/advanced_topics/binding_objective-c/walkthrough When i then try to use the binding in my app...
View ArticleXamarin.Forms 2.3.3-sr1
Important notes Xamarin.Forms 2.3.3 depends on a Xamarin installation of Cycle 8. Users upgrading from Xamarin.Forms 2.3.2 (or earlier) will experience numerous compile errors if they attempt to build...
View ArticleHow can I scan bluetooth devices near to my device in xamarin forms pcl?
I tried using this link https://github.com/tbrushwyler/Xamarin.BluetoothLE but I didnt find any result. can anyone please tell me how to do this
View ArticleHorizontal ListView Xamarin.Forms
Hi, Is any way to add ListView item horizontally i.e. orientation="Horizontal" Below is my code, here I have nested listview. I want to second listview item load in horizontally way. <ListView...
View ArticleFirebase cloud messaging push notification integration on xamarin.forms ios...
I am trying to integrate Firebase Cloud Messaging push notification into Xamarin.Forms iOS project following this tutorial: https://components.xamarin.com/gettingstarted/firebaseioscloudmessaging but...
View ArticleOCR library for Xamarin.Forms
Hi all, I was wondering if someone has found a way to implement OCR in a Xamarin.Forms app to be distributed to iOS, Android and Windows Phone 8. This is my Research so far, but I will require to...
View ArticleException: Only the original thread that created a view hierarchy can touch...
Hi everyone ! I have a problem with a PCL project, but only with the Android version. In a button event, I try to disable all buttons on the page, but I get a "Only the original thread that created a...
View ArticleMarshalError: [NOTE: this exception originated in the server.] Couldn't get...
I had upgraded OS X to 10.11.5. I have got both xcode 7.3 and xcode 8.1 on my machine, along with Android SDK as well. I also have installed latest updates from Xamarin channel. If I try to create new...
View ArticleEXTREMELY slow to deploy to physical Android device in Visual Studio 2013
I'm seeing a full deployment time of about 140 seconds (from the time I push the run button until the application appears on my device). This is with "use fast deployment" enabled. It takes 180 seconds...
View Articleforums.xamarin.com or stackoverflow?
From the Point Xamarin was bought by Microsoft, I got the idea that stackoverflow was now "the place" to ask Xamarin related questions. However, this forum still seems to be alive and kicking... or? Is...
View ArticleWindows/Android emulator on VS parallels
Hi guys, I have just set up my macbook with Parallels with VS 2015 installed on Win 10. I'm able to run my app on an iOS emulator without any issues. I do have some issues with Windows and Android...
View ArticleXamarin Install is Failing in VS2015
HI Team I am getting the following error while installing Xamarin in VS2015 I tried lot time can you please help me how to solve this problem.
View Article