Breakpoint is not hitting
Hi Team, In my xamarin studio breakpoint is not hitting even though I have done the below approaches. Please advise. Open the Project options Go to "Build -> Compiler -> General Options." Set...
View ArticleGorilla Player - Instant XAML Preview for Xamarin.Forms :)
Hi everybody! While we were working on Grial UI Kit we felt the need to improve our design cycles as much as we can. And that was when we started looking for something that could really speed up our...
View ArticleXamarin.Forms Splashscreen in Android
Hi, In Forms how to add SplashScreen to Android appliaction? Thanks in advance.
View ArticleXamarin.Forms 2.0.0.6482 lot of problems in Winphone 8
What happen this this version in windows phone 8? After update for this version from 1.5.0.6447, Pickers disappeared the only thing i can see are a black vertical line ... the Entry object is strange...
View ArticleInitializeComponent does not exist
Hi, I'm having difficulties on XAML files in a Sheared project. Using Xamarin Studio; What I did was simply adding a xaml page to the project and build without adding any code. And it gives me the "The...
View ArticleMobile Chat Back End - what languages/technologies should I learn to achieve...
I am trying to learn and build an app that can integrate mobile chat. Mostly, I’m wondering what languages/design patterns/technologies I should learn so that I can fluently build and fully understand...
View ArticleCan you have dynamic cell heights with either the ListView or TableView views?
Can you have dynamic cell heights with either the ListView or TableView views?
View ArticleCouldn't connect to logcat, GetProcessId returned: 0
Android application is debugging. Couldn't connect to logcat, GetProcessId returned: 0 Why i see the above when i try to debug the solution (Xamarin.Forms Portable) to my android phone. I tried 1)...
View ArticleHow do you change the Frame Padding on WinPhone?
I have noticed that the Frame view on WP has a very large amount of Padding that I can't seem to override. See example screen shot. For demonstration purposes, the Frame was given a red background with...
View Article[XLabs 2.0.5713-pre4] MediaPicker causing System.MissingMethodException in...
Hey all- I'm running into an issue with the MediaPicker on Android. To preface it, I've tried the solutions at...
View ArticleAccess Xamarin Forms Layout (Frame) in Android
Hi, i have a question. I'm working on an application which provides UI with Xamarin forms. Now i want to show a toolbar or a dialog with dynamic contents (based on other circumstances) in my...
View ArticleHow to do the Unit Test for Portable Libraries?
How to do the Unit Test for Portable Libraries in Xamarin.Forms?
View ArticleHow to implement the logging for Xamarin.Forms applications
Hi, How to implement the logging for Xamarin.Forms applications. I want know if the user got any unhandled exceptions.
View ArticleNotification over a toolbar item.
I have a toolbar in my Xamarin forms project. I require the following - 1. I need to display notifications on my toolbar items as in the image - . 2. I need to decrease space between the toolbar items...
View ArticleUsing Xamarin.Auth with Xamarin.Forms
How you can use Xamarin.Auth when you're using Xamarin.Forms? I have this: async public System.Threading.Tasks.Task<bool> LoginWithFacebook (object dialog, string FacebookAppID) { var user = new...
View ArticleBad request received from the LinkedIn post message API
I am currently developing an app that must include the functionality to be able to send a message to a user on LinkedIn. I am creating this app in Xamarin.Forms and am using Xamarin.Auth in order to...
View ArticleNavigation Bar left Toolbar button
Does anyone know any way to add a toolbar item to the left side of a navigation bar instead of the right?
View ArticleError: The given key was not present in the dictionary.
Just went to Xamarin.Forms 1.3.4.6328-pre2 and now get the error "The given key was not present in the dictionary." How can find in my xaml what may be causing the problem? I attached the xaml in a...
View ArticleGet BindingContext of cell in a ListView
I'm converting a C# layout to XAML. The layout displays a list of Contacts that each have an Id, a PhoneNumber, and a Name property. I have a method CallContact that accepts a Contact as a parameter....
View ArticleHow to Show Timelines like Only Me, Public in xamarin forms while sharing in...
Here i am able to share an Image to Facebook but here i want show Timelines like Only Me, Public and Friends while sharing as shown in Below Picture using Xamarin forms. Can Someone help me in this.
View Article