Any 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 Enable multiple upload
Hi Xamarin Forum, Can someone help me about multiple uploading I have used James Montemagno's File uploading and image cropping but the docs is a little bit short to describe on how to make a multiple...
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 ArticleHow to use trigger with parameter?
Hi! I have some Entry and a Button. I need use Trigger to make sure all Entry not null to enable Button (MVVM) How to do that! If you have a best way, please suggest me! Thank!
View ArticleHow to use PermissionsPlugin Nuget for Xamarin Forms for IOS
Hi, what is the correct way of using following Permission plugin in Xamarin forms IOS if user denies the permission and if I close the application. I again want to show the permission message each time...
View Articlei have a button and an image view when i take image form gallery how can i...
async void Button_Clicked(object sender, EventArgs e) { await CrossMedia.Current.Initialize(); if (!CrossMedia.Current.IsPickPhotoSupported) { await DisplayAlert("error", "errore", "ok"); return; } var...
View ArticleBinding between custom Usercontrol and ViewModel not working?
Hi! I've created a custom usercontrol in my application and I try to bind to its property (BindableProperty) to ViewModel but it doesn't work for me. Am I doing something wrong? This is the...
View Articledisabling back button on logout
hey, I have a logout button, wen clicked , it navigates to login page but has back button on top which leads the user back to app, how to disable it?
View ArticleDisable device back button
Hi all. Any one know how to disable device back button in xamarin forms app? Thanks Lasantha
View ArticleCollectionView jumping
Hi guys and girls! In my project it contains CollectionView, which contain viewes with switches. After toggled the switch, each waste item increases in size. Everything is good if the waste is at the...
View ArticleHow to keep an editor stay in focus both on iOS and Android?
For now, I am Playing with Focus and UnFocus, but it's very botchy on Android and adds white spaces that don't get cleared in iOS . Can anybody help me with a solution please?
View ArticleData Annotation Validation from .net Standard Class Library
Hi Team, I have class library in .net Standard 2.0 with EntityFrameworkCore. I have created class with Custom Data Annotation as below: Model Definition public class UserLogin : NotificationObject {...
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 Article