The root assembly conflicts with another assembly
Hi, after updating my Xamarin for Visual Studio it shows Severity Code Description Project File Line Suppression State Error The root assembly...
View ArticleRegarding Shared Code Development
Hi, Good day! I would like to ask in terms of efficiency, when developing for both iOS and Android app (went for PCL), if I ever decided to focus first using an Android (since I do not have a mac yet),...
View Articleshow details in gridview or list view of multiple columns and want to add...
Hi Guys, I am new to Xamarin World, learning Xamarin Forms, i want to show details binding class to gridview or list view in multiple columns and want to add checkbox to each row in 0th position, how...
View ArticleEntity Framework Core in Xamarin Forms
Hi, How to use EF in Xamarin Forms app. Any samples please provide. Also when i google i found EF will not be supported in XF. How is the situation now is EF released in Nuget? Please give some...
View ArticleHow to change Xamarin Form NavigationPage Title Color
Hi, I am trying out the Native2Form Sample Downloaded from Xamarin Intro to Form page. In there I am unable to change the color of the navigation bar title which is build from Xamarin.Form. However if...
View ArticleList View is not occupying entire space in android
ListView is not occupying the entire space eventhough the property "Vertical Options" set to the value 'FillAndExpand'. It leaves space in the bottom of the page and the remaining rows are getting...
View ArticleXamarin.Auth with iTouch - How to?
Hi. are there any PCL examples of using Auth with iTouch (I assume it can only work on iOS) First your save the USERNAME/PASSWORD using Xamain.Auth. Then how do you retrieve it ,using...
View ArticleReload a View
Does anyone know how can I reload a View? I had tried OnAppearing, a button, and nothing works... I'd really appreciate your help. I'm trying to refresh the whole View, or just a label text. I'll go...
View ArticleHow to remove ellipsis button in navigation bar for UWP?
How do I remove ellipsis button from the navigation bar in UWP? If there are no toolbar items on my page, the ellipsis button is gone. Once I add a toolbar item, the ellipsis button is added.
View ArticleClicked vs Command
Is there any difference between using Clicked or Command on a Cell/Button?
View ArticleListView taking up too much space on page, not autosizing to cells
Hi, I'm very new to Xamarin.Forms and I'm having some issues with ListViews. I have a very basic page in my app that just displays a bunch of info grabbed from a WPF Service, everything works fine...
View ArticleWhy does the GmsPlace.Instance.GetDetails(PlaceId) always hang?
As the title, I ran this code in different ways, and always got hanged. In App.cs public App (MainActivity act) { InitializeComponent(); GmsDirection.Init("MY_API_KEY"); GmsPlace.Init("MY_API_KEY");...
View ArticleHow to bind the lable font attribute? Mvvm
Can anybody suggest how to bind a the label FontAttributes to a property in the view model? This is what i am trying to do <Label Text="{Binding Subject}" FontAttributes="{Binding...
View ArticleWhy Shared Projects?
Maybe I am missing something wonderful about them but every example I see from Xamarin Forms is using a Shared Project. I have never found a solid reason to use a shared project, putting compiler...
View ArticleXamarin Form IOS Hybrid Web View and Refresh picture created
Hi everyone, I have a problem with an hybridwebview which refused to display a picture take with camera. In android no problem. I take the picture, the file is created and the hybridwebview display it....
View ArticleViewmodel instantiated multiple times using ViewModelLocator (dependency...
Hi, Using a viewmodellocator in the page(s) XAML, creates a new view model by using a decency container and resolving the viewmodel. Everything is working as expected except for the part of pushing a...
View Articleadd images
Hi Guys, I want to add more than one image in xamarin page. How can I do it?. Sorry I'm new to xamarin. Thanks for your help
View ArticleApplication crash when launching MS intune wrapped application in Android.
Hi Team, Developed one android application using Xamarin Forms in VS 7 (Build 3146). Able to install successfully in Android device (Running in 5.0.1 - Samsung Galaxy S4). But same build not working in...
View ArticleFFimageLoading SVG
Hi all and specially @DanielL , I have problem with SVG, so i have created CacheImage on Xaml like this : <ffimageloading:CachedImage x:Name="mapimg" Grid.Row="5" Grid.Column="3"...
View ArticleNot focus to customMap.MoveToRegion after adding CustomMapRenderer class
Hi, I am new to xamarin. I followed this tutorial to customize the xamarin google map. it is work fine. but after rendering the map, it is not focus to targeted location mentioned in...
View Article