MasterDetailPage in NagigationPage
Has anyone realized that a MasterDetailPage cannot be launched as a NavigationPage after moving the app to Unified API with the latest stable Xamarin Forms? Basically this code doesn't work anymore...
View ArticleAndroid.Widget.ImageView to Xamarin.Forms.Image
I want to tranfer my project from Xamarin.Android to Xamarin.Forms. In Xamarin.Android I wrote: ImageView imageView = new ImageView(context); bitmap = Bitmap.CreateBitmap(100, 100,...
View ArticleHorizontal swipe handling over a ListView on Android (Forms)
Hey folks, I have a Xamarin.Forms view which includes a ListView and a few other elements. I've added a custom renderer for the ContentView my view inherits and added gesture handling there. While it...
View ArticleCannot use 3rd party library Aspose, even though supports Mono
I'm quite new to Xamarin.Forms and using Mono - so forgive me if this query is somewhat backwards, I'll do my best to explain. We use a 3rd party library called Aspose to manipulate Word, Excel &...
View ArticlePlaying audio files in xamarin forms
Hi, Can anyone tried to play audio files in the application using xamarin forms.If so please show me a way to implement this. Thanks , sunil
View ArticleCustomizing a Picker That Contains a List
I'm still new Xamarin and I'm having some trouble in my code. I have a picker that contains a list of areas. There are over 3000 items. It will be very hard and not user friendly to scroll down all of...
View ArticleActivity indicator covering the whole screen (including all of the bars)
Hi, Is there a way of implementing ActivityIndicator via Xamarin Forms and that indicator to be covering the whole page? (including all of the bars, if there are any). Right now I am developing an app...
View Articledelete multiple items using ListView
Hi Guys, I am looking for small example demo for deleting multiple rows in the listview using Xamarin Forms.I know how to develop the simple listview like below ListView listview=new Listview();...
View ArticleXamarin.Forms.Maps thrown an error if rotated on Nexus 7
Page <ContentPage xmlns="http://xamarin.com/schemas/2014/forms" xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" xmlns:maps="clr-namespace:Xamarin.Forms.Maps;assembly=Xamarin.Forms.Maps"...
View ArticleXamarin.Forms.Maps thrown an error if rotated on Nexus 7
Page <ContentPage xmlns="http://xamarin.com/schemas/2014/forms" xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" xmlns:maps="clr-namespace:Xamarin.Forms.Maps;assembly=Xamarin.Forms.Maps"...
View ArticleHow to Customize the UI of control in Xamarin forms ?
How to customize the look of Xamarin forms means 1. when I using Stack Layout the it will increase the gap between two control(because its divide the space equally to all the controls). 2. If I use...
View ArticleMaps PCL - release problem
Hi, I 'm developing a cross-plataform app (pcl) using xamarin.forms.map. As far I run it in debug mode it works like a charm, but when I try to run as release I got a error with empty message, just...
View ArticleiOS App not displaying in full screen
I have an iOS App using Xamarin.Forms and have deployed it to the iPhone Retina (4-inch 64-bit) iOS 7 Simulator. I have set the iPhone Deployment Target to 7.0 and for iPhone/iPod devices only. However...
View ArticleEditor with vertical scroll bar
Hi, I am using Editor for Multiline text. If the text is longer than the editor height, i am able to scroll the text, but vertical scroll bar is not shown. How to make scrollbar visible in Editor if...
View ArticleInitializeComponent does not exist
Hi, I'm having difficulties on XAML files in a Sheared project. Using Xamarin Studio; What I did was simply adding a xaml page to the project and build without adding any code. And it gives me the "The...
View ArticleWebView loading progress.
Hello all, want to implement custom progressbar for webview. But I can't even find the way how it can be done... Can anybody help me?
View ArticleTrouble with Xamarin.Forms after upgrade
Hello, After upgrading to Xamarin 3.11.836.0 (ed5c750) in Visual Studio I see some strange issues and don't know how to resolve them. The first thing I noticed is that the PCL Reference shows...
View ArticleIPA Generation on Jenkins
Hi, I'm having some trouble to generate an IPA for my Xamarin Forms iOS project on Jenkins. I follow the documentation (http://developer.xamarin.com/guides/cross-platform/ci/jenkins_walkthrough/). I'm...
View ArticleHow to change background color for all platform
How to change the background color of pages so that it will come same for all the platform (Android, iOS, Windows) means I want keep same color in all platform. Is there any way to do this ?
View Article