Xamarin.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 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 ArticleAny way to search among two seperate bindings in Listview?
Hey guys, so I have setup two separate bindings, lets say it is first name and last name. Right now I have the list view populated by last name first, then first name. And I also have a search function...
View ArticleVideo Player In Xamarin Forms Throws System.InvalidOperationException:...
stackoverflow.com/questions/41331596/video-player-in-xamarin-forms-throws-system-invalidoperationexception-sequence Please see the thread on stack overflow. I really want to move on!
View ArticleXamarin.Auth with Google
I'm developing an application using Xamarin.Android. I need to enable login with Facebook and Google and I choose to use the Xamarin.Auth component. I got it work with facebook but I have some issue...
View ArticleHow can I write message to Android device within try cach?
I would like writing message in try cach to Android device in PCL project.
View Articlehow to get called a listview single control clicked in xamarin android
// it's in custom adapter class AparmentListAdapter : BaseAdapter { Activity _activity; List _filteredApartmentList; public AparmentListAdapter(Activity activity) : base() { _filteredApartmentList =...
View ArticleWCF BasicHttpBinding with TransportWithMessageCredential (UserName) failure...
We have a service deployed over HTTPS that can be connected to via BasicHttpBinding. A console application can successfully connect to the service:...
View ArticleHow do you deploy an app from Xamarin Visual Studio to a physical iPhone for...
Hi, Sorry if this question seems like something I should be able to Google quite easily, but I have spent an entire afternoon trying to find a straight answer to this question. I have a Xamarin...
View ArticleDevice.OpenUri with a PDF on iOS
I am having difficulty using Device.OpenUri to open PDFs on an iPad. I can open them on Android just fine. I have tried the following Device.OpenUri with Url...
View ArticleFirebase support
Hey i was wondering if that was firebase support for Xamarin. I know that they support Java, Objective-C, and JavaScript.
View ArticleSharpie Issues with Objective-c binding in Xamarin
Hi I'm trying to include static library in binding project. For that first i create libtob_browser.a( static file of my ios app),I aded this file in Native Reference in Xamarin for which i need to...
View ArticleEntry Box Bottom Color
Hi All, I want to fill bottom color of Entry box using xamarin forms. Can any one please give a reference.
View ArticleVisual Studio 17 RC iOS Simulator
In VS 17 I see no option to use the remote iOS Simulator, is there a way to start this manually? https://s23.postimg.org/pv5e7qlvf/Untitled.png
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 ArticleAndroid Project Cannot Run in Test Cloud
Hi fellow programmers, I created a new android project that automatically includes the "HELLO WORLD, CLICK ME!" button. I have not make any changes to the application. Create an apk file using release....
View ArticleNothing to upload. No Xamarin projects are referenced by the UITest project.
Hi, I am getting this issue, I don't know how to add my android project as reference in the UITest Project. Can anyone help me by giving exact steps for the same. Also, the path to project is this...
View ArticleHow to add Firebase Cloud Messaging to Xamarin.Forms app?
Google has replaced GCM with the new FCM for push notifications. I am trying to implement push notifications in my Android (Xamarin.Forms) project. It appears that FCM is not yet supported for Forms...
View ArticleDeployment failed. Architecture not supported.
Hi I am getting the below error while deploying.. The package does not support the device architecture (x86). You can change the supported architectures in the Android Build section of the Project...
View Articleprerequisite before learning xamarin ?
what are the prerequisite before learning xamarin ? is c# enough ? any UI language should i learn ? i want to make apps for andriod,ios and windows phone
View Article