How to save image to web server
I want to select an image using camera or from gallery and then want to save at my web server.
View ArticleDeployment failed. Architecture not supported.
Hi I am getting the below error while deploying.. The package does not support the device architecture (x86). You can change the supported architectures in the Android Build section of the Project...
View ArticleHow can we achieve RTL in Xamarin.Forms?
Hi , Please provide us the details regarding RTL in Xamarin.Forms.
View ArticleGoogle auth crashes application
I am using google auth through a webview in xamarin.forms [android app] and after the user authenticates, the application crashes, and i am unable to move forward. Here's a snippet of the code : public...
View ArticleXamarin forms fill animation for page
We need to animate a page ie where on tapping an information button - The page flips to show backside with information - like apple widgets or Google now Cards. Can anybody please point us to any...
View ArticleCreating a new GestureRecognizer
Looking at the Xamarin.Forms Api tha you provide, there is only TapGestureRecognizer. I was thinking of implementing more GestureRecognizers. However, in the interface that you guy provide is using...
View ArticleNo toolbar buttons in landscape mode on any tablet
This is for FormsAppCompatActivity. You can see the buttons on the toolbar just fine in portrait mode: Now, in landscape: First, the buttons are not there any more. Second, the drawer button becomes an...
View ArticleListView - jump list without group headers
Hello, We want a jump list on our list view, but no group headers. Is there any way this is possible? I am using grouping to get the jump list, but can't figure out how to hide / suppress the group...
View ArticleHow to add a BackgroundServiceAgent to play mp3s in a Xam.Forms Windows Phone...
The right way to play audio in the background in Windows Phone 8 is pretty straightforward, but only if you start from a "Windows Phone Audio Playback Agent" template. Instructions from MSDN are here....
View ArticleViewModel properties not binding
Hello I have some properties in my viewmodel that I want to bind to a custom control. However, these properties are null once they reach the custom controller. Is there something I am missing? My...
View ArticleFacebook Native Login Using Forms
Using the example in Facebook SDK package which is Android project (not Forms) I created a page renderer for facebook login. I got the facebook permission dialog open but no matter what I click, Cancel...
View ArticleIs it possible to use Xamarin.Maps to add map pins in Xaml?
I would like to put a map in xaml with 1 pin on it with a bound location. I initially thought that: <maps:Map x:Name="map" Grid.Row="2" HorizontalOptions="Fill" VerticalOptions="Fill"...
View ArticleXamarin Forms Chart
Hi all, I was looking for a chart component to make some Charts using Xamarin Forms that can be used with IOS and Android. Then, i found OxyPlot or XLabs easy ways to start doing it. Using XLabs, i was...
View Articlebinding not firing in some cases
I have a view model, which is set as the binding context of my view. I have a view which binds to one of the properties of the view model, which is a complex object. I'm finding that the bindings are...
View ArticleJObject does not process in PCL of Xamarin Forms Project
I am writing to learn ask why during debug, in Xamarin Studio - a JObject, and other Json.Net processes, do not seem to process; The processing gets hung up within a method of a Portable Class Library;...
View ArticleHow to bind data to a Picker inside a ListView
I am using Xamarin forms and my app has a list of items as a list view and each list item need to have a Picker. How do I bind data to the Picker controllers? Is there a way to access the child items...
View ArticleXamarin Forms - Sliding menu (navigation drawer) RTL mode
I'm trying to find a good implementation of Sliding menu for Xamarin Forms in RTL mode. does anyone familiar with one ? Thanks in advance...
View ArticleMissing native ObjectiveC class after updating Xamarin.Forms and XLabs
I updated Xamarin.Forms to 1.5.1.6471 and XLabs to 2.0.5782 and suddenly I'm getting the following error when it hits the line of code to load a HybridWebView. Wrapper type...
View ArticleCustom Content View (Widget)
How do I create a custom content view that I can insert a custom view in between? Here's a pseudo code on what I'd like to do. SharedLayout.xaml <ContentView> <StackLayout> <Label...
View ArticleIs it possible to navigate between a Xamarin forms content page to an Android...
I started a shared project and I'm building my app using xamarin forms. When I was trying to use Xamarin Mobile reference I noticed that I might have to create an activity(in case of android) so I can...
View Article