Working with Xamarin Forms Animation class and Animation Extensions
Hi Guys , I have seen the Animation and Animation Extensions in the Xamarin forms.But I dont know how to apply in the Xaamrin forms.Can Any one explain me how and where we use this concepts in the...
View ArticleHow can i create delete event for button in ListView ?
Hello, How can i create delete event for button in ListView with Yes/No Popup Box ? Because i have already created listView.ItemSelected event for edit. In this Program When i click on list of Name...
View ArticleAndroid crashes with ActivityIndicator while starting
Hi, on our project (and a blank test project for reproduction) the ActivityIndicator let Android Apps crash when they use minimum API Level 16 (4.1 Jelly Beans). It's enough to put a ActivityIndicator...
View ArticleShow DisplayActionSheet on LIstView long-press instead ContextActions Menu
I think it might be nice to show DisplayActionSheet on long-press event. Is it possible?
View ArticleShow DisplayActionSheet on LIstView long-press instead ContextActions Menu
I think it might be nice to show DisplayActionSheet on long-press event. Is it possible?
View ArticleAndroid sometimes makes a black screen.
Hello. I been working on a app that use xamarin forms. So far i been able to test on WinPhone and android. On winphone everything works nicely. but i having some funky problem with my android version....
View ArticleMaster-detail page in Android: Master-Icon is shifted to right, after a...
Hi all I have a strange problem. I use master-detail-page for navigation (Popover) and have assigned a master-icon: Master.Title = "Menu"; Master.Icon = "Home.png"; this.MasterBehavior =...
View ArticleNew Blog: FreshMvvm n=2 – IOC and Constructor Injection...
New Blog: FreshMvvm n=2 – IOC and Constructor Injection Feedback always loved!
View ArticleListView Label TextColor
Hey, I've got some problems when using a ListView and a custom DataTemplate. In this DataTemplate I put a Grid and some Labels. And there is my problem: I want to change the textcolor of some Labels,...
View Articlewindows application
hello, it's possible share code between iOS, Android, windows phone AND WINDOWS APPLICATION ( desktop, like windows 7 or 8 or 8.1 or 10 ) ? What's difference between windows store and windows...
View ArticleCreating simple control with custom renderer
Hi. I'm starting a project with Xamarin.Forms an cannot create the most basic custom rendered control with child controls, I always get a "SetElement did not create the correct number of children"....
View ArticleHow to draw "multi gradient " for Android in custom renderer?
For iOS we use CAGradientLayer.Locations as the gradients stops. For WinRT we use GradientStops. What about Android?
View Articleout of memory
Hi friends. I have a page with a "grouped" listview. Every row in this listvierw has an "Image". This page is inside a NavigationStack. I have this exception (only one time by now). Catched by...
View ArticleDevice.OnPlatform in Unit Tests
Hey I want to run unit tests on code that contains Device.OnPlatform(ios,android,winphone);. Is there a possibility to say that the current test case should emulate a special OS like iOS or Android. Is...
View ArticleHow to write a unittest with Device.OnPlatform()
Hello I want to test a method on the pcl-part. The IOS-Part do other stuff than the android one. For example the ios-part make a ModalPush and the android-part a normal one How do you test such parts?
View ArticleLabel LineBreakMode WordWrap behaves as CharacterWrap when using Bindings
I have a Label in which the Text or FormattedText property is populated with a binding towards a property on my ViewModel. The LineBreakMode has been set to WordWrap, but it behaves as a CharacterWrap....
View ArticleSwipe gestures for custom Viewcell in listview
Hi everyone, I am trying to implement a custom view cell for listview in Xamarin.forms. Is it possible to detect left and right swipe on the cells to do some custom actions ? Please help
View ArticleIs it possible to use Xamarin.Maps to add map pins in Xaml?
I would like to put a map in xaml with 1 pin on it with a bound location. I initially thought that: <maps:Map x:Name="map" Grid.Row="2" HorizontalOptions="Fill" VerticalOptions="Fill"...
View ArticleXamarin Forms Chart
Hi all, I was looking for a chart component to make some Charts using Xamarin Forms that can be used with IOS and Android. Then, i found OxyPlot or XLabs easy ways to start doing it. Using XLabs, i was...
View Articlebinding not firing in some cases
I have a view model, which is set as the binding context of my view. I have a view which binds to one of the properties of the view model, which is a complex object. I'm finding that the bindings are...
View Article