How to change the position or size of a view in Relative Layout at runtime in...
What I did is I have added a label to a relative layout by setting all constraint. Below is my code for that. relativeLayout.Children.Add(textLabel, Constraint.RelativeToView(innerBorderBox, (parent,...
View ArticleHow to add missing places in xamarin forms?
Is there any way out to add missing places for any particular Latitude and Longitude in xamarin forms. I want to add complete details for Latitude and Longitude in google map using xamarin forms? Is...
View ArticleActivityIndicator issue xamarin form android application
I have a login page, i want to show the ActivityIndicator while the page is busy executing an async method. the ActivityIndicator is showing based on the IsLoading property on the ViewModel class....
View ArticleCustom layout on Scandit scan page.
Hello, I am integrating scandit in my xamarin forms android application. I am not able to add custom layout of scandit scan barcode page. I want to add count label and Done scaning button on scandit...
View ArticleNative linking failed with c++ library
I am trying to link with a static library built with XCode. I have added it under Native References, checked Force Load, Is C++, Smart Link. Still I get the error "Native linking failed. Cannot find...
View Articlechange pin color on map
hello and good day everyone i am having a problem with xamarin form map. i want to chnage pin color to different color, like blue white or green. can someone help me out? thank you
View ArticleGetting issue for creating release build for Windows UWP for Compile time...
Facing issue :Type 'Windows.Phone.Speech.Synthesis.VoiceInformation' from assembly 'Windows' was not included in compilation, but was referenced in type 'XLabs.Platform.Services.TextToSpeechService'....
View ArticleMusic Resource File - Somehow deleted
I have some mp3 files saved in the Resource\Raw location that I access using a Dependency Injector. Certain states of the app will cause a different mp3 file to play. My boss was demonstrating the app...
View ArticleList View Item click and filter related data in next page
Hi Experts, My requirement is in my current Page/Layout I have warehouse list and now based on selected warehouse related Journals list need to appear now what happening is if I click on any warehouse...
View ArticleCheck the Settings.Secure.LOCATION_MODE in Xamarin Android
n my Xamarin form app (Android/IOS) I am using GPS location service. I can check whether GPS on/off status and according to that I can open the settings. My problem is I wanna check the location mode....
View ArticleHow design grid like this in forecah loop
Hii community.. i need to design grid like below . i have 5 records that 5 records i need to show five times how to do using foreach loop in thanks in advance
View Articlehow to make a custom expandable list view?
This is a sms app, and I want to make an expandable list view for my sent items or sent sms, I want to make the recipeint number as a header of my expandable list view. MyExpandableListview.cs using...
View ArticledSYM, Azure DevOps and AppCenter
Has anyone out there had any experience setting up Azure DevOps to build a Xamarin iOS project, collect the .dSYM file and push it to AppCenter so that you can symbolicate the AppCenter Crashes? I've...
View ArticleHow to show ActivityIndicator that covers whole screen including Navigation...
My code for ActivityIndicator is below: <ActivityIndicator x:Name="actWebRequest" Color="White" IsVisible="{Binding IsLoading}" IsRunning="{Binding IsLoading}" AbsoluteLayout.LayoutBounds="0, 0, 1,...
View ArticleSystem.InvalidOperationException: 'Cannot assign a native control without an...
I am working on a project "CoManga" and I wanted to add advertisements in it. Implementing ads on UWP seemed straight forward, like Android and iOS. However, I'm stuck now. Anyways, I followed this...
View Articlehow to implement Text Changed event on my form?
In my form i have Item Price, Item Discount ,Quantity and total price . I want that when i enter the Quantity the Total price Field will Changed automatically with the value of (Price*Quantity...
View ArticleShow Restaurants nearby in the Google Map in Xamarin Forms
Hi, How can i show the near by Restaurants in the Google Map using Xamarin Forms?
View ArticleNavigation drawer (Master Detail Page) not closing on clicking outside in...
Device: Android Tab Orientation : Portrait Issue: In master detail page, master page does not close on clicking outside. We need to drag it to close the drawer. It is working fine on iPhone, iPad and...
View Articlehow to read api in xamarin forms
Hi, below is api returned json, i am trying to read like var client = new System.Net.Http.HttpClient(); var response = await...
View ArticleConsume native android library in Xamarin Forms that is UI element
I'm attempting to create and consumable native android library for in my Xamarin.Forms project, native lib is here: https://github.com/florent37/DiagonalLayout I've created the binding library project...
View Article