Add native (android) controls in custom renderer
Currently I am trying to implement a custom renderer for android, which is supposed to display a pdf document. For doing that I need to add some android controls from within the custom renderer and add...
View ArticleCreate Database cross platform
As I can create a database for a multiplatform application? Ie I create a database for example, SQL Server 2013 and implement the same?
View ArticleUnable to launch my app on ios simulator with xamarin studio
Hello, I have a problem when I try to launch my app on ios simulator. The build works perfectly but when I launch it, it crash at the start in the app delegate on "LoadApplication(new App());" And i...
View ArticleException cultureInfo
Xamarin.Forms 1.5 Xamarin.iOS 9 Using http://developer.xamarin.com/guides/cross-platform/xamarin-forms/localization/#iOS_Application_Project public System.Globalization.CultureInfo...
View ArticleCustomising the UIViewController for PageRenderer on iOS 8 to Rotate/Prevent...
Hello comrades, I'm working on a project, which initially had the requirement of being Portrait-only. That was fine, I had simply set it to only support Portrait on iOS project settings. Now the...
View ArticleWinRT 8.1 crash on Init(e) on Xamarin.Forms 1.5.*
Hi. I have used Xamarin.Forms on Android, WP8.0 and WinRT8.1 When I upgraded Xamarin.Forms from 1.4 to 1.5 WinRTstop working. I got this error when calling Xamarin.Forms.Forms.Init(e): Error HRESULT...
View ArticleSIGABRTCrash in print_exception in XF.iOS
I'm getting this error in Insights report. It's not a reproducible issue (only 3 times in the last week). From the call stack is very hard to understand what it's happening. 0 libsystem_kernel.dylib...
View ArticleIOS Code signing key not found in keychain
I'm getting this error trying to debug an IOS app with a device target. I've provisioned everything according to...
View ArticleXamarin Android OutOfMemoryError
Anyone knows what this should be, im getting the following error before the app crash `` [Choreographer] Skipped 57 frames! The application may be doing too much work on its main thread. [MonoDroid]...
View ArticleNot able to access SOAP webservice
I'm working with SOAP webservice for that i'm referring Xamarin.forms samples(webservice) i.e https://github.com/xamarin/xamarin-forms-samples/tree/master/WebServices/TodoASMX But in "Data" folder...
View ArticleChange and control device orientation programmatically in Xamarin.forms
Hi, Is there any cross-platform way to change/control device/UI orientation programmatically in Xamarin.forms ? Suppose i an writing a cross-platform app using Xamarin.forms where i have 2 pages. After...
View ArticleHow do I center-align listview items?
How do I center listview items within a Xamarin.Forms app? I have the following code: <ListView Grid.Row="1" Grid.Column="0" ItemsSource="{Binding Results}" HorizontalOptions="Center">...
View ArticleCan't deploy to iPhone
Cross-posting this from the Visual Studio forum, since it hasn't gotten a response in 24 hours. Hopefully I can get some attention here. Whenever I try to run on an iPhone, Visual Studio hangs for a...
View ArticleJust upgraded to Xamarin Studio 5.9.7 (build 9)
I just upgraded to Xamarin Studio 5.9.7 (build 9) and rebuilt my xamarin forms iOS app and it's size grew from 17MB to 41MB. Has anyone else observed similar behavior? The app store version grew from...
View ArticleAnroid Service in Xamarin.Forms application
I would like to implement Background Streaming Audio in simple podcast player. I have SoundService and ViewModel implemented , but I am still not sure how to implement this Android Service from...
View ArticleUse a ListView like it is a TableView
Currently I am using a TableView to show different kind of custom view cells. Now I want to add the pull to refresh functionality to the TableView. Unfortunately, a TableView does not support...
View ArticleHow are people handling in-app purchases in their XF apps?
If you are handling in-app purchases in XF apps, how are you doing it? I'd like to only have to code up one method, that would then work across all XF platforms (Android, iOS, WinPhone, Windows), as...
View ArticleHow to use defined color from App.xaml in style
I have color defined in app.xaml <Color x:Key="TablePageColor" Accent="#EFEFF4" /> Is where way to use this color in style what defined in same app.xaml? For example: <Style...
View ArticleIs there a rich text editor component for use in Xamarin.Forms apps...
Does anybody know of a rich text editor component for use in Xamarin.Forms apps (including for Windows)? Many thanks, John H.
View ArticleUnable to build Android binary after upgrading to XF 1.5.0
Unable to build binary for Android after upgrading to XF 1.5.0 with X.F.Maps 1.5.0 . Fails with the following error No resource found that matches the given name (at 'mediaRouteConnectingDrawable' with...
View Article