MapRenderer Customized Callout
I need a map that displays a customized callout when a pin is touched. I found and used the example found here:...
View Articlehow to save a photo taken with cross.media plugin?
Hi, I'm using the cross.media pluging to pick a photo: var file = await CrossMedia.Current.PickPhotoAsync(); if (file == null) return; photo.Source = ImageSource.FromStream(() => { var stream =...
View ArticleAccess a MemoryMappedFile with Xamarin.Forms
Hi! I want to use Xamarin.Forms as a Crossplattform UWP and MacOs app. I already got an existing service for the backend. One major feature i need is a memorymappedfile! (for inter process...
View ArticleXamarin.Forms - Facebook Login : Native login page (Android)
Hello, Initially i tried to use this library https://github.com/jsauve/OAuthTwoDemo.XForms/ but the problem was that the Library opened a WebView with mobile Facebook Login, and the user was forced to...
View ArticleBest way to show Facebook-like posts
In yur opinion, what is the best way to show facebook-like posts? scrollview or list view? remember that a "pull to refresh" is a must in both cases! Thank you!
View ArticleThe root assembly conflicts with another assembly
Hi, after updating my Xamarin for Visual Studio it shows Severity Code Description Project File Line Suppression State Error The root assembly...
View ArticleWhatsApp Integration
has any one integrated whatsapp with xamarin.forms? like reading a contact from whatsapp or sending message to a group/Specific contact from xf application?
View ArticleVideo on making custom renderers!
Important Note - This video is now slightly out of date for the 1.1.0.6201 release. Mark is updating it soon, however the information within is still good. Just read the release notes for the...
View ArticleDo static resources such as styles load late/last slowly - or depend on an OS...
Am a loss and out of my depth on something I'm seeing. The app in question is set as the Launcher when run in Android. Thus when the tablet powers up the app launches automatically and is being...
View ArticleFirebase Cloud Messaging (FCM) for Xamarin Forms ???
Recently google has introduced the updated or new version of GCM (Google Cloud Messaging) as FCM (Firebase Cloud Messaging), so my Question is do we have any component or sample to use it in xamarin...
View ArticleUsing binding and localisation
I try to create something like that: <Label Text="{Binding oResult.hi, StringFormat='Hallo: {0}'}" /> And it works fine! But i wish that the String "Hallo" should get out from the resx file. Like...
View ArticleXamarin.Form Native Embedding - How to set size on a fragment?
I'm embedding a native Fragment on a Xamarin.Forms ContentView. Reference: https://developer.xamarin.com/guides/xamarin-forms/user-interface/layouts/add-platform-controls/...
View ArticleOn UWP, is anybody else seeing ListView content disappearing when the Alt key...
On UWP running on desktop with a physical keyboard, if I hold the Alt key down when the focus is on a ListView, the text content of the ListView sometimes disappears (background colors remain). Is...
View ArticleHow to set all page use one backgroundimage file?
hi everybody! How to set all page use one backgroundimage file in Xamarin.Forms?
View ArticleHow to find current directory?
Hi, I want to create config file so I don't need to commit sensitive data to the repository. I want to create .config or .json file for the configuration. What is the cross platform solution for...
View ArticleOxyplot Tracker
hi, Im trying to add a tracker to the chart but it doesn't show up and I can't find to make it work. My code is: `var plotModel = new PlotModel { Title = "", PlotAreaBorderColor =...
View ArticleXam.Plugin.PushNotification with UWP
Have been using the Xam.Plugin.PushNotification package successfully with our project. So far we have only used the Android build but now i need to get the windows and iOS build going as well. When i...
View ArticleiOS: How to use a custom UIViewController
Suppose I have a custom MyUIViewController and I'd like to use it in Xamarin Forms for my iOS app. How would I do that? I noticed PageRenderer derives from UIViewController like so: public class...
View ArticleXamarin Forms deployment for Enterprizes
There are questions I need some help such as AirWatch and Xamarin Forms App as I am new to Xamarin Forms. 1) Beside Apple AppStore and google pay, How enterprise can upload the app for company stuff to...
View ArticleHow to get help as a newbie
Hi, I need help to use Xamarin Form for my company project. They have never used it at all and now is my only chance to show them how xamarin forms can help them instead of using IOS/Android...
View Article