mscorlib conflict between versions
Hello I have a Xamarin Forms Shared Project which can build and deploy without errors. However, the following build warning have appeared: There was a conflict between "mscorlib, Version=4.0.0.0,...
View ArticleXamarin Blank App New Project Templates Suddenly Missing from Visual Studio 2015
I'm missing the Blank App and Blank Xaml App new project templates for both Portable and Shared projects in Visual Studio 2015 (Enterprise). I've not had problems with this before...seems like the...
View ArticleLiveXAML - ability to develop your app in runtime
Hello, I had already posted here about two months ago. At the time, the name of my product was "Xamarin Forms Live" But due to branding issues I had to rename it to LiveXAML, which to me is an even...
View ArticleXamarin.Forms.Build.Tasks.XamlCTask task has been marked with the attribute...
ALL other solution packages are up-to-date, I am using the latest stable release of Xamarin Studio for Mac (7.1 (build 1297)) running Mac OS X 10.12.6. Further below please find some ADDITIONAL STEPS...
View ArticleAndroid button - how to make transparent background and no border ?
I have an app that started on iOS and I'm migrating it to Android, I have a horizontal stack layout where I have a few controls to help the user filter / update a list view below it. Everything works...
View ArticleCross Platform Crop Image View
Hey, Anyone have ever implemented some custom crop image UI that can be used in forms ios/android/win phone? What I`m trying to achieve is something like instagram that crop a image to a square, so I...
View ArticleInitializeComponent does not exist in the current context error
Hi, The error CS0103 (The name 'InitializeComponent' does not exist in the current context) has started appearing after doing a build of our Xamarin Forms solution. The build, however, appears to have...
View ArticleTabbed Page is coming as DropDown Menu on Navigation Bar
On android tablet ,tabbed page is coming as drop down menu in portrait mode.In landscape mode it coming as tabbed but overlapping on navigation page.But on phones it is working fine.Any solution to...
View ArticleHow can I keep the master-detail icon in a Navigation page instead of having...
I have read through a lot of threads on here asking similar things, and I have tried all of the fixes suggested, but nothing I do seems to work. I am pretty sure my code is not that different. I have...
View ArticleMaster Detail Page Back Button
At first, I made my project using this site And i can navigate ohter pages through master(hamburger menu) This is my question. If i tapped a row of datagrid at ClientPage, it will navigate to...
View ArticleIs there a way to find a child element of a certain type like...
This is my Custom page's XAML > <?xml version="1.0" encoding="utf-8" ?> > <customcontrols:RC_Page xmlns="http://xamarin.com/schemas/2014/forms" >...
View ArticleSide Menu navigation from right to left or left to right using gesture
I have side menu screen menu is right side i want to swipe from left to right or right to left . can anybody help me how to achieve this.
View ArticleHow to change the name of app(In the screen, under the icon)
Hi guys, I am building an app in Xamarin.Forms. I want to change the name of app, both iOS and Android. I tried to change the information in mainactivity.cs and Androidmanifest. However it is not...
View ArticleHow to open SideMenu on Custom Hamburger Image click event which is present...
Hello All, I want to know how to open sidemenu on custom hamburger Image click event which is present in the control templet . please help me in this i am attaching the code here .... In this I have...
View ArticleSimplest Cross-Platform way of drawing a coloured bar
I need to draw a coloured bar, with its length indicating a percentage, and to be able to change its length programmatically. I thought I might simply be able to use Boxview and set the Height and...
View ArticleVS 15.3: Dynamic keyword throws PlatformNotSupportedException - Workaround?
Yesterday I happily updated to Visual Studio 15.3. After launching my Android app it crashed with a PlatformNotSupportedException at a line which is using the dynamic keyword. Searching the bugreports...
View ArticleOAuth2 Microsoft/Google authentication Xamarin Forms
I'm building an app that should be able to send emails. I'm using OAuth2 to verify the user, and I've looked at the Xamarin Forms Sample which works great with gmail after setup. However it doesn't...
View ArticleCache image in CustomCell for the ListView
Hi. I created a custom cell template correctly binded to the data. How to cache image? My idea was to use a cache image but the binding appears after the object creation so it doesn't work. Here an...
View ArticleBest way to bind onto two lists?
Hello, everyone! I'm a newbie with Xamarin, and I'm having some troubles to understand the binding syntax. The thing is that I'm writing an app and in some part of it I need to retreive a List of...
View ArticleWhat is the best way to bind data in ListView?
Hello! I'm using SQLite with Xamarin.Forms and I need to binding a huge data into a listview, It's almost 16.000 register. What is the best way to do this? Using IEnumerable, ObservableCollection,...
View Article