Connectivity plugin in SharedProject
@JamesMontemagno Does your Connectivity Plugin work in a SharedProject (not a PCL)?
View ArticleCreating Xamarin.Forms project VS 2013. Getting error with Xamarin.Forms...
I am using Xamarin 3.9.236.0 in Visual Studio 2013. I am getting error immediate after creating Xamarin.Forms project in Visual Studio 2013. Please see the attached. I seems that I also tried to add...
View ArticleCrash in CarouslePage with ItemTemplate
Given this XAML <?xml version="1.0" encoding="utf-8" ?> <CarouselPage xmlns="http://xamarin.com/schemas/2014/forms" xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"...
View ArticleSuper speedup by overriding layout methods (XF 1.3)
Hi all, i was struggling to get any performance out of my Android app, tried everything that was mentioned in these forums. I did find a solution that might help others to (if not already known and my...
View ArticleWhen to process data on startup, after splash screen
Hi, I'm having trouble with a basic Xamarin.Forms iOS application. I have the following code: public class App : Application { public App (IOfflineFileSync offlineFiles, ISaveAndLoad saveAndLoad) {...
View ArticlePicker Control Does not show on iPad Simulator
I am using the Forms Picker control and works fine on iPhone Simulator but does not show if I switch to iPad Simulator. Any ideas?
View ArticleHow to remove border or padding between Navigation bar and content page
Hi, Im using Xamarin forms - iOS, trying to remove border or a line between navigation bar and content page shown in the pic. I`ve tried all possible ways by changing and adding possible code but...
View ArticleAnyone using CouchBase with Xamarin Forms?
I'm considering using CouchBase for a project - I've never used a NoSQL solution before, but it seems like it might be a good fit for what I'm doing. However, it doesn't appear that CouchBase currently...
View ArticlePolyline in Xamarin Forms Maps
Hi, what is the timeline for adding Polyline to Xamarin Forms Maps? Alternatively, can you recommend a native approach to add Polyline in iOS and Android?
View Article[V-1.3.1][Android] Issues with NavigationPage BarBackgroundColor and...
I'm using a MasterDetail page, and when the root page initially loads, I set the Detail as such. // CONSTRUCTOR // this'll actually be set on the first menu item select var detailPage = new...
View ArticleBar Code Reader in xamarin form Pcl project
@JasonAwbrey @YoeriVanDamme hi I'm new in Xamarin . I'm wrote my first app in Xamarin up to 95% , without mvvm. I create classes an call on by one Now I'm need QR code scanner & I found this . I...
View ArticleSwiping between pages - Carousel Page?
Hello all! At the moment I am looking into doing something like the Gmail app in Android where you can swipe between your emails in the after you click on one (swipe right to your next email, left to...
View ArticleSystem.Threading.Timer in suspended state
Is the use of a System.Threading.Timer safe given that apps can be put in a suspended state? My concern is that if an app gets put in a suspended state, when it's brought back into the foreground then...
View ArticleMultiple build targets
Hi guys, I need to make a codebase to build around 10 apps with different configurations. In Xcode we can just add new targets and configs and can load the config from plist associated with the target....
View ArticleZXing cross platform barcode scanning - not working on IOS
Hi All On our Xamarin forms app, I am trying to use the ZXing cross platform barcode scanning implementation hosted here https://github.com/aritchie/acr-xamarin-forms This works grate on android, but...
View ArticleHow Is Default Image Decoding Implemented?
Hi All, My Googlefu is failing me, I can't find an answer on the web. Does anyone know how the default image decoding for a Xamarin Forms Image control is implemented? Specifically, if it is given a...
View Articledefining layout of what is returned from RendererFactory.GetRenderer [android]
Hello, i'm developing a very simple templated control that is basically a container of a cell. Internally i use a linearlayout to host the cell container. Basically i add or replace the linearlayout...
View ArticleRendererFactory.GetRenderer() gets native view with no size and layouts.
Hi first of all I'd like to thank for all who works on Xamarin, I love this framework! Now down to the issue I have. I have created ContentView with Label and without adding it to page I'm calling...
View ArticleMVVM Question
I have an application with a toolbar (Xamarin toolbar). I also want to add a bottom bar with a few buttons. I would then add views (MVVM) in the area between toolbar and bottom bar and use Xamarin...
View ArticleChange Toolbaritem color through pagerenderer for Android
Hi, Can someone guide me how to change the toolbaritem text color through using custom pagerenderer please? Here is what I have public class ExtendedContentPage : ContentPage { public static readonly...
View Article