Xamarin component references not working when project pulled from Git .....
I have a Git repository (internal Bitbucket server) that has a couple of Xamarin Components in the solution. When I pull the repository onto the Mac to use it with Visual Studio for Mac I first got an...
View ArticleCan't change the value of a ContentView, not even use Binding...
I'm using a component with inheritance from ContentView, but i can't change his value with the code behind, not event use Binding to change his value. XAML: <bp:AutoCompleteView...
View ArticleHow to play mp3 player using xamarin.forms?
Hi , I am using MediaManager Plugin for playing mp3.and its works fine when i play individually using the below coding await...
View ArticleStacked BindableProperties not cascading
I am trying to make some custom ViewCells that have bindable properties in them. However, on the consuming page, if I try to pass in an additional bound value (e.g. to a ViewModel), the value is not...
View ArticleHow to disable Navigation Drawer in Other pages?
How can I disable sliding navigation drawer other than Home page? Any one can suggest a good approach to achieve this?
View ArticleHow to call previous page from current page using NavigationStack in Xamarin...
why i am not able to call previous page from current displaying page using NavigationStack? I have a code List<Page> li = Navigation.NavigationStack.ToList(); Page last = li.ElementAt(li.Count -...
View ArticlePlease don't obsolete SetBinding by expression when there is nothing to...
Summary Currently SetBinding<T> has been labelled as obsolete. This is the only way to bind view to view model, especially complex view model, without magic strings. API Changes Don't obsolete? I...
View ArticleHow to run the default code analysis tool through command line and how to...
Hi all, In Visual Studio for Mac, I can analyse the source by right clicking the solution project and selecting "Analyze Source". But how do I do the same using Command line and then how do I collect...
View ArticleReceiving "Does not exist" error while retrieving files from pictures library
i was trying to retrieve files from pictures directory using "Android.OS.Environment.DirectoryPictures" , but it is throwing error saying the directory doesn't exist, i know it's there, how to resolve...
View ArticleHow to execute iOS app in Device from Windows
Hi, My Windows Desktop connected to MAC. I have plugged my iPhone to MAC m/c and getting that name in windows m/c. when i am executing it, it is showing the error and asking for Signing identity, even...
View ArticleBack navigation page transition on Android when using FormsAppCompatActivity
I've been migrating an Android project from FormsApplicationActivity to FormsAppCompatActivity and (along with various other things that have needed fixing as a result) I am now seeing an odd effect...
View ArticleXamarin Forms Entry does not allow comma in Numeric Keyboard
Hi. Xamarin Forms version is 2.3.5.255-pre5. No matter Entry is bound to decimal or string property, Numeric keyboard allows only dot input. Tried with English and German language on phone. Even tried...
View ArticleError While building project after adding support library V25
Hello all, I am new to Xamarin. We are developing native android application on windows machine using Visual Studio 2017. We have placed our project in "C:\Projects" folder and named it as...
View Articlemessage: Couldn't connect to logcat, GetProcessId returned: 0
Hello... When executing some examples, it shows me the following message: Couldn't connect to logcat, GetProcessId returned: 0 As it is solved?
View ArticleInvalidProjectFileException: Cycle in target dependencies detected.Build failed
Here is error message: /Project/DASSolutionFinder/Droid/DASSolutionFinder.Droid.csproj (Build) ->: error : Error building target _XamarinAndroidBuildAarProguardConfigs:...
View ArticleHow to draw a line with arrow head using SkiaSharp
I need to draw a line with arrow head using SkiaSharp. Lines may not be straight
View ArticleXamarin.Forms bug? System.ObjectDisposedException: Cannot access a disposed...
Hi, My Android Xamarin.Forms application uses a Navigation stack to display various views, I often have a list on a screen (A) that once a cell is clicked I push onto the stack a new screen (B), the...
View ArticleUnable to implement FloatingActionButton
I am using a library published by James Montemagno @ https://github.com/jamesmontemagno/FloatingActionButton-for-Xamarin.Android I tried to implement the FloatingActionButton with the following code....
View ArticleHow to make Editor readonly?
Can anyone please tell me how to make Editor, non editable. I am trying to change Editor conditionally from read mode to edit mode & vice-verse. In read mode one should be able to scroll down...
View ArticleCan't Enable Push Notifications in Release mode
Hi, Have a strange situation. When I enable push notifications in my Xamarin Forms project in Etitlements.plist it tries to create app id on my apple developer account. It creates appID but when I want...
View Article