How to use Checkbox and Radio Button in Xamarin.Forms?
Hi All, How can i use checkbox and radio button views(controls) in Xamarin.Forms FYI: I am using BlankApp(Xamarin.Forms.Portable) Template
View ArticleWhy Visual Studio is keep building and building even it is prebuilt?
I just dont understand if I rebuilt my XF project and debug right after it. VS starts building again. I already built it and didnt change anything. it should start debugging straight away. Just like...
View ArticleXamarin Forms Carousel View in C#
I'm trying to create a Xamarin Forms app for iOS using a Carousel view but i'm getting no where and I can't seem to find any useful help. I can use C# and have a fairly good knowledge of C# but I can't...
View ArticleGetting "Error : Could not find a part of the path 'd:\platforms'." when...
Xamarin Forms project, building release version on Hosted 2017 agent on Visual Studio Team Services. Builds debug config just fine, but when I build a release config I get an error Could not find a...
View ArticleAccessing control with Dynamic name
I have various controls like label,entry in ListView where x:Name is assigned to these controls by dynamically generated uniqueid. I am not able to access these controls in code behind by this...
View ArticleHow to create bottom tabs on Android ?
Hi, I try to create a TabbedPage with bottom tabs for navigating between pages on an Android and I didn't find a solution for now. A potential solution would be a custom page that embeds a MultiPage...
View ArticleWindow.SetSoftInputMode seems to not working
I added the code below in MainActivity of my Android project but it still displays the virtual keyboard, any idea? `protected override void OnCreate(Bundle bundle) { base.OnCreate(bundle);...
View ArticleInApp-Billing
Hey folks, as I'm taking huge steps to release our app, I'm now at the point where I have to implement a payment function. And I was curious if anyone here used the InApp-Billing Components from the...
View ArticleCannot prevent copy/Select option in a webView Custom renderer
I'm trying to prevent Copy/Select in a web view using a custom render (iOS). I am using the CanPerform() function , but it never asks about Copy or select. The code I am using in the custom renderer...
View ArticleUsing Xamarin.Forms.Maps on an Amazon Fire
On the fire you cannot use Google play, you must use Amazons map service. Can xamarin.forms.maps be hacked to use Amazon maps instead of Google Maps? Would a custom renderer be the answer?
View ArticleHow to sort a List to be from closest to furthest?
I'm looking for a plugin to sort a list of Positions (every position includes latitude and longitude) from the closest to my current position to the furthest, but I couldn't find anything that may be...
View Articlexamarin forms open URL with done
I used Device.OpenUri(uri) to open a URL in Xamarin.Forms. With this the user is taken to the default browser app. They are out of the context of the app and need to come back to the app. How do I open...
View ArticleHow can I intergrate Payworks in my Xamarin.Forms app (PCL)?
Hello together, I want to use payworks (http://www.payworks.mpymnt.com/) in my Xamarin.Forms App, because I don´t want to build two separate apps. First I started with Android and created "my" payworks...
View ArticleError: Cannot add a null child view to a ViewGroup
I have an ArcGIS MapView in a page. In Android there is some bug where you have to remove the MapView from the UI when navigating to a new page, and add it back when you come back to your...
View ArticleVisual Studio Xamarin.Forms Android app launches and immediately closes
Hi, Using the Xamarin.Forms (PCL), I created a cross platform solution in my Visual Studio 2017. Without making any modification to the generated solution, I set the Android project as the start...
View ArticleHow to get Navigation back button event in Xamarin forms
In my project on one page there is a form to add products. if user doesn't save the details and pressed back button, at that time I want to display the action sheet having Discard, Save, Cancel...
View ArticleNo resource identifier found for attribute 'scrollIndicators'
Hi, If I want to build my Project, I got this error: Error APT0000: No resource identifier found for attribute 'scrollIndicators' in package 'android' I have no Idea why, or what I should do. Full...
View ArticleDetect if the web view has been scrolled completely
Hi, I have a Xamarin Forms app (Android and iOS) in which I have a webview populated with html string. Once it is scrolled completely, I need to make two buttons visible. Any ideas how to do that?
View ArticleCharts
How to work on chart?For DashBoard i want different chart in xamarin forms..........So Plz Help
View ArticleAlarm Manager doesn't work with Android API 25
Hi. I have a problem with Alarm Manager that doesn't fired my schedule notification. using Android.App; using Android.Content; using GNote.Android; using GNote.Droid; using GNote.Converters; using...
View Article