Are shadows enabled?
I'm studying Urhosharp and I find it great. I have now a problem with shadows. I've downloaded the Samples and for example I see that the shadows are there (Physics example). If I copy the example in a...
View ArticleHow to achieve (almost) perfect/exact collision detection between two...
Hello guys, i am trying to detect collision of two CCSprite's, a ball (PlayFigureSprite) and something that boosts that ball in a specific direction (BoostSprite): [Insert picture here showing two...
View ArticleWCF with authentication
Hi, Does Xamarin for Android support's WCF Ws Security Protocol? In http://docs.xamarin.com/guides/cross-platform/application_fundamentals/introduction_to_web_services talks about the IOS limitation......
View ArticleXamarin.Forms Previewer not showing design time data
Hello, I'm trying to follow the James Montemagno's advices (I can't still post links) to visualize meaningful data in a listview at designtime. I had correctly defined the ViewModelLocator in my...
View ArticleXamarin Forms ios Map Route not Coming up : TK.CustomMap
In xamarin forms TK.CustomMap, for ios Map Route not displayed but pins are displyed. Android it works fine, i have to add anything extra for ios?
View ArticleSet Image Source from code behind.
This is a ridiculous question. How the F*** do you set the Image Source from the Code behind. IT should be as simple as: imageName.Source = "My Remote Image served from a server somewhere"; After hours...
View ArticleNavigation bar hide when update Xamarin.forms 2.4.0 to 2.5.0.280555
When I have update Xamarin.forms version to 2.5.0.280555 then my navigation bar hide. If I have downgrade to 2.4.0 its working fine. I have try to add NavigationPage.SetHasNavigationBar(this, true);...
View ArticleImplementing java interfaces without inheriting Java.Lang.Object should fail...
On stack overflow I answered some questions (e.g. http://stackoverflow.com/questions/38706366/interface-implement-differences-in-c-sharp-vs-java/38707255#38707255 ) where not inheriting from...
View ArticleHow can I use DataTemplateSelector of One Model Object for different ViewCells?
Hello Folks, I would like to ask you about one doubt. Let me give more detail about it. I have one article Model object which has number comments, number of views, number of favorites and article...
View ArticleXamarin Forms: width and height of any given device
Is there any cross-platform way of getting the exact width and the height (minus the status bar) of the device, wheter its a Windows, an Android or an iOS?
View ArticleI'm not getting create a rounded rect. The badge is square
This is my badge Badge class <Grid xmlns="http://xamarin.com/schemas/2014/forms" xmlns:local="clr-namespace:Operacional" xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"...
View ArticleHow do i do to resize the font of the title like font=10
I have this in the constructor: public Indicadores() { InitializeComponent(); NavigationPage.SetHasNavigationBar(this, true); NavigationPage.SetTitleIcon(this, "estapar.png"); Title = EmailLogado;...
View ArticleSkiaSharp and emojis with Apple and Android devices
Is it possible to use Apples and Android build in emojis with SkiaShap DrawText?
View ArticleHow can i create a bindable property?
I have Indicadores.xaml and Indicadores.xaml.cs. I have this property public static string EmailLogado { get; set; } This property is loaded when i log in the App. This is correct, is working fine. But...
View ArticleParse HTML Data with HtmlAgilityPack in Xamarin.Forms?
Hey, does anybody know how i can get a html Document from a URL, so that is can parse the data with HtmlAgilityPack in Xamarin.Forms? https://www.nuget.org/packages/HtmlAgilityPack/1.4.8 Hope somebody...
View ArticleSOAP Action parameter is missing
I'm trying to consume a web service that uses Soap 1.2. I'm using a Web reference and generated proxy class. My request: var client = new MyApp.Droid.MyWS.AuthService(); var response =...
View ArticleHow to change picker text color for Xamarin iOS when the picker is disable?
I'm using Xamarin Forms to develop an app in Android and iOS and found out that while the picker works well in Android, the text color in the iOS picker isn't changed when the picker is disable. So I...
View ArticleSwipe item in listview
Has anyone implemented or know of an example of swiping right or left a list view item for xamarin android similar to the gmail app?
View ArticleConfused on what Xamarin is exactly...
What I've read about Xamarin seems to be conflicting with what makes sense. If I understand correctly, the whole point of using it is to avoid the process of needing more that one development...
View Article