google drive in xamarin forms
Can ayone help hot to integrate google drive in xamarin forms
View Article[Android] Enabling scrolling for a WebView inside a ScrollView
I had this problem a while ago and I didn't found a complete solution for this here in the forum so I'm posting a solution using a Custom Renderer that is very simple and worked very well for me and I...
View ArticleError Building iOS project on Xamarin Forms
Hi, I am trying to build my iOS in my Xamarin Forms using Visual Studio for Windows but getting this error.. Kindly help... Thanks, Jassim
View ArticleCollectionView Span with Binding Not Working
I'm having a play around with the CollectionView and have encountered an issue where binding to the Span is not working. Basically - if the device is in portrait mode, I would like to see Span="2", and...
View ArticleAVAudioSession.Notifications.ObserveInterruption does not work with Google Maps
When using speech navigation in Google Maps my audio app does not get an interruption. Incoming calls and other audio apps interrupt fine. Does anybody knows why?...
View ArticleiOS Binding Unity as a library
Hi all, I don't even know where to start Since alpha 2019.3 Unity offers the feature "Unity as a Library" https://blogs.unity3d.com/2019/06/17/add-features-powered-by-unity-to-native-mobile-apps/ which...
View ArticleIs it possible to use 2 resx file at the same time?
I need to have, in a Page, two labels LableA LableB (translaction of A) For example Autore Author is it possible with resx files to manage this situation? Should I have in the resx files two strings...
View ArticleXamarin Forms and Dropbox integration
Is there any simple sample? I only want download a file from Dropbox (with login integrated in app) and save it in application folder. I've spend all the day but I don't find a simple sample that: 1....
View ArticleExport scrollview as an image
Hello everybody, I would like to export the content of a scrollview as an image, like I already did for another W8.1 project. I know there is not a native Xamarin Forms function or method to get this...
View ArticleGroupHeaderTemplate and ItemTemplate DataTemplateSelector conflict?
I have noticed that when I try to employ a DataTemplateSelector on both the ItemTemplate and the GroupHeaderTemplate (a different data template selector for each) in a ListView, that--at least in...
View ArticleSend data from App to service and other way around
Hi Guys, I have implemented foreground service for my app. This service handles bluetooth communication. I need to send some data from the app to the service and the other way arround. Messaging center...
View ArticleShould I use "ConfigureAwait(bool)" or not?
I followed the Visual Studio suggestion to install "Microsoft.CodeAnalysis.FxCopAnalyzers" and suddenly I get tons of new warnings. One of them is: Consider calling ConfigureAwait on the awaited task...
View ArticleIs there a way to hide Tab inside Shell TabBar?
I have an application where I want to display a Tab called Upgrade when users have not paid for a subscription and never show the Tab when they are paid users. I have tried to find an IsVisible...
View ArticleTabbed page ui
Hi guys how i can create a tabbedpage with border radius like this image
View ArticleUnable To Change TabbedPage Tab Bar color programmatically
I am using xamarin forms To create an app. in which i need to change TabbedPage tab bar color programmatically not by Xaml when tab page change but i can't help my self. var t =...
View ArticleShowing DISABLE_XAML_GENERATED_BINDING_DEBUG_OUTPUT when loading a page
Hello, I have the same issue as this one: https://forums.xamarin.com/discussion/146590/showing-disable-xaml-generated-binding-debug-output-when-loading-a-page...
View ArticleHow to use IValueEventListener Xamarin.Firebase.Database
I created an interface IFirebaseDatabaseService that has that contains: bool itemExists(string dbPath, string item); I have implemented the following code for Android, can someone please help me with...
View ArticleHow to Design Custom CollectionView with Grouping in XAML
I need to design the CollectionView with Header in XAML, how to do this?
View ArticleHow to read from existing .db file?
I created questions.db file using DB Browser and want to read data from it in my Xamarin Forms application. That sounds pretty simple, right, but I'm 10+ hours stuck googling. Most answers just link to...
View ArticleSecTaskLoadEntitlements failed message
In my Xamarin Forms app, when I debug to a remoted iPhone Simulator on a Windows machine I am starting to see the following messages in the launch Output window. Is this something that I need to be...
View Article