Nordic DFU library Binding With Xamarin.IOS
Hello, Anyone have idea , How to Bind Nordic DFU Library in Xamarin.IOS. Or Any refernce code?
View ArticleGestureRecognizer is not working on iOS - Xamarin.Forms
I am used GestureRecognizer (Tapped) Do you know because it does not work in iOS?. In Windows is working.
View ArticleError "Internal compiler error" when create packet for UWP project?
Hi everybody! I'm working with Xamarin.Forms. When I create app packet for Android, it's work fine. But when I create app packet for UWP it show error Internal compiler error: Object reference not set...
View ArticleHockeyApp-Integration for Xamarin.Forms available?
Hi together, does any tutorial for integrating a Xamarin.Forms App with HockeyApp exist? Thanks, Sascha
View ArticleThe bug has been confirmed on Bugzilla. How do I find the timeframe for a fix?
The bug https://bugzilla.xamarin.com/show_bug.cgi?id=55246 was confirmed end April. I cannot submit the app to the store until it is fixed as moving from edit field to edit field is frustratingly slow...
View ArticleContext does not contain a definition for FragmentManager
Hi guys, Im getting the abvove error, why? Button buttonAddExercise = row.FindViewById<Button>(Resource.Id.buttonAddExercise); buttonAddExercise.Click += delegate { FragmentTransaction...
View ArticleWhat is the best option to track exceptions and events in xamarin forms?
I am asking this question in terms of size, memory usage and ability to use in forms project. because my experience with most of the tools available for forms is very disappointing. 1) First started...
View Articlegenerator.exe crashes when build Android Java Binding Solution with Selendroid
\Xamarin\Android\generator.exe crashes when build Android jar using some meta data to remove error Issue: generator.exe exited with code -1073741819. (MSB6006) Platform: Windows7/10 x64 **Environment:...
View Articlethe forms app doesn't let me create a new project!
when I do file >> new solution >> app >> forms.app. When I type in the necessary stuff like the name of the app and everything, it doesnt give me the option to click next! What should...
View ArticleHow to display video thumbnail in Xamarin Forms ?
Hello All, I am using MediaPlugin to capture Images and Video in my app and I was able to successfully display image thumbnail from the memory stream as below: imagegrid.Children.Add(new Image { Source...
View ArticleHockeyApp Exception logging
I am going to create a new app from scratch, and formerly I have been used a lot of try { ... } catch (Exception e) { if (Xamarin.Insights.IsInitialized) Xamarin.Insights.Report(e); } How can I do this...
View ArticleXamarin vs HockeyApp vs Azure Insights - nowhere to go
I recently got the requirement to implement telemetry insights into a soon-to-be-release app, and sadly, I wasn't able to do so. Here's what happened: Went into Xamarin Insights and I got reminded...
View ArticleImage from URI not showing up on Xamarin.Droid.
Hey! I have an ImageSource in my app which is loaded from an URI using the following code: img.Source = ImageSource.FromUri(new Uri("https://crafatar.com/renders/head/" + Data.selectedPlayer.uuid +...
View ArticleTabbedpage listview data is not binding?
here is my xaml code: <?xml version="1.0" encoding="utf-8" ?> <ContentPage Title="RegualarCab Approval" > <Grid> <StackLayout> <ListView x:Name="regularcabapproval"...
View ArticleCode question
Why does this code work, but the other doesnt? public void DeleteExerciseFromPlan(int exerciseId, string day) { //works connection.Query<PlansExercises>("DELETE FROM PlansExercises WHERE...
View ArticleHow to Display Data From MySql to New Activity Page?
Hi, I need some help here as I can't get the data from MySQL display in New Activity.cs I got the following: 1. Main.axml 2. MainActivity.cs 3. New_Activity.cs Here is my code => Main.axml <?xml...
View ArticleXamarin build bug - packaged_resources does not exist
I get this error message when building Blank App (Android): The file "obj\Debug\android\bin\packaged_resources" does not exist. App1 C:\Program Files (x86)\Microsoft Visual...
View ArticleIn what versions of VS2017 will Live Player be available once released (not...
Once the Live Player is released with VS2017 15.3, will it be available in all versions of VS2017 (enterprise, professional, community) or will it only be available for enterprise?
View ArticleJuly 18: New York, NY - Build 2017 Recap for Xamarin Developers
This year at Build there were a lot of great announcements, so let's check them out! In this meeting we'll go through all of the announcements that every Xamarin developer should know about, including...
View Article