UWP Page Transitions
Hi, Has anyone managed to get Page Transitions working on a UWP app? So we have navigation.PushAsync(page, true); which on iOS does a nice slide animation, Android a scale in/out animation. UWP?...
View Articlehow to get image path in android
hii everyone, i need image path of image which is saved in sqlilte database or in my project folder in string format, how can i get it? here in first param i need to pass image path.Thank you using...
View ArticleWhat is ExpectedException in NUnit3?
I am currently reading Xamarin Cross Platform Application Development (https://www.packtpub.com/application-development/xamarin-cross-platform-application-development-second-edition) up to page 84...
View ArticleXamarin IOS Google Analytics
We are doing enhanced ecommerce tracking for our app, Able to pass name of the product, categories but price is not getting reflected in analytics. We are passing most of the properties required for...
View ArticleMultiple Horizontal Buttons
Hi guys. I need to place 4 buttons in horizontal orientation, but I can't show all of them, why? I attach an image.
View ArticleUnable to run the android app in VS2015
Trying to run a android project in VS2015 in a simulator and got this in the output. A numeric comparison was attempted on "$(_DeviceSdkVersion)" that evaluates to "" instead of a number, in condition...
View ArticleIntellisense problem in Visual Studio
Hi there, I am runing my latest stable version of Xamarin on VisualStudio2015 update1 on windows 10, and I noticed some youtube video showed that they had intellisense in VS, which made me confused....
View ArticleAndroid Emulator Not Starting
Just created out of box Xamarin Forms solution with VS2015. Here is what I get when trying to fire up Android flavor of this application. _The emulator is unable to verify that the virtual machine is...
View ArticleXamarin.Forms 2.2.0
2.2.0 hotfix 1 News In parallel to this 2.2.0 hotfix release, Nuget packages for Xamarin.Forms 2.3.0-pre3 and Xamarin.Forms.CarouselView 2.3.0-pre1 were also shipped. As the CarouselView's version...
View ArticleHide NavigationBar in MasterDetailsPage
Hi All, I have an application based on MasterDetailsPage. In some situations I need to hide navigation bar (or make it transparent). Is there any way to hide navigation bar while using...
View ArticleJAR Bindings Library problem
Hello, I'm trying to build a C# JAR library, using Visual Studio Community 2015, to allow me to use the built-in IR hardware scanner on a Mitac Android (4.2.2) device. I've already successfully written...
View ArticleXamarin Studio 6 Bugs?: infinite cleaning and not saving
Just to know. With my Mac quite often it happens that Xamarin Studio tries to clean the solution and this operation blocks de facto my Xamarin Studio. If I wait 5 minutes or 1 hour it's the same. In...
View Articlecannot connect Mac Agent to mac
Im having problems connecting to my mac using mac agent. I can successfully ping and ssh into it. Any help is appreciated. heres a partial log:...
View ArticleThe name InitializeComponent does not exist in the current context
Hi everyone! I like Xamarin a lot, but I have only released one app using Xamarin so far since 2013, because of issues like the "InitializeComponent does not exist" problem that has consistently been a...
View ArticleWhy isn't it possible to connect to the Mac via Ethernet when it's connected...
Pretty simple question. My setup is a Mac, connection via Wifi (to the internet) and additionally via an Ethernet cable directly to my Windows machine running Visual Studio. The Ethernet connection is...
View ArticleHelp! Can't save .axml files
I spent many hours yesterday working on a new Android layout in Visual Studio Community 2015. I wrote it all in the Source editor, and everything looked great in the Designer. I was even able to build...
View Article.AsReadOnly() not included PCL despite it being listed as supported in MSDN
According to the MSDN the, .AsReadOnly() method is listed as being supported by the PCL but I think it is not. Can anyone verify this? If so are there any alternatives to make a collection as read...
View Articleload file with PCL storage plugin never reaches the end. What is the mistake?
Hello together, i want to load a file ( load my settings, in this case it is an image) in pcl with the pcl storage plugin (https://github.com/dsplaisted/PCLStorage). But the...
View ArticleCreate Android Package - Xamarin Studio 6.0
Before Xamarin Studio 6.0, after we set the build configuration to RELEASE in Android the option Project->Create Android Package appear enable and the .apk was created to the specified folder. I...
View Articlefire listview item selected event in viewmodel
how to fire the itemselected or itemtapped event in viewmodel.
View Article