AutoComplete Xamarin Forms Cross Platform Sample
Attached is a snapshot of our app. For the "Area" section we have almost 3000 items. If we used a spinner or picker it would be very user unfriendly to let him scroll through the whole list till he...
View Articlehow to update the apk when click on update button in xamarin forms? with...
i have one sample login screen with contain some controls like entry,button. after updating the apk i don't want loose my previous fields. i want update that apk with some changes
View ArticleFeedback from a new user
Folks, this post is by no means meant to be a complaint. But here's my take on XF after about a month of usage: My productivity is extremely slow. I spend about 50% of the time dealing with problems in...
View ArticleLoadApplication issue in project.droid
I am working through the Xamarin Forms Samples and I am having issues with this line shown not compiling. I am in MainActivity.cs Under the Android section of a PCL Xamarin Forms project. It was...
View ArticleOverride/cancel pop when hardware back button pressed using NavigatePage
Is there anyway to achieve this? Thanks, Stuart
View ArticleNot able to see Windows and IOS folders when I create the Xamarin Forms Projects
Hi , I have installed Xamarin Studio and required tools(SDK,NDK,GTK and JDK).My Xamarin studio is working fine but one thing is I am not able to get the Windows and IOS folders when I create the...
View ArticleSerializing NavigationPage
I get the exception: Could not load type Xamarin.Forms.Platform._NavigationPageRenderer, Xamarin.Forms.Platform, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null while decoding custom attribute,...
View ArticleWhy do 2 numbers appear at top left hand of screen on Windows 8.1 app
When I debug a build of the app these 2 numbers appear at the top of the screen. What are they and how to I get rid of them.
View ArticleListView transparent selection color for Cells
Hey Guys, How can I disable the selection Color of a ViewCell durable? I created an own CustomRender for iOS and ViewCell: public override UITableViewCell GetCell(Cell item, UITableViewCell...
View ArticleBug : Switching IsVisible on a button does not redraw the button
Hi, I have found something weird, when switching IsVisibility of several button embbedded in a stacklayout, using a viewModel (Commands and bindings) the buttons does not always redraws themself (on...
View ArticleHelp please: SetBinding(ImageCell.ImageSourceProperty, “IconSource”) (String)...
Hi all In my app I use master-detail-navigation menu with a few ImageCells in a list. Further, I have a search-page, with a ListView containing also ImageCells. The imagename is stored as string in a...
View ArticleHow to create Label with border?
How to make border just for label? I was trying to search, what views can realize border properties, but I've found only button. Maybe should I cotain label in some easy layout?
View ArticleEquivalent of ResignFirstResponder in Xamarin Forms
Hi, is there an equivalent of ResignFirstResponder in Xamarin Forms? I need to dismiss the keyboard after i populate the listview with results. Thanks
View ArticleListView itemtapped event stops working on Android
I don't want nothing more, just handle ListView's itemtapped event. When I open the page first time, it works. BUT When I navigate to another page with tabs, and later navigate to the listview page...
View ArticleTouchesBegan doesn't work in iOS
I'm trying to handle start of touch in iOS project using TouchesBegan event. I've done everything, that is described here . Gestures like pan, swipe, longpress and so on work fine and I'm trying to...
View Article[Android] "The 'LinkAssemblies' task failed unexpectedly"
I'm getting this error in my Forms app. My app targets Android 14. I did not create it from the Xamarin.Forms project template, but rather re-purposed the original app while trying to upgrade to...
View ArticleJava.Lang.RuntimeException every time I try to use Xamarin Forms Maps on...
Hi, I have a page to select the address of the user. It has a Map page on it. It works perfect on iOS, but every time it starts on Android it errors out. I saw on other posts, there is a way in Visual...
View ArticleRendererFactory.GetRenderer() - is it bug - child content?
Is it bug that RendererFactory.GetRenderer(Forms.View) doesn't return child content? For instance if you call this with non-empty Grid (for ex. with few buttons) only the Top-Level element would be...
View Article[PROBLEM] Set Button HeightRequest
I have this code: loginBox_bttLogin = new Button { HeightRequest = 30, Text = "ĐĂNG NHẬP", TextColor = Color.White, FontAttributes = FontAttributes.Bold, BackgroundColor = Color.FromHex("#006fb4") };...
View ArticleEgorBo CrossChatApp
Hi, My question is regarding the: https://github.com/EgorBo/CrossChat-Xamarin.Forms How to deploy the backend? and project? cant seem to find a deploy guide, hope my thread won't be out of context(I...
View Article