Image animations in Xamarin.Forms
I am in the evaluation phase for a port of an Android app to Xamarin. In the Android app, various animated images (available as multiple pngs) are shown as central part of the user interface. Android...
View ArticleHiding the iOS StatusBar
I have a MasterDetail Forms app, XF 1.4. I can't seem to hide the status bar at the top of the app. iOS 8.0 and above. Ideas? I tried the old way: UIApplication.SharedApplication.SetStatusBarHidden(...)
View ArticleobservableCollection requirements
Hi Folks, I've created my own collection class that I'd like to be able to use as the ItemSource of a listView. What are the requirements to make my class work with the listview as an observable...
View ArticleHow to handle notification click on cross-platform project
Hi, I'm receiving notification from notification hub for both iOS and Android. Behaviour to reach: The app at startup after the login register to push notification, now when I receive a notification I...
View ArticlePCL Project with Share Project - any decent solution?
So I started by attempting to use OpenTK with a custom ContentPage in a PCL project - but cant use OpenTK within a PCL class. I added a Shared Project to the solution, and made the ContentPage with...
View ArticleMPMediaPickerController and songs path
Hello! I would like to get path to the file of the selected song in the MPMediaPickerController. I tried to get AssetUrl but it is null. How can I get path to the song or song data(bytes) using...
View ArticleNull-safe binding to a nested property
I have a binding like this: var nameLabel = new Label(); nameLabel.SetBinding( Label.TextProperty, new Binding("Item.Location.PathElement.Name", BindingMode.Default, new...
View ArticleCustom ViewCell with properties exposed that are used by internal controls
I have a custom view cell created with some labels that can have their Text bound in Xaml as to be reuseable. I am doing this to have a layout that is consistent and the other developers I am working...
View ArticleImage keep resizing
Hi there, I'm trying to position the image into the middle of the grid and yet every time I added the property VerticalOptions="Center" and HorizontalsOptions="Center" the image is keep resizing itself...
View ArticleUsing Google SignIn SDK Component with Xamarin.Forms PageRenderer Does Not...
I'm attempting to use the Google Sign In SDK Component within a Xamarin.Forms application, however, I am unable to get the button click to actually display the Google Sign In SDK Login View. I've...
View ArticleApplication.Current.Properties Can not persist in Android ,Using XF 1.42
It work fine on iOS but when android os restrart ,the properties is empty ,even I use await Application.Current.SavePropertiesAsync(); after set the value
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 ArticleDisclosure Indicator alignment
I have some rows in a Tableview that have disclosure indicator and when the iPad is in landscape mode they are no longer on the right side of the screen. Is there a way to control this alignment?
View ArticleAccess to App class methods
It's possible access to my methods implemented in App class? Sample using System; using Xamarin.Forms; namespace MyApp { public class App : Application { public App() { MainPage = new MyAppPage(); } //...
View ArticleCross Platform Crop Image View
Hey, Anyone have ever implemented some custom crop image UI that can be used in forms ios/android/win phone? What I`m trying to achieve is something like instagram that crop a image to a square, so I...
View ArticleImage Zooming
I am working on Image Zooming and Pinching from Xamarin Forms to IOS i got the desired result but first time when image load it does not fit inside screen as you can see on attachment, So any guidance...
View ArticleRadio Button Bar in Xamarin Forms
Hi there Is there something Button Bar or Radio Button Bar available in Xamarin Forms? (Attached) If not, any plans for it in future? Regards
View ArticleXamarin Forms Maps: Limited functionality?
Hi there I have a native IOS app that uses a lot of map functionality and I'm wondering if the same functionality is possilble when using Xamarin Forms Maps (and perhaps dependency service) Can I draw...
View ArticleGoogle Maps with Xamarin.Forms - Get Directions
How can I get the directions using the Google API (Map) for Xamarin.Forms?
View Article