How 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 ArticleApp not Launch.
when i build my xamarin form application it work fine in physical device (IOS). The problem is that after two days when i have launch my application by press icon the app not work. how to fix?
View ArticleProblem with ImageButton when changing the Source-Image
Hi, I'm using the new ImageButton to implement a ToggleButton which switches between a "Locked" and "Unlocked" state. The "Source"-Property is bound to a bool-Property in the ViewModel and using a...
View ArticleHow can I customize the refreshing icon for a Pull to Refresh Listview?
I would like to modify the existing refreshing animation for the Pull to Refresh for a Listview. I've created a Listview with the following properties: RefreshCommand="{Binding LoadItemsCommand}"...
View ArticleTyped Text not visible (Random) on android devices
This is a wired issue that we are facing. The App is developed with Xamarin Forms (With latest stable version available as of now). The issue is for android 4.4, 5 as well as 9. Things are working fine...
View ArticleWhich event is fired when back button is pressed while keyboard is open in...
Hi All, OnBackButtonPressed() is not hitting when pressing back button while keyboard is open. Need to unfocus the entry when keyboard hides usin back button. Any help is appreciated. Thanks
View ArticleAutoSuggestBox ItemsSource from SQLite database
I've got stuck with this, and am very new to Xamatin Forms. (I also posted this Friday but can find no trace of it???) I'm wanting to use the AutoSuggestBox from dotMorten in my Xamarin Forms app. I...
View Article