Login with Social media
Hi , I am developing an application which will allow the user to login using social media like facebook,twitter,google+ etc. For my application I would like to add the following social networking sites...
View ArticleImage control and memory...
I am debugging some out of memory issues and have some pointed questions: Have there been any improvements made to the Image control in recent releases since 1.2? Particularly concerning Android. When...
View ArticleScaleX and ScaleY for Xamarin.Forms VisualElement
Using the stable Xamarin.Forms 1.2.3, the VisualElement only contains a Scale property. Are there any plans to introduce ScaleX and ScaleY properties like the ones supported in Android and iOS?
View ArticleHow to create button pressed effect?
Hello, I need to create a button/image/whatever that changes image while pressed to create the button pressed effect. How can i get to the 'while pressed' state? Even if using custom renderers, i cant...
View ArticleError building helloWorld application using xamarin.Forms
I am trying to run the hello forms application that visual studio creates when you select the Xamarin.Forms template.But I am getting lots of errors when I try to start the android version of the...
View ArticleXAML Binding within a resource dictionary (ContentPage.Resources) does not work
I am creating a form using MVVM. In general it works, however I want to bind the Command property of each item in a ListView control to an ICommand on the view model, shown below (the property I need...
View ArticleApply style using x:static
Is it possible to apply an entire style, defined in code, in xaml using the { x:static Path:To.Style } markup? I've defined the following style in a static class: public static readonly Style...
View Articlebarcode scanning in a Forms app
I need to integrate barcode scanning into my Xamarin.Forms prototype app. Before I go down this road, has anyone already done it, or does anyone have a suggestion about how to best approach it?
View ArticleDifference with TapGestureRecognizer on Android and WindowsPhone
Hi, Can anyone help me to solve next problem. I have few columns and few rows in grid, in some of them I put image and created a command. Here is some XAML: <Grid Grid.Row="0" Grid.Column="2"...
View ArticleCustom label renderer
Hi, I want to buld a custom label so I can set the maxlines property? Any ideas how?
View ArticleListView exception after Context Actions command
I have problem with listview. There is command on VM that takes me to another page (navigation service is basically NavigationPage.PushAsync). There is no problem when i click 'add' on toolbar, but...
View ArticleService doesn't get triggered after phone restart
I want to intercept when a sms has been received using: [BroadcastReceiver(Enabled = true, Label = "SMS Receiver")] [Android.App.IntentFilter(new[] { "android.provider.Telephony.SMS_RECEIVED" })]...
View Articlepush notification
Does anyone have something about Push Notification in Xamarin forms ? a local notification using dependecy service ? I need lots of help
View ArticleRelativeLayout not expanding all his content
Hi guys, I'm having trouble making a layout with RelativeLayout and ScrollView When I run my app, I've got the result attached. And I don't how to solve this Here's the XAML: <?xml version="1.0"...
View ArticleXamarin.forms Picker View Crash
Hi All, We are a facing an issue on iOS platform where in, if we have a xamarin forms picker view focused and the device/simulator Orientaion is changed the application crashes at...
View Articlenot destroy when exit application xamarin
I need you to get out of my application continue to run it , someone knows how to do it in Xamarin forms ?
View ArticleDisplayAlert() Null Exception
This code used to work before the update... DisplayAlert("Missing Credentials", "Configure your user account settings in the Preferences menu option.", "Ok", string.Empty); Creates this error in the...
View ArticleOpen PDF in Android default PDF reader
Hi, I'm searching a way to open a PDF (stored in local) in the Android default PDF reader in Xamarin.Forms. I'm using a webview for iOS but WebViews on Android cannot open a local PDF. var browser =...
View ArticleGrid - column headers?
Is it possible to add a column header to a grid within a listview? Or, should I look at using a tableview instead?
View ArticleNavigationPage.SetTitleIcon
What might cause an icon not to display? If I create a blank Xamarin Forms app and use the example from the documentation I can get an icon to display but in three other active projects with lots of...
View Article