Xamarin Forms app with specific file-types
I researched and found materials that tell me how to handle an application with specific file types. I'm trying now to open my application when clicking on my file in the manager. It's working on...
View ArticleBuilding iOS projects fails suddenly for all projects
On OSX I run into the issue that building any iOS project suddenly fails with an error while parsing a PList, presumably Info.plist: System.ArgumentException: Failed to parse PList data type: --->...
View ArticleXamarin Profiler
Does Microsoft understand how messed up it is as a leader in development tools to require an Enterprise license to access the profiler? The profiler should not be only accessible to those willing to...
View ArticleListView not working in CarouselView
Greetings! I am trying to include a ListView as an element in a static array in a CarouselView. This is the XAML code in my sandbox project: <?xml version="1.0" encoding="utf-8" ?>...
View ArticlePlatform specific RowHeight not working in Xamarin.Forms.
I'm defining a list view as follows: <ListView Grid.Row="0" Grid.Column="1" ItemsSource="{Binding MenuList}" SelectedItem="{Binding SelectedEngine, Mode=TwoWay}" SeparatorVisibility="None">...
View ArticleBrand New Xamarin Forms Project, Visual Studio Crashes if Android is Included
I have the latest VS 2017 (updated today). I tried a new Xamarin Forms project (Cross-Platform > Mobile App (Xamarin.Forms)) which I haven't tried out yet. Whenever I do this and Android is included...
View ArticleJava.IO.IOException: stream was reset: PROTOCOL_ERROR , occurred Xamarin.Forms
Hello, in debug mode, while my application is opening, Unhandled Exception: Java.IO.IOException: stream was reset: PROTOCOL_ERROR occurs. How can I solve it? Android phone used for debugging.
View ArticleDoes anyone know an easy way to find and install Xamarin packages for...
This seems to be the biggest challenge for me in working with Xamarin. Yesterday I installed Visual Studio 2017 Enterprise and it installed Service Release 15-6-5, which comes with Xamarin.iOS and...
View ArticleSwitch control throws Java.Lang.NullPointerException
Hi guys. I want to add switch control to XAML: <Switch IsToggled="{Binding IsAdult}" /> Here is my XAML file (I <ContentPage.Content> <StackLayout Orientation="Horizontal"...
View ArticlePCLCrypto library
Hello, I am working on RSA cryptography on Xamarin.Forms, using PCLCrypto library , it gives error when I use "OpenAlgorith" method var RsaObject =...
View ArticleHow to add text to a Text View - NSTextView in a NSScrollView (from IB)
Hi Anyone, I have been pulling my hair out trying to create a scrollable area for text. I used an NSTextField but that is not scrollable (at least that's what I think), so I tried using the IB Text...
View ArticleReference to type GoogleMap.IOnCameraMoveListener claims it is defined in...
Hello everbody! I'm facing an issue related with a reference, as the title shows I'm getting: Reference to type 'GoogleMap.IOnCameraMoveListener' claims it is defined in...
View ArticleXamarin Firebase Firestore iOS
Anyone know if/when we might see package available for Xamarin Firestore iOS?
View ArticleAnyone using Cloud Firestore yet ?
The title says it all, I see examples for Android and iOS with native tools but nothing so far for Xamarin. Thanks in advance for any information you have to share.
View ArticleSource for learning MVVM Architecture
I would like build xamarin forms application using MVVM Architecture . Can any one provide me a best source to learn mvvm architecture to build xamarin forms mobile application.
View ArticleHow to listen to Clipboard copy when App is in background
I want to listen to any copy activity to clipboard when app is onPause(), Then retrieve the word copied in an Entry field. I tried this but app crashes when I put it in the background: in the...
View ArticleCustom Navigation Bar
Is there a way for me to add an image on top of the navigation bar?
View ArticleShow softkeyboard when bluetooth keyboard is connected
Currently, i'm working on my first project with Xamarin forms and android. I have a bluetooth barcode scanner paired with android device. So softkeyboard doesn't appear when it's connected. I tried...
View ArticleDeleting the Media file from storage
Hi, I have been using the Media Plugin to capture the photo from android device using XF. I have noticed that the files are stored in specified directory. My question is that how can I delete these...
View ArticleThe type or namespace name 'System' could not be found
When I try to create a new Xamarin Forms app, nothing works. No imports can be found. Almost every line in the autogenerated code has a "not found" error. Using Visual Studio 2017 15.5.6 on Windows 10.
View Article