Entries in ListView get scary on Galaxy Note/Android 4.1.2
In our app we’re putting Entries inside a ListView and I’m seeing ugly-ish behavior when the user starts typing. I have attached a sample project that exhibits the behavior clearly on a Galaxy Note...
View ArticleAndroid ListButton custom renderer documentation had a typo
Hi, A couple weeks ago we noticed a typo in Xamarin's documentation that got fixed, and we wanted to be nice and make sure other people who fell for the typo also get their stuff cleaned up. The...
View ArticleDatePicker causes crash on iOS when Date's binding changes
I believe we’ve come across a bug in the Xamarin.Forms DatePicker. It looks like it will cause a crash on iOS if you change the DatePicker’s Date’s binding’s value when the DatePicker isn’t in focus,...
View ArticleListView Grouping of ObservableCollection does not display any grouped items
Hello everyone, I am having a really hard time getting the groups to display on my listview. I used the guide posted by @JamesMontemagno [...
View ArticleXamarin Evolve
Anyone go too this last year. Is it any good worth the money? the training?
View ArticleTabbed Page Action Bar Rendering
The follow is a way to overwhelm the issues when setup the action bar of a tabbed page project. But before showing the rendered let make a short intro for the guys who is using this for first time....
View ArticleXamarin.Mobile.dll
Hi is anyone able to fetch GeoLocations using Xamarin.Mobile.dll? can you post a sample code here? I mean I don't want the co-ordinates from the Activity Class.. I Just need a plugin Class which Can...
View ArticleTableView or ListView for news feed with different templates?
Think of most social feeds. They will have the same data template for the majority of content, but sometimes different cards are pushed between others such as ads, recommended apps, etc. What kind of...
View ArticleImplementation of custom view cells for a ListView with RecycleElement
I'm trying to use a ListView with RecycleElement. I'm not exactly sure how to handle BindingContext and property change notification using a custom view cell renderer. Can somebody write sample code...
View ArticleSwipe gestures for custom Viewcell in listview
Hi everyone, I am trying to implement a custom view cell for listview in Xamarin.forms. Is it possible to detect left and right swipe on the cells to do some custom actions ? Please help
View ArticleCan I make few parts of the children fixed and few scrollable ?
I want hp (which is image) to be fixed in top position and rest of the children scrollable. Content = new StackLayout { BackgroundColor = Color.FromHex ("FFFFFF"), Spacing = 30, Padding = new Thickness...
View ArticleTabbedPage Tab Item Icon is not working
Hi , I have issue in Setting the Tab Item Icon with TabbedPage Concept. As mentioned in working with images link, i have included the jpg images as **Build Action: BundleResource **. But it shows only...
View ArticleXamarin.Forms Package Installation Error
Hi, I'm new to Xamarin.Forms application development (Cross Platform) and i create my new application i am getting the Package Installation Error message as below. I have updated the screen shot for...
View ArticleCouldn't connect to logcat, GetProcessId returned: 0
Android application is debugging. Couldn't connect to logcat, GetProcessId returned: 0 Why i see the above when i try to debug the solution (Xamarin.Forms Portable) to my android phone. I tried 1)...
View ArticleUsing IFrame in Webview for Embeded Video. Video is scrolling and Playing in...
Hi everyone. In Xamarin Forms, Here i am using IFrame in Webview for Embeded Video. I am getting two Issues 1. The video is scrolling in IOS only, so i used Scrolling = "No" but its not working. I...
View ArticleHow to implement chat functionality in xamarin forms
Hello experts, To achieve this I try out Sharp xmpp Matrix xmpp https://github.com/EgorBo/CrossChat-Xamarin.Forms Here are the complication listed Looking for a XMPP client library compatible with...
View ArticlePagination in xamarin forms
Whats the best way to add pagination in xamarin forms compatible with all platforms
View ArticleFreshMvvm 1.0 Preview Release
Hi All I just released FreshMvvm 1.0 Pre 1, it's got a bunch of new features like multiple navigation services and custom IOC containers. Please let me know what you think....
View ArticleTabbed page crashing on windows phone
On windows phone when trying to navigate to a tabbed page app is crashing. This code works fine on iOS and Android var page = new TabbedPage(); page.Title = "Practice"; page.Children.Add(new...
View ArticleNavigationPage - StatusBar Color
Hi, I'm trying to set the StatusBar text color on an iOS Forms app to the light color. In the Info.plist, I've tried setting the Status bar style to both "UIStatusBarStyleLightContent" and "Transparent...
View Article