Xamarin.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 ArticleUIViewController and PushAsync with DasterDetailPage
I'm creating a project that follows this excellent menu structure https://github.com/jamesmontemagno/Hanselman.Forms Using this structure could easily adapt my application, however run into two issues,...
View ArticleEntry font size
Is there a way to set font size for Xamarin Forms Entry, as there is for a Forms Label?
View ArticleOnBackButtonPressed Question
I have two pages, page 1 is a page that inputs one piece of information and displays a database listview of the resulting information, and page two retrieves data from an xml page and inserts the...
View ArticleImage control not displaying in iOS emulator from remote source
Hello there, I am new to xamarin development. I have some experience with windows phone. Anyway, here goes the issue. I need to display some images from the interwebz. According to the docs, using an...
View ArticleRemove tinting from iOS TabBar
I have a TabBar at the bottom of my view that I dont want any tinting on. As od iOS 7, iOS automatically tints the icons blue and I dont want this to happen. I have tried writing a custom renderer but...
View ArticleConstraint Expression Via MVVM Binding
Hi, I tried the following and it had no effect (and no errors, nothing happened even though the breakpoint in the ViewModel was hit)... In XAML: <Button RelativeLayout.WidthConstraint= "{Binding...
View ArticleHow to make Editor readonly?
Can anyone please tell me how to make Editor, non editable. I am trying to change Editor conditionally from read mode to edit mode & vice-verse. In read mode one should be able to scroll down...
View ArticleHow to customize Xamarin toasts plugin for iOS?
We're working on xamarin forms project. We've used to Toasts Plugin for Xamarin.Forms to display toasts. Mentioned below is the link of plugin - https://github.com/EgorBo/Toasts.Forms.Plugin The plugin...
View ArticleHow can I cancel Geocoder.GetPositionsForAddressAsync() if it doesn't take a...
I find that the Geocoder calls can take a long time occasionally, so if the user leaves the page that is doing the geocoding before the geocoding is complete, I want to cancel the geocoding. I know...
View ArticleProblem with calling service method in Xamarin Forms
For calling service methods I use System.Net.Http.HttpClient. When I start application in Android and try to call method I get an error message "System.Net.WebException: Error: SendFailure (Error...
View Article