Crashes in iOS simulator
Hello, Still new to Xamarin, now running into iOS simulator crashes that I cannot explain and, worse yet, have no clue as to where or how they are originating. The messages in the system.log: Aug 5...
View ArticleAndroid app is crashing while debugging on android device
Android app is asking to force close on device near global::Xamarin.Forms.Forms.Init(this, bundle); at MainActivity.cs while checking with breakpoint . Please help me. Thanks in advance
View ArticleHow to implemet image lazy loading in xamarin froms?
Hi, I have been developing a shopping cart application in xamarin.froms where i need to display a particular category of product information including image as list layout and grid layout there are...
View ArticleTrying to connect with Azure
I have been trying to build an app authentication using Azure, I Download the App from Azure website (From Mobile services > Create new Xamarin App), and when i open it, it asked me to update the...
View ArticleShow welcome screen on first login only?
My app has the following flow: login screen -> welcome screen -> main account screen In the welcome screen I would like to have the option to "don't show this page again". Is there a good way to...
View ArticleFind correct file path for image file in a Shared Project to use Xlabs...
Hello! I wonder how i can find correct file path for images i got in a Shared Project as Embedded resource to send them as attachment in mail using XLabs emailservice. I have easily managed to send...
View ArticleHow can I separate my DataTemplates?
Hello, I would like my DataTemplates in seperate XAML-Files. Now I have added for every DataTemplate a seperate XAML-File. One example for a XAML file to seperate the DataTemplates: <?xml...
View ArticleSiaqodb and IOS mobile app
I am trying to use the last version Siaqodb for a cross-platform mobile app. For Android, everything works fine, but I encountered some problem with IOS. I installed the last version from nugget...
View ArticleSegmented Control
I am using this sample for my project: https://github.com/chrispellett/Xamarin-Forms-SegmentedControl I have added SegmentedControl.cs and SegmentedControlRenderer for iOS as well. Project compiles,...
View ArticleIssues implementing DependencyService on iOS when it is defined in a library
I have the following structure: 1. PCL project that defines the DependencyService interface. Output is a library 2. iOS project that implements DependencyService. Output is a library 3. PCL project...
View ArticleCustom Bindable Property Type Mismatch
I'm having an issue creating a BindableProperty on a custom view. I used a working piece of code as a template and am nearly positive it's a match but there is still the type mismatch error on the...
View ArticleMemory Leak in TabbedPage + NavigationPage
Hi, In iOS, when the Tab Icon on a TabbedPage is pushed and the current page is not root, then the navigation stack is popped too root, but the pages on the stack -which should be popped- are not...
View ArticleCan i help me with a List View Component?
hello friends. i want to do something like this component in xaml i try with view cell but, the problem its in a biding,
View ArticleAPI Doc To See All Members Of A Class
Hello, I am a newbee in Xamarin and Xamarin.Forms. I just look at the "Xamarin.Forms.StackLayout" class and I want to see all members in this class to learn all functionalities of this layout. But in...
View ArticleAdding Android to existing PCL/iOS VS project
I just purchased a Xamarin.Android license, downloaded and installed the SDKs and then added the Android blank project to the solution. When I tried to add the Xamarin.Forms nuget package to the...
View ArticleChange Slider Minimum programatically does not update slider in UI ?
Hi, I have an issue with Slider : At first my Slider has Minimum set to 50 and its value is 50, while Maximum is 100, so the thumb is located on the left of the track which is OK. Then programatically...
View ArticleUsing Implicit Styles to Specify Background Color of All Pages
I am attempting to use App.xaml as sort of a stylesheet but having an issue with adding an implicit style to change the background color of all pages in my app to be the same color. I still always get...
View ArticleCustomize Xa,arin.Forms.Maps Pins
Hi, how can i customize pins of Maps for Android and IOS platforms? I want to change icon and add other text too. Thanks,
View ArticleScrolling a TableView on Android
I have a TableView in a ContentPage. this TableView contains some EntryCells. When I click one of the EntryCells so that the keyboard appears, I can't scroll the TableView far enough down to see the...
View ArticleGrouped Horizontal Listview
I'm trying to make a grouped listview with the items (which just consist of an image and a title underneath the image) in each group side by side rather that in a single column. Has anyone done...
View Article