How do I add a Nuget Package to the SOLUTION in a Visual Studio for Mac...
I appear to be able to add packages to separate projects, but what about the solution? I'm specifically trying to add SkiaSharp for Xamarin Forms, but it's supposed to be added at the solution level...
View ArticleEjecutar método cuando mi app esta cerrada | Execute method with closed app
Hola, quiero que mi app ejecute métodos cuando esté cerrada como lo hace gmail o whatsapp que aunque estén cerradas llegan notificaciones o se envían los mensajes que no se enviaron mientras no tenias...
View ArticleTabbed page + navigation + listview. Bug?
Hi guys. I'm developing a app with Xamarin.Forms with this setup: Tabbed page as detail of Master detail, using navigation page for browsing. Two listviews, one for each tab. I have an event on...
View ArticleAdjust Width of Master on MasterDetailPage
I am using the MasterDetailPage for the NavigationDrawer on Android. Implementing the functionality has gone perfectly, however the width is too large and i would like to adjust it. I have tried to set...
View ArticleProblem reliably giving focus to a picker from a button click handler on iOS.
I have a button on a form in a PCL-based iOS app which when clicked should display a pre-populated picker by giving it focus from the button click handler. It works sometimes but not always, is there a...
View ArticleCan i apply a binding to Style in Xamarin
Basically I have a pge like this: <?xml version="1.0" encoding="utf-8" ?> <ContentPage xmlns="http://xamarin.com/schemas/2014/forms" xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"...
View ArticleUnexpected error - Please file a bug report at http://bugzilla.xamarin.com
I updated Xamarin to 4.5.0.486 (fec6f88), Xamarin.Android SDK to 7.3.1.2 (9dbc4c5) and Xamarin.iOS and Xamarin.Mac SDK to 10.10.0.37 (ad35de4) in Visual Studio for windows. Also updated the Visual...
View ArticleChange Size within a ViewCell
Hello and good day, I'm too new to the world of Xmarin. I need to know if it is possible to change the size of a StackLayout or Grid inside a ViewCell, I have a TapGestureRecognizer that in this I want...
View Articlexamarin forms stacklayout rounded corners
Hi, How we set stacklayout rounded corners in Xamarin Forms. Please Help. Thanks
View ArticleGot "Index was outside the bounds of the array" when use Telerik Chart
my code public static List<CategoricalData> GetCategoricalData() { List<CategoricalData> data = new List<CategoricalData>(); for (int i = 0; i < 90 ; i++) { data.Add(new...
View Article[Android] Toolbar error on base.Create()
Hello Guys, Since yesterday my XF.Forms application throw an exception when it tries to create a NavigationPage. Unable to convert instance of type 'Android.Support.Design.Widget.TabLayout' to type...
View ArticleHow to change entry keyboard language change in run time
To be my knowledge we can change the complete application language using localization , But i want to change keyboard when i enter specific language. Example : default is English. but when i enter...
View ArticleHow to use XFShapeView inside xaml?
Hi, I am using the XFShapeView in my Xamarin.Forms project. I successfully used it in code behind. But getting error when I use it in xaml (Failed to resolve assembly:...
View ArticleCross Platform charts similar to tableau charts in offline mode or tableau...
I want to integrate the tableau charts in offline mode so that it will work in offline mode for Android, iOS, UWP which are responsive in nature. Or suggest me the charts that are similar to tableau...
View ArticleBest way to push notifications from ASP.NET web API to app?
I have a Xamarin Forms app that receives new events from a SharePoint list via a custom web API and shows it on the Android app client end as a push notification. ----- ------ ------- | SP | <->...
View ArticleGot error while fetching values from web service using refit
Error: Cannot deserialize the current JSON object (e.g. {"name":"value"}) into type 'System.Collections.Generic.List`1[DynamicLayoutSample.ElementList]' because the type requires a JSON array (e.g....
View ArticleOdd error with xamarin forms "Wrong state class, expecting View State but...
The full error is: Wrong state class, expecting View State but received class android.widget.ProgressBar$SavedState instead. This usually happens when two views of different type have the same id in...
View ArticleLayout is shifted down on iOS back gesture if navigation bar of underneath...
Hi, There are 2 pages in navigation stack. If a navigation bar of the first page is hidden, then when you pop the second page with ios swipe back gesture, its layout gets shifted down during the...
View ArticleHow to display content from one xaml inside another
I'm used to Android development, and am having some difficulty accomplishing what I would think is a simple task. I have a MasterDetailPage (called ContainerView.xaml). The Master is my navigation bar...
View Article"CheckDuplicateJavaLibraries" task failed unexpectedly.
Any one could help me with my issue I can't fix it /Library/Frameworks/Mono.framework/External/xbuild/Xamarin/Android/Xamarin.Android.Common.targets(3,3): Error MSB4018: The...
View Article