Adding full screen buttons to Relative Layout
Hello Experts, I have created a content page and added buttons to it using a relative layout. My designer gave me the buttons pre-positioned, meaning, they are the same size as the screen resolution...
View ArticleHow to do a Windows Phone 'OnPlatform' for a ToolBarItem Icon?
This works (the icon is shown) in all platforms including Windows Phone 8.1: <ToolbarItem Name="{resx:Translate MainPageLogOutLabel}" Command="{Binding LogOutCommand}" Order="Primary" Priority="0"...
View ArticleCleaning the Data from setting in Android my app get crashes
Whenever i install the app and go to the settings of the device and choose my app and clean the data from setting, And coming back to the app and run the application it getting crashes and my app did...
View ArticleChart is not display in xamarin.forms.
I want to display chart. For that i am using the following link. But chart is not displayed in the page. Anyone please give solution for this. I am using Xamarin.Forms.Labs.Charting version 1.2.1-pre 2...
View ArticleAre there issues with Binding on Android, or restrictions on property names...
My UI uses binding to the view models. Everything is working well on Windows, WinPhone and iOS, but on Android binding is failing. At run-time, the following is being reported on Android, even though...
View ArticleBarChart
Hi all, I'm attempting to create some bar charts on my application, I've tried Oxyplot, however the oxyplot.xamarin.forms github package doesn't seem to be available anymore. Can someone recommend a...
View ArticleToolbar that slides away when scrolling ListView - or Y scroll position of...
Hi, I'd like to be able to slide a toolbar away as you scroll the listview - like many apps these days do to provide more viewing area in a list. I've already implemented this using "LayoutTo" but that...
View ArticleAutocomplete for textbox
i need autocomplete extender functionality for a entry field . Can any one suggest me how to implement in xamarin.forms
View ArticleCell ContextAction - calling ViewModel command
I've got a Page with ListView, with an associated ViewModel with Commands. I've added a ContextAction to my custom ViewCell, to allow the user to delete an item. Now I want to implement the deletion...
View ArticleBest practice MVVM navigation using Master Detail page?
Hi to all. I want to follow the MVVM pattern as much as possible, but I don't know if I am doing the navigation quite well. Note that I am using a MasterDetail page and I want to maintain the Master...
View ArticleHow to add checkbox control in XAML
Hi, I want to add Checkbox control in Xaml page. I added below code in .Xaml page. <CheckBox Margin="10, 10, 3, 3" Name="acceptPolicy" Content = "Accept our policy" FontSize="12"...
View ArticleForm Maps orientation
I noticed Xamarin Form Maps by default display map to North. By ICompass plugin i can get data orientation by user, so my question is: - how can i rotate Xamarin Form Maps (the maps content) to a...
View ArticleHow to change the background color of top Menu Bar in Xamarin.Forms
Hi, How to change the background color of top Menu Bar in Xamarin.Forms ?? Thanks
View ArticleCross platform Bluetooth image sharing
Hi devs, I'm wondering if there is a possibility to share photos using Bluetooth on iOS and Android. And if this is possible, what kind of protocols should be used? I found out the BLE detection is...
View ArticleGoogle Account login Integration for android Xamarin
I need to integrate google login to android application. gone through the code from bellow link: http://motzcod.es/post/67077106339/google-plus-services-login-and-1-in-xamarin-android it shows the...
View ArticleIssue with zxing after 1.4.4 update
Before the update my app was working fine, but after updating to xamarin 1.4.4 I'm getting this error /Users/J********/Desktop/MyApp/iOS/MTOUCH: Error MT2002: Failed to resolve assembly: 'zxing.ios,...
View ArticleHide MasterDetail Slider menu in all pages except root in Windows
Currently MasterDetail slider menu button is shown in all pages in Windows Phone navbar, I want it to appear only on root page and should be hidden in all other pages. I am developing WinRT project...
View ArticleListView space issue when HasUnevenRows=true. Need a solution.
Hi All, I'm working on a simple listview structure. My requirement is basically to show elements in list. I want HasUnevenRows=true because few elements are single lined & few are multi lined. Here...
View ArticleGallery style page with static content on top
Is it possible to have an image gallery (horizontal scroll) type page with static elements (buttons/icons) on top, or in the same page? I've tried CarouselPage but all the content in the page will...
View Article