How to animate two ContentViews at the same time
Hi, I have a visible ContentView calle ContentViewCategory and another Invisible ContentView called ContentViewDescription. When the user clicks a button, I want to ContentViewCategory to FadeOut and...
View ArticleNeed help with auto logout on Xamarin app
I don't know much about Xamarin code at all so I need assistance on how to auto logout after an app has been open (even in the background) after 24 hours. Is this done on the front end or back end or...
View ArticleOnAppearing not getting invoked
Hi, I have the following OnAppearing in my Signup page.. protected override async void OnAppearing() { ............. ............. ............. } From HomePage, the user clicks add and if the user is...
View ArticleTreeView in Xamarin Forms
As my subject, I need to create a Treeview in Xamarin Forms. Thanks a lot.
View ArticleHijri datepicker in Xamarin PCL
Hello Everyone, We need a datepicker in Hijri however Xamarin PCL datepicker control does not have CalendarType so please share any brilliant idea, how to have hijri datepicker. I also did search and...
View ArticleOpen new Page in active TabbedPage Tab.
Hello. I have a TabbedPage with 5 ContentPages as Tabs, one of them has a Listview wuit a Binding ItemSource, witch get all data from an ApiService. What I want is, if the user tap on any item from the...
View ArticleHow to create and design reports in Xamarin?
Hi, I'm making a sales application and I need to create a sales report at the end of the day, I'm using sqlite, which you recommend to me, to design or create the report that can then be exported in...
View ArticleUI Test is not working while running the test result
I have created a UI Test project and added the Android and iOS project to the UITest I am getting error message "Error NU1201 Project NXRoomSetup.Android is not compatible with net461...
View ArticleWhich one is proper control for creating list menu & Sub menu in xamarin...
I have tabbed page, Onclick of tab new page will be open, which contains menu list with subitems. For that which control is proper and how to use?
View ArticleWhat's the preferred way to unit test Xamarin.Forms?
I see two possible ways to do it: 1. One of the way is to abstract Xamarin.Forms classes, like displayed in this blog https://intellitect.com/unit-testing-xamarin-forms 2. Other way is to use...
View ArticleDraw a special shape in Xamarin Forms
Dear all, I'm trying to create a GUI like this in Xamarin Forms and I have no idea to do that. Do you have any suggestion for code sample to create a GUI like this?
View ArticleHow to create and design reports in Xamarin?
Hi, I'm making a sales application and I need to create a sales report at the end of the day, I'm using sqlite, which you recommend to me, to design or create the report that can then be exported in...
View ArticleHow to make editable dropdown or combobox in xamarin form.
Hello All, How to make editable dropdown or combobox in xamarin form?
View ArticleBinding IsEnabled on Entry not working
I'm experiencing a strange behavior when binding the IsEnabled property of an Entry tag, to a property of my model. Although my backing property is True, the entry is not enabled. If I output my...
View ArticleCan only XAMARIN.Forms connection to SQLITE database without WebServices?
I connection the sqlite database by this way : FoodData database_Food; public static FoodData Database_Food { get { if (database_Food == null) { database_Food = new...
View ArticleSwitch -> EventToCommand: Detect if Toggled from user interaction or from...
Hello, first of all, sorry for my english I have a page with a number of Switch..each switch turn on/off a remote light using webservices. To make this I used behaviors and Command in ViewModel linked...
View ArticleIphone device is not showing in debug list in project.
Hello, I am creating an app for ios and android with help of xamarin.forms. When I am connecting my iphone device with my mac system for debugging the code it is not showing in the debug list. There is...
View ArticleHow to get and display data from SQLITE by select a date using DatePicker in...
hye can anyone help or explain to me on how to get and display data from SQLITE by select a date using DatePicker
View ArticleStrange permission issue when submitting an app to the App Store
I have created an app using XF and when submitting it to the App Store, I received an email that reads: Missing Purpose String in Info.plist File - Your app's code references one or more APIs that...
View ArticleXamarin Forms Application Getting Network Providers Specific Issues
Hi All, We Developed Xamarin Forms Applications(Android & iOS), We are facing some Networking Issues for specific providers AT& and it works well on Verizon in US. Similarly it works in...
View Article