Add Tabbed Page Inside Content page.
I want to tabbed item Inside Content Page Because i have to Display Some Button Inside Content page with tabbedPage. Anyone suggest me how can i do .i have attached image what exactly i want.please...
View ArticleAre iOS 10.2 simulators capable of having UI Tests ran on them from the...
Running the following command fails with a weird error whenever I'm using a simulator with iOS version 10.2. mono /Users/administrator/downloads/nunit-2.6.4/bin/nunit-console.exe...
View ArticleTabbedPage binding to SelectedItem - no response
I have the following in my xaml: <TabbedPage SelectedItem="{Binding CurrentTab}"> <Children> <local:HomepageView /> <local:OtherPageView /> </Children> </TabbedPage>...
View ArticleSystem.Environment.SpecialFolder
I was looking at the API documentation for the SpecialFolder enumeration, and it appears it needs to be filled out. So my question is, in regards to Android, which file paths do these enumerations map...
View ArticleHow to make phone vibrate in Xamarin Forms
Anyone know how I can make the phone vibrate in Xamarin Forms?
View ArticleHow do I make a view fit the width and half the height no matter the screen...
I'm trying to do something really basic. I want a view to fill half the height of the device and the entire width of the device. I want to use constraints to make this consistent across all screens....
View ArticleWhat is this Warning messge when an app is unistalled using adb?
I uninstalled an app from emulator using the command adb -e uninstall my_package_name. The I got the following warning message. What is it? WARNING: linker: libdvm.so has text relocations.This is...
View ArticleBinding to an Object/Field/Property Defined In CodeBehind
I'm pretty knew to data binding with Xamarin. It seems like a really powerful tool that comes at a cost of complexity. I've been reading forums for hours and cannot figure this out. Let's say I have a...
View ArticleCant mark "Enable generic type sharing"
Hello, I want to use plugin that allows to write/read settings of user. I can see that I need to enable "Enable generic type sharing", but for some reason I cant enable it and it remains grey...
View ArticleAdopt CarouselView Control
Summary Please create a core Xamarin Forms control which works like CarouselPage, but is a View. CarouselPage doesn't meet requirements because we cannot include other controls on the screen with this...
View ArticleTabbedPage/CarouselPage With A Button
I need a TabbedPage, or CarouselPage with a save button underneath it. The user needs to be able to hit the save button regardless of which tab/page they are currently on. How do I achieve this? I have...
View ArticleVector image in portable solution
I was wondering if it was possible to use vector images for a cross-platform program or is this ios only.? I was trying to follow the following guide to display images....
View ArticleStuck on getting this DisplayAlert to work
Have done a lot of trawling and found some bits of info I needed, but still haven't quite worked out how to fit all the pieces together. I either get 1. errors that prevent build, 2. no message...
View ArticleNavigationPage + TabbedPage + "More..." on iOS
I have an app with over 4 tab pages, so the extra ones go under the "More..." tab on iOS. Due to this bug (https://bugzilla.xamarin.com/show_bug.cgi?id=28378) I currently have my pages set up as:...
View ArticleWatchKit 3: Could not resolve host IPs for WiFi debugger settings
The release build for my WatchKit 3 app when deploying to my device is failing with error "Could not resolve host IPs for WiFi debugger settings". Any idea how to fix the problem? Debugging was not...
View ArticleXamarin Forms Admob plugin does not support AdMob for Android - what can I use?
Hi Folks, Does anyone know if AdMobBuddy is working well? If not- any suggestions for doing ads on Android in Xamarin Forms? Many thanks, Mike
View ArticleFacing an issue of Java.classnotfound.exception while binding a library into...
Hi, I have been involved in a project which requires to bind an exisiting Voicelayer library to be binded to Xamarin Android library. I was able to create a dll but when I am trying to use the api's I...
View ArticleHow can I Access Microsoft Exchange Web Services (EWS) in Xamarin
I want to access my company's outlook data and make UWP application using Xamarin? my requirement is access room availability exchange data of outlook... I already try Exchange Web Services(EWS) but...
View ArticleXamarin Forms Previewer isn't showing
I am using xamarin forms v2.3.2.127 stable on Visual Studio 2015 Community Edition in Windows 10 Operating System. Everytime I try to open the xaml, the Xamarin Forms Previewer did not show anything...
View ArticleSlow build times?
Hi everyone, I've recently taken over the development of an iPad app and I am experiencing slow build times. I previously developed some Android apps using Xamarin and I don't remember having trouble...
View Article