ios bindings project
Hello! Well, I'm trying to create a simple PushToTalk app using pjSip library. But now I'm stuck on creating an iOS binding project. I'm using Xamarin Objective Sharpie tool to wrap my c code. But I've...
View ArticleAuto-Connecting the BLE characteristic with ObservableCollection
I am using Xamarin.Forms, to build a cross platform BLE app. It is based on this example app using the Monkey.Robotics plugin. All the examples use an ObservableCollection<IDevice> devices; line,...
View ArticleHow to import facebook contacts
In my xamarin forms application i need to login with facebook account and retrieve all the contacts and display it in listview. Any help on this?
View ArticlePublication of Android App Failed using Xamarin Studio
I'm using Mac with Xamarin Studio version 5.9.5 to Archive for Publishing my Android App. I followed the steps in "Part 1 - Preparing an Application for Release" to publish the app but I encountered...
View ArticleCombining ScrollView with RelativeLayout and Childs
Hi guys, I'm rather new to Xamarin and ran in to a problem. I've created 80% of the view code through my .xaml.cs file and 20% through my .xaml file. Code in xaml.cs file: ` /// /// The _calendar view...
View ArticleFrame.BorderRadius
Is there any way to change border radius on Frame? Or maybe there is another static control with rounded corners?
View ArticleXAML / Self binding, bindableproperty
Hello, I want to bind the text property of a editor element to BindableProperty. Here is what I tried: MyForm.xaml <?xml version="1.0" encoding="UTF-8"?> <ContentPage x:Class="Com.Acme.MyForm"...
View ArticleXAML / Self binding, bindableproperty
Hello, I want to bind the text property of a editor element to BindableProperty. Here is what I tried: MyForm.xaml <?xml version="1.0" encoding="UTF-8"?> <ContentPage x:Class="Com.Acme.MyForm"...
View ArticleXAML / Self binding, bindingcontext
Hello, I want to bind the text property of a editor element to BindableProperty. Here is what I tried: MyForm.xaml <?xml version="1.0" encoding="UTF-8"?> <ContentPage x:Class="Com.Acme.MyForm"...
View ArticleXAML / Self binding, bindingcontext
Hello, I want to bind the text property of a editor element to BindableProperty. Here is what I tried: MyForm.xaml <?xml version="1.0" encoding="UTF-8"?> <ContentPage x:Class="Com.Acme.MyForm"...
View ArticleRetaining page Navigation stack when app is killed
Is there a simple way to retain the current navigation stack of pages in Application.OnSleep to be reinstated in Application.OnResume? I tried the following: protected override void OnSleep () {...
View Article"Aapt" task could not be instantiated
Hi I'm new in this forum, I'm creating application using Xamarin.Forms after building my solution it showing me some messages regarding AndroidManifest.xml & error like "Aapt" task could not be...
View ArticleXamSvg - Xamarin Forms WP project not showing SvgImage
Hey. My company purchased the XamSvg plugin in the hopes that we could get over the png-hell it normally is to develop for mobile. I've followed the instructions in the "Get started" and the samples...
View Articleproblem with carousel page
Hi I have a page with a picker with 3 values I fill a Carousel Page with 10 of this pages. I would like that, if I modify the index of the picker in page"1", all other pages have to change the index...
View ArticleNew to Xamarin Forms! Click button to refresh page!
Hi there, I'm currently making an app that grabs data from a REST services. I'm thinking of adding a button that once clicked will call the REST one more time and update the data on the page. My...
View ArticleCustom layout, override OnSizeRequest returns wrong height?
Hi there! Been making some customlistview by extending Layout and overriding some of the methods. For some reason the code below give me the wrong height, the height should be around 45, but it makes...
View ArticleCustomRenderer Size issues with device orientation?
Hi, I'm trying to use Xamarin.Form to create an app that list and play online videos. At first, things seem fine with my current setup: But when I rotated my device, the video view custom renderer...
View Articlehow to develop a signature pad? with example.
hai , I am new to xamarin forms can any one send the solution of signature pad, I tried the example of signature pad of the link...
View ArticleHow to display switch in xamarin.forms on android lollipop version? like...
I want to display a switch control like that. but it is not displayed. please find the my solution xaml page: <?xml version="1.0" encoding="utf-8" ?> <ContentPage.Content>...
View ArticleParseInstallation.SaveAsync() causing UnhandledException on Xamarin forms...
Hi, I'm writing an Xamarin forms android application and implementing push notifications for the same. I am getting below mentioned stack-trace while calling ParseInstallation.SaveAsync() method in...
View Article