Signing UWP App
What exactly is the requirement to create a company internal App with Xamarin.Forms UWP? I can compile the *.appxbundle-Package but nobody can install it because of an certificate error. If I try to...
View ArticleChild rendering behaviour mismatched after upgrading Xamarin.Forms (>4.0) in...
Hi All, I have a simple sample with the layout structure of FlexLayout which has more number of Grid. Each Grid has two children that are Grid with Label as a child Custom View (TouchView) which is...
View ArticleBar background color not changing ?
I already set the navigation bar background color to Cyan, when i run it to emulator it is showing correctly but after creating apk file and install it to my android phone then navigation bar...
View ArticleMake multiple links in labels clickable
I have labels with paragraphs of text that may or may not contain one or more URLs at any given time. I want to parse the string of text, see a URL exists, and make it clickable to open in the default...
View Articlei have need the remove keychain data after app un-installation in ios device
dear sir my apps are successful install on the iPhone device but my customer ask the apps has been download the version and un-installation last user id and password data is access like a user id or...
View ArticleImageSource for button appearing way larger than should be
I am trying to use an image to replace a button to make for better looking UI. I am having a problem with size, it's weird because a couple builds ago it appeared nice and small. My PLUS and DELETE...
View Articleios- Navigation.PushModalAsync doesn't work sometimes
Hello, I am working on shared project. I am trying to open a page automatically when some conditions meet. for that i use MessagingCenter. when I try to push a page using PushModalAsync, sometimes...
View ArticleChanging the background color of the Toolbar
I'm using the following code for change the background color of the toolbar. It working fine with the simulator. After converting it to APK the background color is not shown. Please help me to find out...
View ArticlePlease provide me source to create chat application
I am new in xamarin. Please provide me source to create chat application
View ArticleAfter updating to XF 4.0, ContextAction Icons are not shown in Android
I just updated to Xamarin.Forms 4.0.0.497661. Ever since Icons are not displayed for ContextActions in Android. I have not changed the code at all. I am setting the Icon source as follows, which was...
View ArticleHow to Merge two columns in to one column in Sqlite data base?
In My Live App: One table have Id,FirstName,LastName etc columns are there. Now i need to update the table and will publish the app: In The new table I need to combine FirstName,LastName to Name(Need...
View ArticleAny plan to make an X-Forms UI kit for Adobe XD?
https://www.adobe.com/products/xd/resources.html#panel-3 Adobe XD has "UI design kits" for Apple, Google Material Design, and UWP. Would be useful for designing a Xamarin Forms app if there was a...
View ArticleIs there any design tool like adobe xd for Xamarin.forms?
can we utilise any of the design tools like adobe xd, sketch, zeplin etc? do they work with xamarin.forms? anyone have a good experience with them? as I know zeplin has a Xamarin plugin and adobe xd...
View Articlei want images in a carousel view from table row
i want to bind images (ie. table field name - image1, image2, image3, image4, image5 ) data row from table (not a coulum Data) to carousel view. can anyone help me out solving this issue plz.....
View ArticleConnect to backend web api on Android Emulator
Hi, I'm using visual studio 2019. I created new xamarin project, chose tabbed template and included backend web api. I tested the app on android emulator, it worked perfectly when using MockDataStore...
View ArticleHow to dynamically load menu options into a sliding menu with SlideOverKit?
I am creating a cross-platform app using Xamarin Forms 4.1 in VS 2019. I need a slide up menu who's menu options change depending on the tapped cell date in a calendar selection. I've installed...
View ArticleHow to use a searchHandler class with parametered constructor
Can someone please please help me overcome this hurdle or potentially suggest a better way? I am trying to implement search functionality in an app, and I am having problems using my repository code...
View ArticleIssue using Acr.UserDialogs Nuget
Hi, I am trying to use this: github.com/aritchie/userdialogs in my Xamarin project but I am facing a problem where when i put the UserDialogs.Init(this); in the MainActivity.cs I get an error saying...
View ArticleHow to save multiple images to database
Hi, Xamarin forum the following is my code for selecting multiple images now I dont know how can I grab those images and save it to database I apologize if my code is not properly formatted coz im...
View Article