ListView ViewCell ContextActions selected item background color
Hello, i have the following listView created in xaml: <ListView HorizontalOptions="FillAndExpand" x:Name="listView" ItemsSource="{Binding IzdelkiNaRacunu}" SeparatorVisibility="None"...
View ArticleHow do I create Custom Renderers for Cells?
I was able to figure out how to create custom renderers for Droid and iOS from here BUT how do I do it for Windows Phone 8.1? public override Windows.UI.Xaml.DataTemplate GetTemplate(Cell cell) gives...
View ArticlePreventing ViewCell From Getting Focus on Android
Hello, I can disable the selection of a list view item on iOS by using an override for the ViewCellRenderer similar to: public override UITableViewCell GetCell( Cell item, UITableViewCell reusableCell,...
View ArticlePCL Xamarin Forms - Convert MediaFile into Byte Array
Hi, I'm trying to save image into Azure database. But i'm facing problem to convert MediaFile into Byte[]. I'm using Xam.Plugin.Medie ( http://www.nuget.org/packages/Xam.Plugin.Media ) to access camera...
View ArticleHow to repeat a local notification?
Hello everyone, is it possible to repeat a local notification for both Android and iOS ? For example every day at 13:00 pm? I am learning Xamarin.Forms, but I cannot find an example about this topic....
View Article[BUILD ERROR] Error executing task LinkAssemblies: error XA2006: Reference to...
After updating my project to the newest Xamarin.Forms package, I've started to get the following error during Debug builds on my Xamarin.Forms PCL solution's Android project. The error is:...
View ArticleCalendarView
Am i the only one where Xamarin.Forms.Labs.CalendarView does nothing? I just see a blank region and cant get it working :-/
View ArticleXamarin.Forms Version of RadialProgress
Hello Guys, is there a Xamarin.Forms Version of RadialProgress? (https://components.xamarin.com/view/radialprogress) If there isn't a Version for Xamarin.Forms, how to get this one working with the...
View ArticleFontFamily without custom renderers for Android?
Hi all, I want to change the font family of my Xamarin.Forms app to American Type Writer. For iOS is not a problem everything works fine, but in Android is not assigning the font. I suppose this font...
View ArticleCarouselPage with Tabs *almost* working on Android
Hello, I created a custom CarouselPage renderer that adds a tabbed navigation on top of the carousel, so that the pages can be navigated by either swiping or by clicking the tabs. Now it works...
View Articlehow to createFeed screen with image gallery like in facebook?
Hi All, I am developing one application where I had requirement that is create feed screen like in below attached image.
View ArticleXLabs errors on Windows Phone project
So I've got an empty xamarin.forms project which works fine on iOS, Android and WinPhone, but I need XLabs HybridWebView,, and after only adding XLabs.Forms from Nuget on WinPhone project these errors...
View ArticleHow to remove previous pages from memory?
I'm using an implementation of Master/Detail in my Forms app. The problem is that even after I change pages the previous one is still running, I even had to do some inactive/isActive code in order to...
View ArticleIssue with zxing after 1.4.4 update
Before the update my app was working fine, but after updating to xamarin 1.4.4 I'm getting this error /Users/J********/Desktop/MyApp/iOS/MTOUCH: Error MT2002: Failed to resolve assembly: 'zxing.ios,...
View ArticleListView default Selected Item background Color is not working
I am using ListView with CustomCell (Custom Renderer) for iOS. I am able to change the color of the background when the user taps on the listviewItem(or when the item is highlighted). // Custom Cell...
View ArticleInsert a RadialProgressView in a ContentPage
Hi Community! I'm having newbie's trouble trying to integrate the RadialProgress, from Xamarin Components, into a ContentPage of my Xamarin Forms project. It works fine as an activity, just like in the...
View ArticleCustom renderer only for one plattform?
Hello. Since I am having performance problems with ListViews only in Android, I am working on a custom renderer, and writing natively the ItemView, with a fantastic result. In iOS, I am not having...
View ArticleCustom Renderer setup to use control from Component store (RadialProgress)
Hi Could someone offer me a bit of help? I started using Xamarin today. I've extended a ListView to have extra spacing etc, and appear how I wanted it. That worked fine when I threw together a custom...
View ArticleActivityIndicator Not Loading in Windows Phone
Dear All, We have used the ActivityIndicator control for showing the Loading indicator. But it works on Android &iOS platform but in Windows Phone its not showing Indicator while loading the page....
View Article