App is crashing when adding id for label inside TableView
Hey there, I'm trying to have a list with a name on the left and image on the right. My problem begins when I add a ID to the label inside the table view cell. I already have a GetCell that manages to...
View ArticleReproducible native crash bug with WKWebView in latest Xamarin.iOS
I'm not sure where to report bugs anymore as Bugzilla is dead and "Report a problem" in VS is about the editor itself. If there's a better place please let me know, we really really really want this...
View ArticleGradient as background color
I want to set a gradient background to a Xamarin.Forms layout and view. How can i do that? A tricky but not very appealing is using a WebView and settings the gradient background using CSS but i want...
View ArticleHow can we capture the IP address of the router the smartphone is connected...
I want to get the Ip address of the device from which my smartphone is connected. Can any one help me that how I do this ? Thanks a lot in advance
View ArticleMultiple Exception Errors in IDE Log : CSharpProjector, FormsXamlParser,...
I am noticing some issues with using latest VS2017 7.5.2 (build 40) and decided to check the IDE log. When loading a project there are mulltiple errors. I have tried uninstalling and reinstalling...
View ArticleWeb socket
Can you suggest any web socket library other than SignalR? An easy to use and understand like SignalR. thanks in advance
View ArticleLive Player lost connection on start
I'm using VST 15.5.4 Enterprise and enabled the Live Player in VST. I installed the Xamarin Live App on my Android phone (1.4.134). The connection test went well - also the pairing. My device is listed...
View ArticleImageSource: Model or ViewModel?
Hi experts, I'm trying to figure out where to put an ImageSource in my object hierarchy. Current inclination is to put it only in the ViewModel layer, and store a URL as string in the corresponding...
View ArticleNeed a way to add a button to this android xamarin sample
Hi everyone! I used this sample here : github.com/xamarin/xamarin-forms-samples/blob/master/CustomRenderers/View/Droid/CameraPreview.cs to get a camera feed on my project. On the IOS part, I easily...
View ArticleHow do I setup Entity Framework Core 2.1 with Sqlite? - Connecting Database...
Hello everyone, I am not an expert on this technology yet, so I guess for most this is a very basic question... But I don't really know how to use DBContext and how can I really connect my database, to...
View ArticleVisual Studio/Xamarin are constantly having to be repaired/rebuilt
Forgive me if this is considered off topic, but I am hoping someone has some advice for me. I am a "light-weight" in the world of programming and a hobbyist...all self-taught. I have programmed several...
View ArticleApp.UPW - no using System; available
In my UWP portion of my solution, I am chasing errors and after unloading/reloading nugets...deleting vs/obj/bin files...rebuilding VS2017 community, I noticed that in the app.xaml file the using...
View ArticleXamlC failed unexpectedly after update
I opened my project this morning and updated Xamarin.Forms and started getting XamlC failed unexpectedly. I tried clean - shutdown - rebuils/ clean - shutdown - delete VS/Bin/Obj folders ...tried...
View ArticleCreating an app based of an existing I.T service management tool
Hi guys, am currently learning Xarmin and have been tasked with creating mobile version of our service management tool which currently is only available via desktop. What would i need to get started?...
View ArticleXamarin forms LINUX
Hello everyone, I want to use Linux, any distro,as my main operating system but im married to windows because I can only program in xamarin.forms using visual studio... Is there any way to program in...
View ArticleProblem with fused location in android kitkat
Hello. I am following this code example https://developer.xamarin.com/samples/monodroid/FusedLocationProvider/ to get location. When I am running on android 7 everything is ok, but when I am running on...
View ArticleLooking to buy an ultraportable laptop for heavy Xamarin (iOS and Android)...
I recently posted this on reddit trying to get a recommendation. I will also post it here, maybe some of you can give me some advice Total budget and country of purchase: 3500€ or ~ $4,100. I could buy...
View ArticleXamarin: Binding property not found
This app works just fine in UWP. I have ripped out everything except one of the more basic properties that is failing on Android. It looks like this: MyPage.xaml <?xml version="1.0" encoding="utf-8"...
View ArticleIcon errors delivering app through Application Loader
Hi, I'm trying to deliver my app(Made using Xamarin, Visual Studio) through Application Loader, but I keep getting the same 4 errors (and 2 warnings). I get the following: ERROR ITMS-90713: "Missing...
View ArticleHow to get list of Wifi Networks
I am trying to get a list of Wifi Networks. I am trying to isolate the code into its own class (see below.) The Intent Filter WifiReceiver never seems to be called. Once it is working, since I don't...
View Article