ListView default GroupHeader differences in Xamarin Forms 1.3.3 & 1.4
Hello, I recently updated my Xamarin.Forms assemblies to 1.4 (from 1.3.3), and I couldn't help but notice default ListView group headers changed on iOS. In the older version, they were thinner, giving...
View ArticleHow to create new file directory?
I wanna create a file directory, so that I can put the new created file into this new directory. var documentsPath = Environment.GetFolderPath (Environment.SpecialFolder.Personal); var newDocPath =...
View ArticleFastCell on github - silky smooth scrolling in ListView while using XAML
The xaml in the complex example is really over-the-top (3 stack layouts, and 9 images) and performance is still good. Let me know how you get on! Implementation is very easy and unobtrusive....
View ArticleTabbed Pages in android are not working with new Xamarin Forms 1.4.4.6392
I hava a Tabbed page Inside a Navigation Page As Detail Of Master Details Page, Clicking on tabs doesn't work, it always shows the last page. public class TestTabMasterDetailPage : MasterDetailPage {...
View Article[Xamarin Blog] Build Your Own Selfies App with Xamarin.Forms and Azure
Sending selfies to all your friends has never been easier thanks to Moments: a Snapchat clone built with Xamarin.Forms and Microsoft Azure. Best of all, Moments is also open-source and freely available...
View ArticleCould not install package 'Xamarin.Forms 1.3.3.6323'.
Dear All, newbie with Xamarin, When adding 'Xamarin.Forms' package, I am facing with below: Could not install package 'Xamarin.Forms 1.3.3.6323'. You are trying to install this package into a project...
View ArticleWhy does my oxyplot not display within a stacklayout?
Hi Guys, I am hoping someone can give me a point in the right direction. I have the following page: <?xml version="1.0" encoding="utf-8" ?> <ContentPage...
View Articlepage 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 ArticleReusing custom renderers
Hi all, In my Xamarin.Forms application I use NavigationPage with stack of ContentPages to display my content. It's similar, for example, to typical mail application: it has some list of items and when...
View ArticleIs there a way to load my app built in vs2013 onto iOS devices using Apple...
I have used the Apple Configurator before successfully with an app built in XCode. I am able to deploy my Xamarin Forms app from VS 2013, and run it on a single iOS device, but I want to install the...
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 Article