[Material] TextInputLayout Renderer (Floating Labels)
Just thought I'd throw this out there. If you want floating labels on your Entry (as found here (by JamesMontemagno)), I've thrown together a custom renderer that extends Entry. note: this requires the...
View Article"The type or namespace name 'App' does not exist in the namespace...
Apologies if this has been asked and answered elsewhere - I searched quite a bit before posting. I created a totally new project (Blank App, Xamarin.Forms Shared) via Visual Studio 2015 (running on...
View ArticleWhat is the most efficient chat api provider that integrates best with Xamarin?
I am wondering which chat API/server provider is most efficient, understandable, cost effective, and easily integrated with Xamarin - the following list: 1.) Buddy - https://buddy.com/ 2.) Google Cloud...
View ArticleXamarin.Forms and Azure Mobile Service Error
Hi, I use Windows10, VS2015 Enterprice, Xamarin.Forms Portable Project. If I add Mobile Service Project without Azure hosting in Xamarin.Forms Portable Solution - everything works good. If I add Mobile...
View ArticleIssues With ImageSource Binding
Hi there, I have ran into a bit of a snag on a project. I am currently using a wcf service that returns an object which has a property called "ImageDataSource" which is the bytes of a bitmap image. I...
View ArticleDifferent output between Emulator and Samsung Galaxy S3 with Xamarin
I am having issues with the output of the the result of a math calculation. I have a basic average of an array of double and I assign the result to a Label object, using the ToString() method. When I...
View ArticleSetting the height of a BoxView as a percentage of the Grid which contains it...
Hi all, I've got a requirement to fill a bunch of boxes with a color based on a individual double properties on the viewmodel which represent the percentage "full" the box should be. These properties...
View ArticleListView.ScrollTo is broken on iOS / I need alternatives.
I'm having a tonne of trouble getting the ListView to ScrollTo the end in iOS, it's working fine in Android. I can see there is a bug related to it that has been marked as solved then reopened etc:...
View ArticleHow can I scroll to a specific row or section in a ListView
I have a Xamarin.Forms.ListView that contains events that are grouped by date. There are events that occur in future and events that occur in the past. Users would like to have their screen load with a...
View ArticleText color change Alert Dialog
I'm trying to change the color of the text of the warning dialog button, but I have no success. I try to change the buttons are on the attached image My style xml: http://pastebin.com/aGuSN3by Someone...
View ArticleXamarin.Forms working with 3rd party ASP.net C# SDK
I'm trying to work with a REST service using a 3rd party ASP.net C# SDK, but I can't add it as a reference to the PCL project and thus can't add the correct using statements. I'm new to development in...
View ArticleXLabs using microphone
Hi, I want to use microphone and i did this using XLabs AppDelegate class: `public override bool FinishedLaunching (UIApplication app, NSDictionary options) { Forms.Init (); this.SetIoc(); #region...
View ArticleCreate a File Chooser (upload) in Xamarin.Forms
Hi guys, i'd like to create a file chooser (file upload) in Xamarin.Forms but i don't find nothing. Do you have a solution? Thanks a lot.
View ArticleListView visible itemSource only updated when interacted with
Hi folks, i'm working with a listview in class created: public MyPage() { this.MyListView = new ListView() { IsGroupingEnabled = false, HasUnevenRows = true, ItemTemplate = new...
View ArticleHow Can we develope expendable listview as accordion Control?
Can you please help me in developing this expendable listview control in Xamarin Shared forms which can be used for all mobile platforms as iPhone, Android and Windows Phone?
View ArticleMessage: The application may be doing too much work on its main thread.
What mean message "The application may be doing too much work on its main thread." ?
View ArticleUIWebView in Xamarin From not display Video
hi, I implement UIWebView in Xamarin.Froms for Android and IOS. Customer provide video on HTML5 files and I 'll display this HTML5. But video in UIWebView is not display. Could you tell me how to...
View Articleusing included Symbol Icons for AppBar with winrt
How do I make use of the symbol icons included with WINRT? So usually in winrt I just do this <Page.BottomAppBar> <CommandBar> <CommandBar.PrimaryCommands> <AppBarButton...
View ArticleForce ListView to redraw when itemtapped on iOS.
Hey I have a listview with some custom viewcells. I want the viewcell to change its backgroundcolor when the cell is tapped. overriding the OnTapped() function worked on android but when i do it on iOS...
View ArticleEntry Next/Finished Buttons - Android
When placing multiple Entry controls on a page in Xamarin forms, there appears to be no (obvious) way to enable the Next/Finished buttons that appear on the device keyboard. The buttons appear, but...
View Article