Has anybody written an AOP Logging Interceptor for a PCL?
I'm looking at adding logging all over my app (for insights), but I really don't want to add all that bloat to the code. A typical method with logging will look like public void SomeMethod() {...
View ArticleXamarin Forms Navigation PushAsync overlaps screen.
Just tossing it out there to see if anyone has experienced this before. Basically, I've got two screens displaying at the same time. The blue is a list view on a page that was pushed on top of the...
View ArticlePass Click/Tap Event Through Levels of RelativeLayout
I'm placing RelativeLayouts on top of each other in the same grid row. The RelativeLayouts are set to FillAndExpand on both the HorizontalOptions and VerticalOptions. I want to be able to place them on...
View ArticleHow can I use FontAwesome icons in the NavigationPage?
I am still quite new to Xamarin Forms and I was wondering if it is possible to use FontAwesome icons in the NavigationPage. I have found a way in iOS to use FontAwesome icons in the toolbar items using...
View ArticleMediaPicker showing Splash Screen on Image Select Galaxy S4
I am having a bit of a strange issue. When I used the MediaPicker on an S4, the always displays the splash screen after I have selected an image. I try the same code on an S5 and it doesnt happen. Both...
View ArticleZXing BarcodeWriter to Image not displaying
Hello guys, I've been trying to display my barcode in a Content Page but it doesn't seem to be working. I'm using the BarcodeWriter from the ZXing.Net.Mobile Nuget package. The code compiles without...
View ArticleError after updating to latest Xamarin.Forms
This is the error (Btw, target is Level 23 for android version and target build. level 15 is minimal):...
View ArticleSignalR with OAuth Token not Supported in Xamarin Forms IOS?
Hi All! I have a Forms app using SignalR and Owin OAuth tokens on the server side. The application is logging in and obtaining the token, then adding this to the header of my signalR hub....
View ArticleViewModel properties not binding
Hello I have some properties in my viewmodel that I want to bind to a custom control. However, these properties are null once they reach the custom controller. Is there something I am missing? My...
View ArticleBindable Command-Property on ListViewItem?
Hi, is it possible to make a ListViewItem call a ICommand (including CommandParameter) on tap? Actually / AFAIK, this is only possible via AttachedProperties (which basically doesn't do anything else...
View ArticleThe binding context is null until the event?
Hello! Simple situation - I have a ContentPage with some data. So then I want just to write this data to the object. But I stuck with simple problem - program is giving me a null instead of the Binding...
View ArticleListView on iOS is auto scrolling to the top when rows are reloaded through a...
I'm porting an iOS application into Xamarin Forms and I'm pretty much done.... I'm just having an odd issue where I expand Table Cells and the ListView just auto scrolls to the top I took the...
View ArticleAndroid ActionBar Theme
Hi, I would like to change the theming on the contextual ActionBar on a list view (see screenshot). I'm using "Theme.AppCompat.Light.NoActionBar" as my base, and have tried creating a style for...
View Articlelist of numbers in line
Hi, i'm using a list view with labels to show a list of numbers (currency), but the digits of the numbers are not miming each other. Is there an other way to show a clear list instead of using a...
View ArticleHow could I change the status bar backgroundcolor and text color in iOS use...
I think there must have someone make this happen,is dependency service could make this happen
View ArticleXamarin.Forms 1.5.2-pre2 Released
Forums seem a bit slow to update, so for anyone who's on the ball. Xamarin.Forms 1.5.2-pre2 has now been released Release Notes ## Features ## Entry.HorizontalTextAlignment SearchBar.FontAttributes,...
View ArticleRecord .wav using Xamarin Forms
Hi! I am trying to record audio using Xamarin Forms. I have found only XLabs services for this, but they don't work correctly. Do you know some other ways for doing this?
View Articleforms app device.openuri system exception in ios
Hi, I want to open a browser in iOS with my app with this line of code: Device.openUri(new Uri("http://www.google.com")); but when that line executes I get this error: Could not initialize an instance...
View ArticleAndroid ListView seperator is always visible (even if set to none)
I have a ListView in Android where all cells have different Colors. When I set the SeparatorVisibility to "None" there is still a seperator between the cells (1px), which has the color of the...
View ArticleLoad image file using ImageResourceExtension from another assembly
I am trying to load an image file from project A using an ImageResourceExtension in project B from a project C. In project C I am using the image file name as it is saved in project A. Inside the...
View Article