Xam.Plugin.Connectivity - How to find out networks 4g, 3g, LTE, Edge networks...
Hi, Anyone knows How to find out networks 4g, 3g, LTE, Edge networks from Xam.Plugin.Connectivity
View ArticleVideoPlayer xamarin forms
Hi xamarin forum Can anyone give a suggestion where can I find a video player that 1. Can play my video from database using file path 2. can really work on both iOS and Android I said the number 2...
View ArticleUnable to compile with RestSharp package
Hi everyone, On a new project I have a build error when I try to add RestSharp on my iOS project. It's a Xamarin.Forms solutions using .NET Standard 2.0. I made a project using RestSharp and I need to...
View ArticleCan I show second time api fetched data in the same page where I showed first...
I have created a page , mypage.xaml. On that page I have created a button, on which if I click It will open a popup page. In the popup page entry field it's accepting some value as parameter and...
View Articleshare data between views in carouselview
Hello everyone!, somebody knows how can I share an object or a variable between views in a carouselview page that receive a parameter from another page? thanks in advance!
View ArticleHow to decrease size of apk in Xamarin forms.
This is my first try at release app. I am registering and logging in app via Web Api. I have a live website and have written Api Service for that. It is working fine and then i released the apk....
View ArticleHow to handle back button navigation event in iOS?
Hello, I am implementing an app using xamarin forms in that I want to implement custom back navigation in iOS.I have implemented for android using below code and its working fine. So is there any way...
View ArticleSelected item not working in Picker
In our edit page, we want to populate the selected default value of the Course and Roud Category that come from the web service in the pickers. Any ideas? Here's the code: ViewModel - public class...
View Article'Resource.Style' does not contain a definition for 'Main.Theme'
Getting this error while trying to use xamarin live player. Any ideas how to solve it?
View ArticleBinding reset to default value when changed with Trigger
I have an entry with amounts where i would like to present it with two decimals when its not focused and as-is when focused. I tried to do this using Triggers on my Entry. It is not working. For some...
View ArticleHow to integrate Dialogflow bots in Xamarin forms?
I need to integrate dialogflow in my application. I tried to install ApiAiSdk in my package but im getting error like this Severity Code Description Project File Line Suppression State Error Could not...
View ArticleHow to get the width and height of a frame view for xamarin forms for iOS?
I have implemented a gradient background color for frame and grid view.Its perfectly working fine in android but in iOS i have to mention the width and height static. mainView = new UIView(new...
View ArticleShopping cart app add items to basket with count number of items added in...
I am Creating xamarin forms app using Mvvm Data binding approach now i want to add items in my cart with count number of items added in toolbar so can anyone help me with this Plzz
View ArticleLink Assemblies Task failed unexpectedly Error
I have added the Plugin.MediaManager.Forms in my xamarin forms project for video view. The project was working fine before adding this plugin in my project, but after i have added the plugin, the...
View ArticleTabbedPage 5th to 1th listview autochange position
I have some problem with my xamarin forms app. tabbed page have 5 children if i am go to 5th tab, my first tab in listview change position.(turn start). how can i fix it ?
View ArticleButton with image
Hi all, I need an urgent help please. I am trying to have a button with an image. Actually I simple want to show he image and have it behave as a button. I have created the button and gave it a...
View ArticleUWP project doesn't load after Visual Studio 15.7.6 update
After updating Visual Studio to 15.7.6, my Xamarin.Forms UWP project no longer loads with the error error : Unterminated string. Expected delimiter: ". Path...
View ArticleXamarin.Forms.Maps Disable / Hide Info window but still keep default actions
Hi everyone, I'm pretty new to Xamarin and I'm pretty stuck on this... Can someone please help me find a solution to just disabling the info window from showing? I followed the tutorials for creating a...
View ArticleHow to add sub menu items clicking on MenuItems in xamarin.forms...
Hi, I want to display submenu items when clicking on MenuItems in MasterDetailPage.My Master Xaml is like <?xml version="1.0" encoding="utf-8" ?> <ContentPage...
View ArticleHow to do a simple InputBox dialog?
I'm struggeling with a simple thing. How can I display a prompt in a dialog box, thats waits for the user to input text or click a button, and then returns a string containing the contents of the text...
View Article