The android.support.design.widget.CoordinatorLayout is not declared
Hi all. I'm creating new android application using Xamarin in Visual Studio 2015. I added the component Android Support Design Library 23.4.0.1 to my Projects (Components) In my layout (Main.axml) I...
View ArticleHow to add my app. to Open With.. (Activities) menu in Photos
Hello, When you click on any photo in Photos,you'll see there is a button for sharing (you can see in this image:...
View ArticleApp executing faster on iOS9 device than iOS10 device
We have a number of iOS devices from iPhone 5s to iPhone 7s and OS versions from 8.3 to 10.1. I am doing some performance tuning of a particular View in the app and I am finding that it consistently...
View ArticleIs it possible to use a custom font for ToolbarItems?
I'm interested in using just text for the items in my toolbar. I am successfully seeing the text in the toolbar on top. Also, I have successfully loaded a custom font to be used on certain Buttons and...
View ArticleXamarin.android uitest
Hi I'm new to xamarin uitest. I need solutions for few test scenarios. 1. Can I have many test fixtures in my uitest project? If yes how to mention that they should execute in same order. 2. Under a...
View ArticleHow to clear the selected item from the picker?
In selectionIndexchganged event,the item i have selected binding to the variable.Once it is binded it has to clear to select another item from the picker. Thanks in advance....
View ArticleDevices in Test Cloud - Zebra TC56
Hi there, I would like to test against Zebra TC56 device, however, it is not available in Test Cloud at the moment. Is there any chance that Xamarin Test Cloud can add that device in the test device...
View ArticleMaster/Detail Page show icon on iOS
Hi, I'm trying to show an icon on a Master/Detail page (top left) - see below. However, on iOS, only the title (Menu) is displayed. I do have a resource created in the iOS project named "Menu.png". Any...
View ArticleZygoteInit Errors
I have an app in the play store that I keep seeing crash reports for ZygoteInit Errors. I am at a loss with how to track down what is happening. I have not been able to reproduce the errors and the...
View ArticleBad rendering on layout with scrollview
I have layout with some scrollview. There are some widgets inside. When I am changing scrollbar position, selection of a selected widget is rendered on bad position.
View Articlehandle event click outside textfield
I need any event to track when use click outside textfield thanks
View ArticleHow to resize the xib that is used for TableView Cells and collection View...
I am using xib to create tableView Cells and collection View Cells. But am not able to resize the xib. I need to increase the xib size so that i can add labels and views. Current its width is 50 and...
View ArticleHow to add condition in xaml file
I am using Xamarin forms. I am working with custom Listview component, I this list view I add on Entry. This Entry control I want to disable on condition It is listview so I can not give the x:Name...
View ArticleImage from URI not showing up on Xamarin.Droid.
Hey! I have an ImageSource in my app which is loaded from an URI using the following code: img.Source = ImageSource.FromUri(new Uri("https://crafatar.com/renders/head/" + Data.selectedPlayer.uuid +...
View ArticleDataTriggers do not work on UWP when compiling for RELEASE using .Net Native...
Has anyone else experienced this? Using a simple DataTrigger like so: <Grid.Triggers> <DataTrigger TargetType="Grid" Binding="{Binding Selected}" Value="True"> <Setter...
View ArticleUse icon-font in page-title
Hi, is it possible to use an icon-font for page-title or tabbedpages? I guess it is possible...I will need a custom renderer right? But i have no idea how to start. Could someone help me please?
View Articlehow to handle click event on win phone push notification in xamarin forms?
i have received push notification (toast notification) but i don't know how to handle click event ,simple i want to go on page which is xaml page (pcl) when i click on push notification .. please...
View ArticleStable Channel (and VS 2017): 15.2.3 Service Release
Please see https://releases.xamarin.com/stable-release-15-2-3-xamarin-vs-servicing-release/ for the details about this release. This release is now available in the Xamarin updater channels and as part...
View ArticleValueChanged event not working on click Xamarin forms
when Click on Slider then ValueChanged event is not getting trigger, but when I slide then this event is trigger bellow is code void OnSliderValueChanged(object sender, ValueChangedEventArgs e) { var...
View Article