Any update on Xamarin Forms with Windows 10 Universal Windows Platform?
I am eagerly waiting to hear from Xamarin Forms working with Windows 10 UWP apps ... anything exciting launching tomorrow with VS 2015 launch?
View ArticleHow to change the image property values with respect to the platforms ?
Hi, How to change the image property of button in Xaml with respect to the platform specific ?
View ArticleMake editor both read-only and support carriage returns
How can I make editor both read-only and support carriage returns? I have discovered that making the editor read-only disables carriage returns.
View ArticleIs it safe to pass null to DisplayActionSheet? Question for Xamarin please.
I have been trying to use DisplayActionSheet to implement what should be a trivial piece of functionality. Inevitably there was a pretty significant bug on WinPhone (#21652) that cost some time, but...
View ArticleChange color with animation
Is there a easy way to change color with animation? The animate function takes a double so if we are going to use the rgb format we need 3 animations. One for each color channel. We also need to...
View ArticleNavigation.PushAsync "hangs" on Android
I am writing a fairly simple application. It has a login page, then navigates to a data entry page. On iOS and Windows Phone, this works fine. On Android, the application just hangs when trying to do...
View ArticleOpen a pop up on button click which is using ViewModel for binding i.e....
I'm using the below code to bind button click event. View this.BindingContext = new SampleViewModel(); btnClick.SetBinding(Button.CommandProperty,"ButtonClick"); ViewModel I'm implementing button click...
View ArticleSiaqodb and IOS mobile app
I am trying to use the last version Siaqodb for a cross-platform mobile app. For Android, everything works fine, but I encountered some problem with IOS. I installed the last version from nugget...
View ArticleMessagingCenter.Subscribe in Windows Phone
I'm writing an app that using the MessagingCenter between ViewModel. All is ok in Android but in Windows Phone it seems not working. I use the Send method, but the Subscribe doesn't raise. Have you any...
View ArticleHow to load and image from Resources into a byte-array?
Hi all I have a (hopefully ) simple question (I don’t have found an answer, that fit’s by my searches). I work with Xamarin.Forms 1.4.1-Pre-1. In my app, I have: byte[] AvatarErfassung; // Bytearray,...
View ArticleHamburger icon in MasterDetailPage
Hi, so I have a master detail page and I want to change the default icon and the back arrow in the left with a hamburguer icon. How can a I accomplish this? My page is: public class RootPage :...
View ArticleDetect Keyboard Open
Hello I want my ListView to always scroll down (Using ScrollTo works), But when I am focusing the Editor and start typing the Keyboards opens above the ListView with the messages in, I want it to push...
View ArticleActivityIndicator Broke!!
Hey, I updated Xamarin.Forms, now my android device fails on this line: If I remove it, it works fine. No idea what to do! Here's the exception... Java.Lang.RuntimeException:...
View ArticleHow to fire row selection event in TableView + Xamarin Form Shared Project
Hi, How can get selected row event in Table-view using Xamarin Forms . I created a table view control with some custom views.
View ArticlePush Async and Pop Async in xamarin.forms
I have created a Forms Shared Project solution and have multiple pages that go Page1 to Page2 to Page3 to Page4. From Page4 I want to pop out to Page3 on the click of a button and From Page3 I want to...
View ArticlePlaying sounds with Xamarin.Forms
Hi! I am studying Xamarin, and, as a practice, trying to make a stopwatch which ticks every second, but I didn't found any informatin about working with sounds on forums. Where to find this...
View ArticlePicker On Windows Phone
I have a content page with two picker inside a Table Section. I add the item source of both picker reading from database. In Android i have no problem, but in Windows Phone when my page appearing the...
View ArticleGeneric in custom page (XAML)
Hello! Can I use generic in custom page? As here: public class UpdatableContentPage<TModel> : ContentPage, IUpdatable where TModel : BaseViewModel { .....some code here } And then in xaml file...
View ArticleGeneric base class for a custom ContentPage
The last Xamarin.Forms release notes had this comment: [XAML] x:TypeArguments now works at root level, fixing generic subclassing from XAML That sounds like exactly what I'm trying to do, but I'm...
View ArticleHasShadow Property of Frame not working
I am using Xamarin Forms and I am trying to build a cardview style control by putting a frame inside a listview and it doesn't look like the HasShadow property is working properly. I have it set to...
View Article