Unexpected error - Please file a bug report at http://bugzilla.xamarin.com
I updated Xamarin to 4.5.0.486 (fec6f88), Xamarin.Android SDK to 7.3.1.2 (9dbc4c5) and Xamarin.iOS and Xamarin.Mac SDK to 10.10.0.37 (ad35de4) in Visual Studio for windows. Also updated the Visual...
View ArticleLive/Hot reloading at runtime that WORKS!
And it works really good! Check it out http://livexaml.com/ Microsoft you have my approval to buy this company
View Articlesending multiple sms with a loop
Hi, I'm trying to send multiple sms messages through a loop within a xamarin.forms app and want to await the sms screen to close before composing the next sms. Tried xamarin.essantials and...
View ArticleFont Awesome Problem
hello i have a weird problem i am using font awesome in my xamarin forms app it is working fine in my android emulator but when i try to run it on iphone emulator it shows question marks instead of the...
View ArticleCustom Renderer not showing Value on initialisaztion
Hello there I'm currently working on an app which shows tasks to the user. The tasks have a progressbar which can be changed by the user. My idea was to use a slider with a custom renderer, but it's...
View ArticleHow update my list or add data to List
when i add data to additionalservicesnew list but not add data its null here is my code public class BookingDetailsData { public List LstbookingPassengerDetails { get; set; } public List...
View ArticleWho knows how to integrate Stripe payment into Xamarin Forms?
Let me sample of code pls. Regards
View ArticleWhere do I report problems with Xamarin.Forms?
Where do I report problems with Xamarin.Forms?
View ArticleVisual Material Entry - Change border color
I am using Visual="Material" on our Entry controls. How can I change the color of the underline? We'd like to make it Red when a business condition is met on the Model.
View ArticleHow to: Debug Xamarin Forms 3.6 and up
I wrote a blog on how to debug Xamarin Forms 3.6 and up (3.5 and under is very different). Helps when you have a hard to fix bug in your app. Maybe the problem is with the framework? Super simple:...
View ArticleBest practices execute method async in ViewModel
Hello, I need that it execute a method async at the beginning in VM, how do it? example: public Command TextCommand { get; } public ViewModel() { TextCommand = new Command(async () => await...
View ArticleXamarin form is restarted when android change to multi-window mode
Hi, I have added on my xamarin form app the option of multi-window mode of android 7 and when I activate this mode, the app is restarted. Are there some sample about I should develop it in order to...
View ArticleXamarin Forms Android: java.lang.IllegalStateException: Unable to create...
I have a Xamarin Forms Android app and one user keeps hitting the above crash. I can't reproduce it on my emulator with the same configuration. From AppCenter, I can see that the user doesn't do...
View ArticleWhen Entry Completed Event, change to the next Entry without closing the...
Hey, I'm working on a small Android (Crossplatform) App for a school project. In the App I have a Login Screen (Email and Password). When I typed in my Email and I click next, I would like to Focus on...
View Articleawait HttpClient.PostAsync() reports System.NullReference but...
Hi all, in my app I need to check if user is logged in. We are using Oath2 and I only want to check if refresh token is valid. I do this in OnStart method. I have simplified the code a bit but the...
View ArticleHow to communicate between MainActivity.cs(in Solution.Android) and...
Im using reading NFC tag in android but i want to use that tag in Shared code of xamarin.forms. Im getting the nfc tag in MainActivity.Cs and i want to assign it to the text field in MainPage.xaml.cs ....
View Articleawait HttpClient.PostAsync() reports System.NullReference but...
Hi all, in my app I need to check if user is logged in. We are using Oath2 and I only want to check if refresh token is valid. I do this in OnStart method. I have simplified the code a bit but the...
View ArticleIs it possible to increse the height of a progressbar?
Im sure it should be using a custom renderer, I already know how to change the progress color and the track color. However, I need the bar to look bigger and not jusst a small line, is there a way to...
View ArticleSetting Icon File Names as Resources
I was trying to get all of my icon file definitions in one place so that it would be easy to swap icon sets in the future. Since I use XAML for my page definitions, I thought I'd make a...
View ArticleConsume native android library in Xamarin Forms that is UI element
I'm attempting to create and consumable native android library for in my Xamarin.Forms project, native lib is here: https://github.com/florent37/DiagonalLayout I've created the binding library project...
View Article