page navigation
Dear All, I am new born level of Xamarin, I am trying to navigate from Mainform to MyPage1 ..but confuse how does it work? what method should I use to call MyPage1? with Fade or sliding transition?...
View ArticleCan't create Forms Picker custom rendere
Hi i easily created custom renderer for Forms Entry control, but when i tried to create one to Picker i get this error: Error CS0115:...
View ArticleOpening a modal page inside another modal page causes strange behaviour on...
To reproduce: - Create a new Project and update nugets with latest xamarin.forms (4.0.3) - Let the MainPage be a ContentPage wrapped in a NavigationPage - From MainPage, push a new Content page (Page2)...
View ArticleBuilding Release Version Fails (The "LinkAssemblies" task failed unexpectedly.)
After adding XLabs' NuGet packages (Core, Platform, Serialization, IoC, Forms, and Forms.Charting), I have been getting the following error when I try to build a release version: C:\Program Files...
View ArticleHow do I prevent a MasterDetailPage from intercepting UI interaction?
I have a couple of ContentPage derived classes in my app (accessible from the apps MasterDetailPage implementation) that have rather complex controls that need to receive gesture input from the user. I...
View ArticleScroll Images in single page
Suppose i have a page with Forward and Back button and i have multiple images, If i press press front and back button. i need to change the image from the list of available images? Is there any...
View ArticleAdjust Width of Master on MasterDetailPage
I am using the MasterDetailPage for the NavigationDrawer on Android. Implementing the functionality has gone perfectly, however the width is too large and i would like to adjust it. I have tried to set...
View ArticleHow to hide the share button in UIDocumentInteractionController to restrict...
Hi, I have written DependencyService for iOS and have below code to open up a pdf document in preview mode. This has a DONE button to dismiss preview and Share button at right (to share the document)....
View ArticleListView
trying to implement list view but getting error. http://s9.postimg.org/6wuppa9wv/Screen_Shot_2015_08_19_at_11_55_50_am.png
View ArticleError CS0246: The type or namespace name 'Xamarin' could not be found
Why i am getting error in new generated Project (Xamarin.Forms Project)? Error CS0246: The type or namespace name 'Xamarin' could not be found (are you missing a using directive or an assembly...
View ArticleTranfer project from Xamarin.Android to Xamarin.Froms
Hello. I have the project on Xamarin.Android. In MainActivity.cs: protected override void OnCreate(Bundle bundle) { base.OnCreate(bundle); SetContentView(Resource.Layout.Main); LinearLayout mainLayout...
View ArticleMasterDetailPage 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 Article