Can i use Xamarin studio for Windows 7
I wish to build an mobile app for IOS, Andriod, and windows phone using c# code. can i use xamarin studio in windows 7?
View ArticleHow to use Badge.Plugin in Xamarin.forms? Is there any alternate to...
Hello, I am using the Nuget plugin Badge.Plugin. I need to create and set the badge value in Xamarin.forms.Can we use the Badge.Plugin in forms.If so, how? Or is there any solution to create and set...
View ArticleForms uses badge to share project errors
http://www.nuget.org/packages/Xam.Plugin.Badge/ Is there a successful operation of the project? I'd like to find some common packages. But badge seems to be the only one.
View ArticleSetting button background color removes material design touch feedback
How do i set the background of a button but still keep the touch feedback from android material design? <Button x:Name="login" Text="LOGIN" TextColor="White" BackgroundColor="Teal"...
View ArticleAdding a picker in XAML
I'd like to add a picker control that has the values 1,2,3,4,5. I tried the following... <Picker SelectedIndex="{Binding NewCriterion.Importance}" > <Items>...
View Articlelistview edit item and new item inside pop up
I bound my listview using mvvm logic but I need edit item and add new item actions. What is the best way to do it without navigating to another page? On WPF i have achieved this using a popup with a...
View ArticleDependencyProperty equivalent for Xamarin Forms.
I'm writing a XAML + MVVM project for testing porpuses. So far i haven't had any problems trying to port my Windows code to Xamarin except for the DependencyProperty. Is there a way to get it working...
View ArticleOnStart, OnSleep, and OnResume not called
Hello, I created a Xamarin.Forms Shared application and noticed that OnStart, OnSleep, and OnResume are never reached. OnStart should be called in Xamarin.Forms.Forms.Init am I right ? Why are all of...
View ArticleDouble-tapping in Xamarin.Forms on Android
We've found some rather annoying issues with multiple taps and navigation on Android using Xamarin.Forms. Let's say there's a button press and in the handler there's a bog-standard await...
View ArticlePossible to support Images in NON root folder on windows??
Is there any way possible to support images that are in the Assets folder on Windows Phone? I have 50 to 60 different images and it is really annoying to not be able to organize them
View ArticleListView in Windows Phone causes Argument Out Of Range Exception
Hello, I am having the exact same problem, that was reported here: https://bugzilla.xamarin.com/show_bug.cgi?id=24681, which is: Attempting to remove the last item from the example list view causes an...
View ArticleStrange out of memory issue in media picker
I'm using following code to allow user to select image from device. var device = Resolver.Resolve<IDevice> (); var mediaPicker = DependencyService.Get<IMediaPicker> (); if (mediaPicker ==...
View ArticleRequest: Support for ICommand on most if not all controls
Greetings, I had a request for the "powers that be" That request is to consider adding support for ICommand to most if not all control events (ItemSelected, ItemTapped, etc). This would allow a great...
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 ArticleCross Platform version of "SharedApplication" and/or "Shared Intent"?
I am looking to see if there is anyone out there that has a suggestion on implementing the SharedApplication and "Shared Intent" in a more pure Xamarin Forms manner (right once in the PCL shared code...
View ArticleAfter implementing Material Design for Android, crashes app on start
Hi there, I implemented Material Design in my Xamarin.Forms app using both links, however in both cases when i run app, it crashes. Please advise...
View ArticleHow do I select an emulator to test on when creating cross platform? Beginner...
Hey all, I have created (its just the standard "Welcome to Xamarin Forms" page) an app using the cross-platform option and I don't seem to have the option of testing it on an emulator, its grayed out...
View ArticleXamarin.Forms: Hide and Show ViewCells in TableView
Hello everyone! I have a TableView with ViewCells. I need to show and hide ViewCell depending on situation from c# code. How to do that?
View ArticleImage doesnt show image from url
Hello I use Image in XAML and set to the Source URL. But in some cases, I don't see loaded image. The same URL. I can click back button and then navigate again, the image is loaded and I can see it. It...
View Articlehow to create cross platform app in xamarin studio
Hi, I want to create quiz module cross platform app (IOS, Android, Windows) using xamarin studio.. Initially where i have to create forms either visual studio or xamarin studio...
View Article