How to clear New Form values once its submitted
Shell application has menu where I can select a new Employee Form. Once the form filled and submitted thru ViewModel. Navigation goes to display page where I do other stuff. However. On top there is...
View ArticleXamarin Multple Errors | Can't Archive HelloWorld APK
First of all it takes 5 mints to archive, And whenever I Build or archive, Xamarin won't able to do it, I tried reinstall windows + xamarin + Visual studio Also tried to find answer on different...
View ArticleIn a XF app DisplayAlert is hanging in UWP project?
DisplayAlert is hanging only in UWP and only in one app. Other apps don't have any issue. Even for this app no issues with Android and iOS. I am calling it as follows: await DisplayAlert("Pick a...
View ArticleHow to create IPA in visual studio mac?
Want to know the complete process to create IPA in visual studio. I have an apple id. And it is showing provisioning id in xcode 13.6. When i am adding developer account in visual studio then in...
View ArticleGOOGLE ASSISTANT API
HI Team, I want to integrate Google assistant Api in my Xamarin.android application. Please guide me to right direction. Once user long-presses the Home button ->User will ask something like "Where...
View ArticleMVVM Navigation: How to navigate to "Next Quiz" or "Previous Quiz" using only...
Each quiz in my app is a unique MVVM object, and all of them lead to the same ResultsPage view. I'd like to have two buttons on this page, so users can navigate to next quiz or the previous one....
View ArticleNeed advice on my project
Hi, I am working on my project that will involve an app sending/receiving information from my database on the web, but I have no idea how to make it work. After some research it appears that I can use...
View ArticleHow to get normal full path to file with FilePicker?
Hello Xamarin Community! I pick file with FilePicker, but FilePicker not return normal file path. When I try write new text to file error happens.
View ArticleError: framework not found libSkiaSharp
I have recently been trying to use SkiaSharp in my Xamarin Forms app. I have installed the nuget SkiaSharp.Views.Forms (2.80.1), Whenever I call SkiSharp code I get the following during linking phase:...
View ArticleSplash Screen With text
I'm following the following article on Splash Screens https://developer.xamarin.com/guides/android/user_interface/creating_a_splash_screen/ and I got a working solution but I'd like to show the version...
View Articletabs of tabbed pages have disappeared
Hi, I use tabbed page for a long time but they have dissapeared a while ago. I wonder if there is a link with default theme: I had to add a default theme to solve a checkbox issue...
View ArticleBindable Property
Is it possible to make Bindable property for boolean with family font icon. please help on this
View ArticleHow do I use an SVG image as a clickable button with non-hover, hover and...
Please check the attached image; you will find an SVG image that can be opened in Google Chrome. This vector was created by myself to then use as a Button Control with the above-mentioned states...
View ArticleXamarin Forms: Load a contentpage when tap push notification android
I completed receiving test notification from FCM console. Now I am trying to open a page when tapping the notification. Any ideas about how to achieve this? I have searched the internet but can't find...
View ArticleHow do I use Import mode with Document Picker
Hi All I got the sample code provided by Microsoft to compile, and function however when documents are selected using the document, the Document picker closes immediately without raising any of the...
View ArticleSQLite query not working in iOS but works in Android
Hi I develop an application in Xamarin.forms, Its strange, because the query working in Android very well, but in iOS dont. The Other queries working well public List<Datas>...
View ArticleXamarin Use of FileNotFoundExceptions
Is Xamarin code intentionally using FileNotFoundExceptions to help create the dynamic code adaptability to the various devices and platform versions that the resulting build can support? When looking...
View Article(bootstrap-failed); reason: "Process already exists for job specification"?
Hello, if I compile a Xamarin App for iOS, the app only works on iOS 11 and up. But on iOS 9 and 10, it fails. Debugger is not able to connect to the app. All I get in console is this:...
View ArticleGet Html source from a website
hello community, Is there another way to get Html source from a website? I tried it with HtmlAgilityPack, but its not working with .winPhone and .ios project. I need it for my Xamarin.Forms project. In...
View ArticleI want to create a service which run every time.
I want to implement a service which run every time when app start.
View Article