How can I create animation for ListView item?
I have ListView with custom ItemTemplate which contains the Image. ListView placed in center of Grid. Need to animate Image move to the right Grid corner when I click on "+" button. I know that I can...
View ArticleDate Picker
Give me some example or sample application of date picker for Date of Birth?
View ArticleItalic Label?
Is there a way to set the font of a Label to be italic? I can only seem to do Bold at this point.
View ArticleXamarin.Forms.Maps 2.0.0.6484 hangs or crashes on Android
Hi, I have a question concerning the new Xamarin.Forms 2.0.x version especially the Xamarin.Forms.Maps dll. After updating to Xamarin 4 with the new Xamarin.Forms and Xamarin.Forms.Maps version 2.0.x...
View ArticleIs it possible to instantiate a class at runtime from a string contained in a...
Hi, In Microsoft's full implementation of XAML, you can instantiate a class at runtime from XAML read into the XamlReader class. Is anything similar to this possible in Xamarin.Forms? If not, can...
View ArticleAnimating HeightRequest extremely choppy
Is there a way to animate the Height of a VisualElement that is buttery smooth? I have the following that I thought would work, but it is extremely jerky: void collapseExpandHeightAnimation(string...
View ArticleForms frame isn't the same on iOS
I was using Xamarin Forms to create Android version with frames without any custom renderer of frame, it's fine. But when I use it on iOS, all frames are shadowed and separated to each other, it's...
View ArticleWebView content cut off vertically on iOS but not Android
In a tabbed app, one of my tabs contains a single WebView that I load with an HTML string read from a file. The HTML is super simple - just headings and paragraphs. On Android, everything is fine, but...
View ArticleHow to download Xamarin 4.0 update on a Windows 10 machine using VS2015?
I get update notification, but clicking it doesn't do anything. There is no update option anywhere. I am not talking about Xamarin.Forms updates to installed packages. Tried to download the update...
View ArticleLoading a Forms application in Windows Phone 8.1 without LoadApplication
We're working on an application for iOS, Android and Windows Phone 8.1. Due to some problems with the default LoadApplication we had to use some different methods to load the Forms app on Android and...
View ArticleWhats the best way to create a mobile service that pulls data from a database...
Hello I am working on a mobile app that needs to display data from a database in the mobile app the only issue I'm having is that the database is behind a firewall and we don't want thousands of mobile...
View ArticlePage's visible property works wrongly on iOS
I was using this property on Android to save time to load my pageview (I have many page which are opened from a parent page, like chatbox is opened from chat history). It was working fine on Android,...
View ArticleYour experiences with update to Win10 + VS2015…?
Hi all I work with Win 8.1 and VS2013 Update 2 and XF 1.4.4 “stable” and XLabs right now. On the base of various reasons, I have to update to Windows 10 and VS2015 in the near time. As we develop also...
View ArticleHow to block Application restart when using Zxing.mobile barcode scan on...
Hi, I am using Zxing.Mobile barcode for scanning and setting Autorotate option to false. But on click of Cancel button in camera it restarts the application in Higher versions(Android 5.1.0). My code...
View ArticleThrow a local notification from shared code project that goes to another view...
I have defined a service interface that allows throwing a local UI notification with the following interface: public interface ILocalNotificationService { void CreateLocalNotification(); } This service...
View ArticleGet data object inside of a ViewCell
I'm creating a customized ViewCell. i.e: public class ContributionItemCell : ViewCell and I'm looking to change the value of a label based on the value of the item selected inside of the parent...
View ArticleGrial UI Kit for Xamarin Forms
Hi everybody! Just wanted to share with you our first Xamarin Forms User Interface Kit. And hear what you think about it Please check it out http://www.grialkit.com Thanks everybody!
View ArticleHow to intercept Navigation Bar Back Button Clicked in Xamarin Forms?
I have a xamarin forms page where the user can update some data in a form. I need to intercept the Navigation Bar Back Button Clicked to warn the user if some data have not been saved.How to do it? I'm...
View ArticleCrash 'NaN is not a valid value for height' on physical device after pull to...
After testing my Xamarin.Forms app in IOS simulator for a while, I started to do so on a physical device. On simulator it works without any problem, but on my IPhone 6 a very strange exception crashes...
View Articlemasked entry *Android*
just adding a control I made for Xamarin Forms. still in beta testing but seems to work ok on Android. just giving back for all the great code I have seen from github projects....
View Article