Listview or other tool with paging or pull to refresh?
I am trying display a list of rss news on my xaml. but each item in the list has long text with images. on the screen it will be visible only 1 news item anyway. can I do kind of paging or some kind of...
View ArticleIcon image on Toolbar item in xamarin Forms
Hi, I'm creating all forms UI with the code using the Shared project. I want to add the icon image to the toolbar item. Can anyone guide me how can I achieve the same ? I could not find a suitable...
View Articlemasked entry *Android*
just adding a control I made for Xamarin Forms. still in beta testing but seems to work ok on Android. just giving back for all the great code I have seen from github projects....
View ArticleButton HorizontalOptions not working inside stacklayout
Hi , Can any please explain how to align button to top in the Grid. Currently My xaml looks like I cannot align horizontalOptions="start" for the buttons inside stacklayout, where as stacklayout is...
View ArticleXF Android : Could not load assembly Microsoft.Windows.Design.Extensibility
Hello , I have update Xamarin.Forms to 2.0.0.6490, But get this exception when compile: Exception while loading assemblies: System.IO.FileNotFoundException: Could not load assembly...
View ArticleSetting the arrow on the appear in android
So I have this issue, i can set the background colour of the app bar and i can set the font colour used on the app bar in android but i can't change the colour of things like the back arrow that is...
View ArticleUnable to build Ad-Hoc iOS project from VS (Strip Assemblies Error)
I get a variable amount of errors all complaining about being unable to strip assemblies. Like so: C:\Program Files (x86)\MSBuild\Xamarin\iOS\Xamarin.iOS.Common.targets(664,3): error : Could not strip...
View ArticleBinding button on ViewCell to command on main ViewModel
I've got a ViewCell with a button on it, which I want to bind to a command on the main ViewModel. Previous posts indicate that the solution is given in this post:...
View ArticleButton.Text not consistent across platforms, why?
In Android, it is displayed all caps. Can we display text in normal case, as it is set. In iOS, meaningless hiding of text is happening. Three dots replace the center text. And I see 3 dots replacing...
View ArticleMVVM Two way binding on Entry inside the Appearing event handler
I have a Xamarin Forms content page with the following structure and code behind and I am trying to update the UI Entry Text by updating the ViewModel property inside the Appearing event handler (I am...
View ArticleApplication Output window flooded by strange error message when debugging my...
I am current getting this strange message that floods my application output window. This means I can't see any debug output. This only happens when I run my XF app in debug mode on my device and not...
View ArticleAttribute "circleCrop" has already been defined (APT0000) common_attrs.xml...
I upgraded from Xamarin.Forms.Maps 1.4.0.0 to 1.5.0.6447. My solution contains several projects, including a lot of PCLs, two Android, and two iOS projects. Everything was building fine before the...
View ArticleCrash on start
Hi all - I've just updated a project I've worked on for a while to the latest XF build as well as updated all the project packages. Now when I start the app on the simulator, everything works fine, but...
View ArticleDynamic height when switching views
Right now I have two views with a couple of buttons below them. I only want 1 view visible at any given time. Based on what buttons the user presses I hide the views, and I want them to take up the...
View ArticleFeasibility for Xamarin.Forms for Mac
We have a client that has a .Net windows forms applications that they are interested into bringing to the Mac. Xamarin is a great fit as the business logic is available in PCL. I attempted to use...
View ArticlePlaying audio files in xamarin forms
Hi, Can anyone tried to play audio files in the application using xamarin forms.If so please show me a way to implement this. Thanks , sunil
View ArticleUsage of Entry via binding: How to get notified if text is finally changed,...
I have an Entry control whose Text property is bound to my ViewModel. But the setter of the property in the ViewModel is called on each character change (equivalent to UpdateSourceTrigger =...
View ArticleCachedImage FFImageLoading for Xamarin.Forms
https://github.com/molinch/FFImageLoading or https://github.com/daniel-luberda/FFImageLoading/ (new Forms features) DEMO:...
View ArticleURLS Not loading in iOS
Well jam using Xamarin forms for a year and have a great experience. Well i am facing some issues in iOS few URL's are not loading which are given below they are working perfect in android. 1)...
View ArticleOnResume for ContentPage
Hi, I close a ContentPage with Navigation.PopAsync() and want to recognize on the resulting ContentPage that its on the top now. I am looking for something like "OnResume". Is it possible? Thanks
View Article