ERROR WITH LATEST NUGET v2.5.0.77 "Xamarin.Forms.Build.Tasks.GetTasksAbi"...
I just got latest stable 2.5.0.77107 and I can't compile anymore [myUser]\packages\xamarin.forms\2.5.0.77107\build\netstandard1.0\Xamarin.Forms.targets(55,3): error MSB4062: The...
View ArticleSetting HeightRequest of ListView as sum of all the Item's RowHeight
Hello, I have ListView which has been put inside the ScrollViewer. ListView renders with fixed height irrespective of number of items in ListView and as ListView is inside ScrollViewer, ListView's...
View ArticleI want to build a web view in ios xamarin
I finished the code and i tryed it with www.google.com and it worked but when i tried it with another link and it didn't work . the web page is not an secure website and i think the ios security...
View Articlei have problem with creating a custom markup extension
i am trying to learn Xamarin by reading Ceating mobile apps with Xamarin Forms. Page 210 explain how to link Xamarin.FormsBook.Toolkit to CustomExtensionDemo project. I follow instructions(Include a...
View ArticleVS 2015 Errors on sample projects
Hi there, Hope someone can help me. I'm checking out the xamarin-form samples on github. On most projects i get the following 2 errors : Error Build action 'EmbeddedResource' is not supported by one or...
View ArticleHints for 'InflateException' in XF app using an Android AXML for one activity
So I'm working on a Xamarin.Forms app. While importing an vendor's SDK the make a separate Android Activity that inflates its own UI for a period of time. Kind of like when you click a [camera] button...
View ArticleXamarin Google Auth
I posted the below on StackOverflow with no luck, maybe somebody here can assist. I am attempting to implement backend server authentication for my App Service in Azure using Google. I used the guide...
View ArticleAndroid: Could not load assembly 'xxx' during startup registration
I'm trying Syncfusion (charts) and in the Android project after deploying I get Assembly Loader probing location: 'Syncfusion.SfAutocomplete.XForms.Android'. Could not load assembly...
View ArticleXamarin Forms Map - How to know when the map is full loaded and displayed?
Hi, I really need to know when the map is either full loaded or displayed but I cannot find anything anything about it, why? Do you have any idea about an event or something like that? Thank for any...
View ArticleXamarin Forms UWP - MapIcon/Pins size
My question cannot be more easy: How can I change the size or resize my pins about the zoom? This is for a CustomPinRenderer of my UWP part. (PCL project)
View ArticleScrolling Grid Relative Sizes
I have managed to create a GridView inside a ScrollView that uses 8 rows of row height 250 (Absolute). This was fine until I realised it would not work on screens with different resolutions. How can I...
View ArticleCan't Compile Release with .NET Native tool chain Error MSB3073 exited with...
I have been developing an App for the windows store UWP Windows 10. In debug mode with "Compile with .NET Native tool chain" turned off. Now its time to build the release and upload to the store and I...
View ArticleEntity Framework App Not Launching
I added the binarys for entity framework into the standard master detail application but when I launch my app it just get stucks I have included a screen shot of my program to see if I have referenced...
View ArticlePicker ItemsSource not binding
I'm attempting to bind a Picker to an ObservableCollection and nothing displays. I have set up a second property, CategoryCount, to return the count of the collection, which correctly shows 2....
View ArticleHow to open navigation Page in Listview local:view ?
<DataTemplate> <StackLayout HorizontalOptions="FillAndExpand" BackgroundColor="White"> <local:NewListView/> </StackLayout> </DataTemplate> In NewListView.xmal.cs...
View ArticleDynamically changing editor height to accommodate multiple lines of text as...
I want my editor to behave like the iOS messages app: at first it's just a single line, but as you type enough to add another line, the editor expands and its Y coordinate moves up (so that it doesn't...
View ArticleAdd badges Count in the navigation bar using Xamarin Forms
Hello, i am very new to xamarin platform working on IOS & Android App in Xamarin.Forms. i wanted to add notification as badges count in the navigation i am using xamarin forms. i even tried below...
View ArticleCould not install package 'Xamarin.GooglePlayServices.Base 42.1021.1'
Hi Team, I have tried to install the NuGet Packages to Xamarin.Forms PCL Project, But the reference is successfully installed in root project but not installed in Android, iOS and etc. I got the...
View Article