The „community documentation thread“
Hi all I have posted a thread with „wishes to the forum“ some time ago here: https://forums.xamarin.com/discussion/42324/wishes-to-the-forum#latest @JohnHardman has posted a suggestion, that adding a...
View ArticleApp slows down over the period on Android (Memory leak?) How to fix it
Hi there, We are building one app with two screens and master detail page Categories in Master Detail page – We have 6 categories in hamburger menu.. Clicking on each category will show below page List...
View ArticleEmbed ListView in a listview
Can I use master detail in a ListView . Maybe embed a ListView in a ListView , or embed a custom page in a ListView cell temple. I have done this in a TreeView ion Silverlight !!!!!!!!!!!!!!!!!!!!!!!!...
View ArticleAdd windows phone project in existing xamarin.forms application
Hello, I would like to add windows phone application in running xamarin.forms applicaion. I'm running a Windows 8 PC with visual studio 2015 installed on it. But i'm unable to add windows phone...
View ArticleImageSource binding resets, image disappears after appearing
I have an image control in one of my app implementation using xamarin forms (2.0), which is binded to an ImageSource XAML Code: <Image x:Name="MyPhoto" Grid.Row="0" Grid.Column="0"...
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 ArticleIs it possible to hide a ToolbarItem?
If a ToolbarItem has been added to the Navigation bar, is it possible to conditionally hide/show it? Consider the use-case of showing a "Save" button when an Editor field is dirty, but hiding the...
View ArticleXamSvg in MVVM
I just added the package to my PCL project, placed all the images on the svg images folder in PCL project, but I get the error on my xaml, can anyone help me to fix this issue. Note: I am using the...
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 ArticleUI Tests - StyleId on ToolbarItem and other elements
We're currently trying to get some UI Tests up and running with our solution, and the Xamarin documentation states that we should be able to attach the StyleId attribute which will then be passed...
View ArticleXamarin.Forms (Android) environment problem using VS2013 with Update4
Getting issues when running the Xamarin Forms application in an Android platform. it works fine with Xamarin package 1.3.X. but when it upgraded to 1.5+ it throws issues like "Attributes already...
View ArticleHow to do a simple InputBox dialog?
I'm struggeling with a simple thing. How can I display a prompt in a dialog box, thats waits for the user to input text or click a button, and then returns a string containing the contents of the text...
View ArticleGestureRecognizer is not working on android using Xamarin.forms
public void EnableSubmitButton(){ LeftMenuItem.IsEnabled = true; TapGestureRecognizer OnLeftMenuItemClicked = new TapGestureRecognizer ((s,e) => { OnSubmitClicked (s,e); });...
View ArticleForms with Tab page - Runtime change Tab page content
Hi, I am using Xamarin.Form 2.0.0.6490 version. I have designed one page with tabs. In one of tab I have added several links in content. After clicking on link, I have to show another content under...
View ArticleEntry in Listview losing focus immediately after the I focuses
Hi, I have used ListView with custom ViewCell's that contain Entry, but Entry text box losing focus immediately after the I focuses it. It also does not bring up a keyboard when pressed. I have checked...
View ArticleGraph Package in Xamarin forms
I want to know if there is some inbuilt classes or open source package which can help me to integrate graphs in Xamarin Forms. I am aware of third party tools like SyncFusion and Telerik but they are...
View Article