iOS Style Navigation on Android - NewBie Question
Hello Everyone I am very new to Xamarin development and writing forms app for iOS and Android. The code I have right now is using prism MVVM and works on iOS with navigation, but on Android the...
View ArticleCapture the webcam video flow
Hello, What is the fatest method to display the webcam video flow? I want a fast method to get 30 fps. Thank you, Christophe
View ArticleHow to identify mock location is enabled in android?
I have written below code which always return 0. var isMock = Android.Provider.Settings.Secure.GetString(contentResolver, Android.Provider.Settings.Secure.AllowMockLocation);
View ArticleXamarinMediaManager not rendering video on ios ..
Hello everyone, i am using Plugin.XamarinMediaManager for video player in xamarin forms. Although i have everything working fine for android but on IOS the video is not rendering ! i do have...
View ArticleSliding Cards In Xamarin.Forms
I have a Xamarin project and I need it to look exactly like this: And also implement a search bar I was thinking that the page could be a stack layout and the bottom with scrolling cards could be a...
View ArticleCarousel design with auto move
Hi All, It would be really appreciated if someone guides me to design this Carousel for a set of images with an auto move and user able to move by using the finger.
View Article[Xamarin.Forms .Net/ MVVM(PRISM) project] Which Web Service to use and how to...
Hi everyone, im new on Xamarin and im an internship to develop a Mobile App: kind of micro-social for events with Xamarin.Forms .Net/ MVVM(PRISM) architecture. For the moment i have almost all the view...
View ArticleIcons in Navigation Toolbar with PageTitle
I read the article of @JamesMontemagno - "Xamarin.Forms - Icons in Navigation Toolbar" and im asking myself if it is possible to have that application-wide image in the NavigationBar in combination...
View ArticleInitializeComponent does not exist in the current context error
Hi, The error CS0103 (The name 'InitializeComponent' does not exist in the current context) has started appearing after doing a build of our Xamarin Forms solution. The build, however, appears to have...
View ArticleErrors in changing FormsApplicationActivity to FormsAppCompatActivity.
When changing MainAcivity to FormsAppCompatActivity, TabLayoutResource&ToolbarResource should be added. But Layout folder is not avaible under resources.
View ArticleThe "LinkAssemblies" task failed unexpectedly.
I´m trying to reduce the APK size to publish in Play Store. I´m using VS 2017 and "Linking" in the Android Options I tried with Sdk and User Assemblies and Sdk Assemblies Only either are not working. I...
View ArticleAndroid IOnMapReadyCallback Forms 2.3.4
My custom renderer is no longer work with Xamarin Forms 2.3.4. The behavior I am seeing is that none of pins are being drawn on the map if I provide a method for the IOnMapReadyCallback method. It...
View ArticleFirebase Authentication Support in Xamarin forms
Is there any support of Firebase authentication for Xamarin Forms? Please help
View ArticleSetting column span for button variable
I have created a grid in my Xamarin application which has 4 rows and 24 columns. I have 12 buttons that use the same properties, so to save myself creating all 12 separately, I have done it like this...
View ArticleUsing Slider with audio
I need an example to change the position of the audio, but using the slider control?
View ArticleFirebase Cloud Messaging
Hello, How to generate FCM topic in xamarin forms app and how can use it. I am generating FCM topic from two way ``` 1) FirebaseMessaging.Instance.SubscribeToTopic("news"); in MainActivity 2)...
View ArticleOnAppearing() not working anymore
I don't know what else to mention besides this but OnAppearing isn't firing anymore. I am using TabbedPage but I was using TabbedPage before when OnAppearing was working as well. Anyways here is what I...
View ArticleRequired CCAvenue payment Integration for Xamarin form
I have create xamarin application and need for ccavenue payamnt integration for xamarin forms. Please help me for any idea related to payment gateway integration
View ArticleHow to change the Thickness of OUTLINE / BORDER frame ?
Hi, I want change the Thickness of a Frame border. I my phone the border is VERY small.. My code : <Grid RowSpacing="0" ColumnSpacing="0"> <Grid.RowDefinitions> <RowDefinition...
View ArticleHttpClient() and DiscoveryClient.GetAsync(url) fail to validate certs
I am using Xamarin.Forms 3.1, and .NET Standard 2.0 PCL and whenever I attempt to call an API, i get an error: TrustFailure, xamarin OPENSSL_internal: CERTIFICATE_VERIFY_FAILED My certs are valid...
View Article