how to know which plugin needs which permissions?
is there in general a way to know which plugin needs which permissions using the source code? I have in my manifest these 2 permissions and i added them in 2016 now I am not confident to remove that as...
View Articlewhat is your experience with IAP plugin for Android? Something doesnt seem to...
I think that we all use https://github.com/jamesmontemagno/InAppBillingPlugin for Android and IOS. I havent implemented IOS indeed but on Android, I am disturbed about in app purchase implementation. I...
View ArticleAndroid Picker Style Xamarin Forms
I have a picker window in my xamarin forms android application that has a black line through each picker option. Im trying to figure out a way to remove it. This is how it looks. Where would I make a...
View ArticleOn Platform Syntax XAML Issue with Global Styles
I am trying to setup a specific heightrequest for android only in my xamarin forms xaml code using onPlatform. When I specify the below Android works fine, but I dont want to specify a height for IOS...
View ArticleXamarin.Forms + offline map navigation
Hi all! My current project requires map navigation while the device is disconnected from the internet. The route which will be followed is known, so after login the route with the map has to be...
View ArticleGetting a Xam.Plugins.Messaging sent message finished result?
I have a Xamarin Forms project and am currently using Xam.Plugins.Messaging to send SMS and emails, but I don't see how to take an action depending on the finished result, whether they were sent,...
View ArticleScrollview automatically scrolls to top in ios
Hello All, I have requirement of hide and display stack layout conditionally inside stack layout. So when user tap on button and another stacklayout is displayed but the problem is scrollview is...
View ArticleHow to change the Title bar background color in Xamarin.Forms wpf application?
Hello everyone, I am doing an application in wpf with xamarin.forms in which i need to change the title bar background color to mach with our theme.But by default a blue color background is...
View ArticlePlugin.Media type exists error
Hi, I'm getting 'The type 'StoreCameraMediaOptions' exists in both 'Plugin.Media.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' and 'Plugin.Media, Version=1.0.0.0,...
View ArticleXamarin forms 3.1 - Android Exception while using Frame Control
I have updated to Xamarin Forms 3.1. After that Android build is giving exception on Frame control. The exception is "ClassCastException". Gradient Drawable cannot be cast to RoundRect Drawable. Note:...
View ArticleFlowListView Columm Spacing
I using Flowlistview to show 5 images in Horizontal position, but the default spacing between columms is too big, how can i reduce the spacing and increase the pictures sizes? Below is what i have done...
View ArticleXamarin Android:
Hi, We are using Xamarin forms to develop our application. For xamarin Android (apk) application some security audit happen & they have found some security issue in our application. "Found elf...
View ArticleXamarin.Forms 360 Degree Image/ VR support?
Anytime in near future is Xamarin attempting to upgrade their Google VR Xamarin Component? The current component is using Google VR SDK .80.0 and the latest google VR SDK is at 1.150.0. Can any one...
View ArticleApplication.Current.Properties are persisting after application uninstall
I use the Application.Current.Properties for persistent storage regularly. I've never had a problem with them. Now all of a sudden, in my UWP app, the properties are persisting despite the application...
View ArticleCreate video from images
I need to create a video from a series of images. Is anyone aware of a package or process to do this from a cross-platform app (UWP/iOS/Android)? Currently I just export the images as png files, then...
View ArticleWhat plugin/control can I use like dropdown in Xamarin.Forms
Hi I need use one control similar to dropdownlist in Xamarin.Forms. I need type some text and fill the dropdown with my own data Thx
View ArticleBeginner Guides for Xamarin.Forms (2017)?
Hello all, I was trying to get a better grasp of Xamarin + Xamarin.Forms and I was wondering if any of you had suggestions on up-to-date & comprehensive guides that might such things from the...
View ArticleFacebook sdk to share custom object
I'm trying to implement the share on facebook through the sdk facebook in a Xamarin.forms PCL project. I managed to implement smoothly the share of Android , but I have problems for iOS . In...
View Articlehow to shared drawables betwen 2 android projects?
Does anybody know how to share drawable folders between 2 android projects? does shared project work for that or there is android class library but not sure if i can shared using it because of namespace?
View ArticleMaintain hamburger menu and back button in MasterDetailPage
I have a requirement from our UI team to maintain the hamburger menu when a user navigates with a Detail page. I have seen this is successfully done in a few apps, namely the Amazon app. Has anyone...
View Article