It is possible to add multiple bindings to a Label using XAML?
It is possible to add multiple Bindings to a Label using XAML, for example: <Label Text = "{Binding Address} - {Binding City} / {Binding State}" TextColor = "# ffeece"/>
View ArticleWhy we can not develop xamarin c# movil app on VSCode?
Why we can not develop xamarin c# movil app on VSCode? Somebody?? Except ClintSTLaurent, who does not know anything about VSCode, and clearly not understand my question
View ArticleButton size is not exactly, BorderRadius is not working
left label code xaml <Label x:Name="presentBtn" Text="선물함" FontSize="16" HorizontalOptions="Start" HorizontalTextAlignment="Center" VerticalTextAlignment="Center" Grid.Column="0"...
View ArticleHow do i build for all iPhones at the same time
Hi, guys I'm new with Xamarin, today i started building my first Xamarin applications ,but i noticed that when i was building it for Iphone X and then changed to iPhone 7 it didn't looked right is...
View ArticleHow do I fix the "codesign" (MSB6006) error?
Hello. I am trying to make an application with Xamarin.iOS and I came across an issue that says "codesign" exited with code 3. (MSB6006). I am unsure what this error means, but any information on it...
View ArticleXamarin.Android.Common.targets - Name cannot begin with the '$' character,...
/Library/Frameworks/Mono.framework/External/xbuild/Xamarin/Android/Xamarin.Android.Common.targets(3,3): Warning: Name cannot begin with the '$' character, hexadecimal value 0x24. I am building a...
View Articleerror open app test recorder Failure connecting to app
When I open the app the following error occurs Failure connecting to app Unable to verify app installation state ExitCode: 134
View ArticleWeb Service not completing
I 've created an app with VS 15.0.x which is using a web service to return data. The app is installed in my phone and its working fine. Now i have the Visual Studio version 15.5.7 and i tried to change...
View ArticleNative References in iOS Binding projects do not build in VS
Hi, I have a binding Project for Xamarin.iOS and doesn't work. I get errors like: C:\Program Files (x86)\MSBuild\14.0\bin\Microsoft.Common.CurrentVersion.targets(1728,5): warning MSB3341: Could not...
View ArticleThis is a test
Hi friends... This is a test... can someone write a comment so I can understand if emails come to me? Thanks
View ArticleXamarin.iOS Developer needed in the DFW/Plano, TX area!
Full job description posted here on Indeed. If you have Xamarin.iOS experience (not Xamarin.Forms), drop us your resume and let's talk! Note to applicants: This is not a remote (telecommute) position....
View ArticleOnOptionsItemSelected not triggered in FormsAppCompatActivity(Forms1.5.1+)
According to https://blog.xamarin.com/material-design-for-your-xamarin-forms-android-apps/,I upgrade my App to Material Design. But the OnOptionsItemSelected method is not triggered when the user was...
View ArticlePaste name when toggle
I have an element creation form which has field Users. Near this field I have button Choose to get names of users. <StackLayout Orientation="Horizontal"> <Entry Text="{Binding...
View ArticleGoogle's Flutter, a different approach for cross platform UI
"Native UI" has been kind of a slogan for Xamarin.Forms for years. But sometimes it really puts lots of limitation on Xamarin.Forms. Now Google's Flutter went to beta. Flutter is not using map-to...
View Articlei got this error while testing my app in "System.NotSupportedException:...
i got this error while testing my app in emulator "System.NotSupportedException: Cannot compile: Parameter" "E/mono ( 1442): Unhandled Exception: 04-20 17:36:23.739 E/mono ( 1442):...
View ArticleThe type or namespace name "Core" could not be found: MVVMCross Error
I followed the guides for creating a MVVMCross project carefully but it seems that I can't make it work. I haven't touched any code, just followed the instructions then I've built the project. But the...
View ArticleHow to handle press Enter to put Input Cursor on next Entry?
How to handle press Enter to put Input Cursor on next Entry or which Entry I want?
View ArticleAdmob Rewarded Video Ad not shown
I am having trouble showing rewarded video ads from admob in my Xamarin.Form app on Android. I am using this component. https://components.xamarin.com/view/googleplayservices-ads I am able to request...
View ArticleConvert ZXing.Net generated Qr Code to png or jpg....
Hello, I can successfully generate a Qr code from string using the ZXing.Net.Mobile.Forms in xamarin forms using this code provided barcode = new ZXingBarcodeImageView { HorizontalOptions =...
View ArticleHow do you set the default value of a Thickness BindableProperty?
I am attempting to create a BindableProperty for a control, but it doesn't appear to be setting the default value correctly. Specifically I am trying to set the padding of a Frame from a...
View Article