MPMediaPickerController 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 ArticleListView Renderers
Hi everyone, I've made a sample App to test Xamarin.Forms ListView renderers because i've got some updating issues in a "production app" and i noticed something weird with bindings. I'm 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 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 ArticleHow can I draw a signature in Xamarin.Forms?
Hi guys, I am looking for a way to draw signatures from Xamarin.Forms. Is there any plugin which works fine with Xamarin.Forms 1.5? I have tried with ACR SignaturePad Plugin but it does not work fine...
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 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 ArticleHas anyone done Material Design Labels for Droid and iOS?
I dont want to reinvent the wheel so has anyone down material design style labels on input controls yet for iOS and Android that can give me a good link or some info to read up on? Thanks!
View ArticleGoogle Maps with Xamarin.Forms - Get Directions
How can I get the directions using the Google API (Map) for Xamarin.Forms?
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 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 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 ArticleTableview size/remove bottom "border"
I have a Tableview in a StackLayout with a ListView after it and there is always a gray space between the two. The Tableview is a form that causes the Listview to be filled with results when populated....
View ArticleImageSource.FromResource throws an error
ImageSource.FromResource used to pull images embedded in a PCL assembly, but now it throws an exception (on Android) saying: Method 'ImageSource.FromResource' not found. Here is the offending line of...
View Articlemajor bug.. xamarin incorrectly compiles extended controls as though they...
Been trying to upgrade a project that is running in forms 1.4 perfectly to xamarin 2 to benefit from the new list caching features etc. But i've hit a major bug.. This scenario has been working...
View Article