Siaqodb 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 ArticleCustom ViewCell for binding both Command and CommandParameter?
Hello. Is this possible in Xamarin Forms? I want to execute a command (passing a command parameter) when a item inside a ListView has been tapped, but I don't want to dirty the code behind...
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 ArticleAndroid application stopped displaying Xamarin.Forms components
The component worked last week and it still works on iOS. But when I went back to working on it this week, I've been unable to get it to work. It displays the blank dark gray background and default...
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 ArticleHow to add Android project to an existing PCL/iOS solution
In VS, I added the android blank project. However, when I went to add nuget packages for xamarin.forms.maps, I got an error regarding the version of monodroid I had in the project and that it wasn't...
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 ArticleNavigationStack is doubling pages
Strange situation that, after searching, I haven't found anyone else running into. I have a tabbed page as my main, and when I navigate out using Navigation.PushAsync() I end up with two copies of the...
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 ArticleHow to get ViewRenderer for a ViewCell
I Have the following Control: public class FooViewCell : ViewCell And the Renderer: public class FooViewCellRenderer : ViewCellRenderer { public override System.Windows.DataTemplate GetTemplate(Cell...
View ArticleAzure Mobile Services with Javascript and not .Net, why???
I notice that most if not all of the articles about Xamarin Forms using Azure Mobile Services say to use the "Javascript" setup and not the ".Net". Is there any reason why "Javascript" over ".Net"? Is...
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 ArticleHow to get started with Android
Ok... I've been working with Xamarin Forms for about 4 months. I started with iOS/PCL in VS2013. I had really no problems building my first mobile app with this configuration. Actually about to submit...
View Article