Custom Renderer doesn't see ViewModel PropertyChanged events outside of...
I seem to be missing a piece to this puzzle... I have a View with a bound ViewModel using a Custom Page Renderer on Android. The only properties the renderer is detecting changes to are Renderer, Width...
View ArticleProblem with Application.Properties
I have an application that make use of Application.Properties to save some data, but some problems ocurred on the app and now, the data on Application.Properties cannot be saved, because, if i install...
View ArticleSupported languages publishing android APK
Hello, I developed an application and now I'm publishing for android Market. I just updated my environment to xamarin forms 2.0 I followed the standard procedure to publish from visual studio, really...
View ArticleUsing Xamarin.Forms.Maps for offline use?
Hello Is it possible to use Xamarin.forms.maps for offline use? and if it is, any documentation on it? Else if I wanna add OsmSharp to Xamarin.forms, how do i make custom renderer, that renders Map...
View ArticleMaps using Xaml
Hello, is there an example on how to use xamarin.forms Maps into XAML? I tried to use the tag Map but is not found. Readng this example it seems specific code is needed for Android:...
View ArticleYour experiences with update to Win10 + VS2015…?
Hi all I work with Win 8.1 and VS2013 Update 2 and XF 1.4.4 “stable” and XLabs right now. On the base of various reasons, I have to update to Windows 10 and VS2015 in the near time. As we develop also...
View ArticleCustom Renderer with android XML drwabale and binding
Hi, I've looked around and found how to use an xml drawable and use SetBackgroundDrawable in an android custom renderer. However, how do I change say a color of that xml within a PropertyChanged...
View ArticleXLabs Calendar shows in Droid, but doesn't in iOS
Has anyone come across a problem using the XLabs Calendar control with their iOS project? The control appears just fine within my Droid project, but when I test it out on iOS, it's not displaying at...
View ArticleForms tabbed page title font and background
Is there any way to set the font and background on a Forms tabbed page title ? Thanks, Philip
View ArticlePie Charts & Graphs
I need to create an app which contains some pie charts. I'd like to do this using Xamarin Forms. Does anyone have any suggestions for cross platform libraries that will handle this. Thanks
View ArticleMasterDetailPage (Android) adds back arrow to first page of a navigation stack
I can't help but get the feeling that I'm missing something here. I have a MasterDetailPage whose Master is a NavigationPage. On iOS this displays as expected - the first page has no "Back" button or...
View ArticleDraw chart in Xamarin.Forms
What is the best way to draw chart in Xamarin Forms. https://en.wikipedia.org/wiki/Candlestick_chart I think the best way to use: ScrollView, StackLayout and BoxView. What do you think?
View ArticleGetting an Exception while using Xamarin.Forms.Labs.Charting
I'm using the following code for displaying the bar chart and Line chart in single chart using System; using Xamarin.Forms; using Xamarin.Forms.Labs.Charting.Controls; namespace BarChart { public class...
View ArticleHow to show the data in Bar chart, Column Chart and Line Charts using...
I want to show the data in Bar chart, Column chart and Line charts using Xamarin.Forms. How can I achieve this one.?
View ArticleHow to Add Button Controls and perform Click events
Hi, How do we add button dynamically in a MonoMac Project and perform Click events.I want to write the code in cs file.i am not getting the button displayed even though i add a button programatically....
View ArticleIf click on Entry to hide the Keyboard when click on image to show keyboard?
If click on Entry to hide the Keyboard when click on image to show keyboard? Working fine in Android but I have a problem in iOS and Windows.
View ArticleAndroid Emulator Not Launching the Application ?
I create an app using xamarin.forms but its not launching the app for Android. it crashing after deploying the app on emulator. Its giving following error : In mgmain JNI_OnLoad 11-27 06:54:31.129...
View ArticleSIGABRT issue on iOS (Forms project)
Hey. I'm developing a crossplatform app using Xamarin Forms, but the iOS build has a random occurring crash at startup (using a iPhone 4S iOS 9.1 Simulator via Xamarin Studio). The exception is...
View ArticleAlternatives to RoundedBoxView?
Hi, I use RoundedBoxView NuGet package for cross platform. It works on iOS and Android but not it WP8. NuGet package description says it is dependant to Xamarin.Forms >= 1.4.4.xxxx however it...
View ArticleFontAwesome Label: Here's how!
Here's how you'll use the new FontAwesome label (Any Graphic font will work, but FontAwesome is Awesome): var coolLabel = new FontAwesomeIcon(FontAwesomeIcon.Icon.Gear) Here's how to set it up....
View Article