Autocomplete for textbox
i need autocomplete extender functionality for a entry field . Can any one suggest me how to implement in xamarin.forms
View Articlexamarin user size code error
I am just trying run then Xamarin App. I have downloaded the trial version . I have successfully installed the Xamarin. when I have tried to run the app it says :- Error 1 User code size, 430080 bytes,...
View ArticleViewCell reusing issue?
Hi, I have a problem with a custom ViewCell, I guess it has to do with reusing cells/renderers but I can't figure out how to handle this correctly. Here is the implementation of my custom ViewCell...
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 ArticleOverride UI Back Button
Hi, I know how to handle the hardware buttons and that's working fine, but when I navigate to a Carousel Page, there's a '< Back' UI button that navigates away from the carousel page. I don't want...
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 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 ArticleXamarin Forms How Save Photo to Album ?
Hi, I have create a app in xamarin forms, in this app i have list of images, i need when i click on any image it will save to Album. in ios its working fine with below code:...
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 ArticleIs there any record in APK of the linker settings used during Android build?
To avoid wasting hours investigating in future if somebody (probably me) changes the misleadingly-named Linking (and Skip linking assemblies) settings of the Android build, I was wondering if there is...
View ArticleMasterDetail & Tabbed pages have unexpected results on Android
Hi! I just started out with the (awesome) Xamarin.Forms, but bumped into a problem yesterday that I can't seem to figure out. I created a MasterDetail page that contains two Menu options: One that...
View ArticleWhy does my oxyplot not display within a stacklayout?
Hi Guys, I am hoping someone can give me a point in the right direction. I have the following page: <?xml version="1.0" encoding="utf-8" ?> <ContentPage...
View ArticleWhat is my android package name?
I am developing a Forms app and would like to implement maps into my application. I have already tested my functionality with Windows Phone and iOS, but I am not sure what my package name is for...
View Article