Image Rotation in ListView
Hi All, I have a list of locations in a ListView and I need to display an arrow image that is rotated to the correct direction that each location is in from my current location. At this stage I am...
View Articlelocation tracking code using gps provider
i tried Sample Application in my app to track location(longitude and lattitude are also not showing)..but location is not showing on Device(tab). tried link is : are...
View ArticleCan we navigate to the root view irrespective whether using modal or push ?
Hi, I have a requirement where i need to go back to my root view after i open many views(modal or push). Scenario is like i need to perform session out operation. On session time out the page should be...
View ArticleNot work in Visual Studio 2012?
Hello! I try to test Xmarin.Forms (trial version of software), but in visual studio i don't see designer - only permanent "Loading designer..." text. Visual Studio 2012, full version, test on two...
View Articleerror building TodoL10nResx sample
Hi, I downloaded the sample from https://github.com/conceptdev/xamarin-forms-samples/tree/master/TodoL10nResx When tried to run on Android I get the following error Error:...
View ArticleHow to Get the Value from ItemSource Binding in Listview?
Hi, I created the Listview using Xamarin.Forms. I could get the data in exploreList (Observable collection) and assign to ItemSource. So I can bind the value to Cell controls like Label using...
View ArticleNavigationPage Hide Navigation Bar but left menu open
Hi everybody, I have a question. I want to set navigation bar hidden but i want to open left menu swipe. How can i do that? Thanks.
View ArticleImage.Source with OnPlatform in Xaml
I have been having a Dickens of a time setting the source property on the image in conjunction with Xaml. I'm trying to use the guide here...
View ArticleWebException - NameResolutionFailure just on Android under 4.4
I'm receiving a weird error message. Everything works correctly when I run my app in an Android 4.4 emulator, but if is another version of the Android, this error occur with any async call to...
View ArticleIs the Scrollview zoomable in Xamarin.forms?
Hi, How to enable zoom on a scrollview? i didn't find the Minimum and maximum scale properties in xamarin.forms, where as it is available in xamarin. help me anyone if you are aware of this. Thanks!
View ArticleAuto-complete Entry in Xamarin
Does Xamarin.From has cross platform auto-complete control?
View ArticleAndroid Crash
I am making a POS application for my company. I am running into an issue where after several transactions (varries per device) the app will crash from an unhandled java runtime exception. The same...
View ArticleHow do I add built-in bar buttons?
So, I know how to add a ToolbarItem to my Pages and assign it an image, and I know how to assign an image to a Button. But is there any way to take advantage of the operating system built in buttons?...
View ArticleMasterDetailPage Android Theme Reset
Whenever I set the 'Detail' of a MasterDetailPage, either by page.Detail = new Content, or by doing Navigation.PushASync, the android theme resets. Why? This makes MasterDetailPage completely...
View Articlehow to invoke a button click on another buttons' click?
Hi, I am writing a custom renderer for a button (button1) that should invoke the click of another button (button2). When the renderer's button (button1) is clicked, I want it to either just invoke the...
View ArticleHow to get Height of View - to enable scrolling in ScrollView?
I'm trying to calculate the actual height of a view (not get the -1 that is returned normally). The reason for this is that unless I set the height of the elements inside a ScrollView it does not...
View ArticleAdding a Forms ImageView from a iOS custom renderer is broken...
I want to be able to add a Forms Image from within a custom renderer. On Android this code works fine; but not on iOS... ImageSource imgSource = ResourceHelper.GetImageName("Bets", "Logo"); Image img =...
View ArticleOverriding draw in EditorRenderer Subclass
Hello, I'm trying to make a view that looks like this on iOS in a Xamarin.Forms PCL: My strategy has been subclassing Editor in the PCL and subclassing EditorRenderer in the iOS project. I'm insetting...
View ArticleHow to disable the button on the navigation bar?
I have two page Home, Login , they works like bellow 1)App->Home-> check if Authed --yes-> show Home View --no-> pushAsync LoginView(I see a Back Button on the navigation bar,but I don't...
View ArticleHide status bar on iOS
I would like to hide the status bar on one of my pages. It works for android but I can't find a way to accomplish it on iOS. Creating a custom renderer and overriding PrefersStatusBarHidden() to return...
View Article