Does Xamarin.Forms have a replacement for UWP's RoutedEventArgs?
I am working on converting my apps from UWP to Xamarin.Forms. A large number of my event handlers' second parameter was of type RoutedEventArgs (or a descendant of it). I often used the Handled...
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 ArticleXamarin forms- Dynamically created webview not firing events
I am trying to automate a website data extraction by dynamically creating a webview and loading the source url. I want the page and webview to be NOT to be displayed to the user. Unfortunately the...
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 ArticleUnable to add a LaunchScreen.Storyboard to a new XF app.
Hi Dear Reader, I have created a simple XF project in VS 2019 - latest upgrades, with Xamarin Forms (latest stable) using a Blank template. When I tried to add a LauncScreen.storyboard (becasue none...
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 ArticleUWP Could not find windows runtime...
Hey all, I just updated my xamarin forms version from 4.2 to 4.3. When I try to run my UWP application, I get a splash screen and I get the following exception $exception {"Could not find Windows...
View ArticleCreate spinner picker UI in xamarin forms
Is there any way to create this kind of UI (Like spinner) ? Any idea would be appreciated. Thanks.
View ArticleError 404 upon sending request to azure backend while sending Azure Push...
Hi Devs, I am implementing Azure Push Notifications in my xamarin.forms app. I have created a notification hub on azure. Test send works fine on physical iOS device but when it comes to send...
View ArticleCreate Page design into face-book list type in xamarin forms.
Hello Guy's, Here is a screen shot link ! My question is that how we achive that thing on list binding. one more thing is that while listview is bind and load more data when scroll upwork so more data...
View ArticlePicker when placed inside Listview is not working properly.
Xamarin.Forms: I have used a ListView and created a DataTemplate as custom ViewCell with Grid inside the same. In my Grid I have created 3 Columns with picker inside first column and Entry as second...
View ArticleFirebase-How to log exceptions in xamarin.iOS
Hello, I am implementing Firebase Crashlytics in xamarin forms.I want to log exceptions occurred in try/catch block to firebase. I am using below line of code to track exception in xamarin android...
View ArticleIssue setting colors in XF
I am having some issues with setting the status bar color and the selected tab underline color in xamarin forms, especially android. Status Bar I thought that setting the colorPrimaryDark would set the...
View ArticleHow to add an application to TestFlight using Xamarin Forms?
How to add an application to TestFlight using Xamarin Forms?
View ArticleCollectionView continuous scroll ( pre-8 )
I'm using a collection view and it works great ( horizontal ), but I would like it to continuously scroll and start from 0 if the user scrolls all the way to the right. Has anyone done this yet or that...
View ArticleCollection View Infinite Scrolling
Hello everyone. How i use collection view with infinite scrolling
View Article