is There any options to make Rounded Corner Border for Element Entry in...
Hi Everyone, I started a project which has custom textbox(entry) with border and broder radius, if i try with simply entry - android native results with textbox(entry) style with single line at bottom...
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 ArticleExpress Help Radio Code Please
Hello How can I code correctly or run a radio code? Example Picture Attachment Thank you
View ArticleHow to start an Activity within a WebViewClient class?
I want to show a progress bar when the webview is loading. I have a LinearLayout axml file which has a nested ProgressBar. Im stuck on how to start the ProgressBar activity? In the Activity class, the...
View ArticleHow to place this effect in the ListView in Android and IOS?
Hello community, I need your help, I want to implement an effect in my ListView as instagram live chat, it's like a Fade effect at the end of ListView on Android and IOS platforms using Xamarin Forms,...
View ArticleStyle via idiom not working
Background: wanting to set a grid's rowdefinition and columndefinition height and width respectively via a style, with the setter using an idiom. Idea being grid rows and columns would be smaller on a...
View ArticleXamarin.Forms: how to "center" vertically a label on itself for Android
I try to use a FontIcon to show an item through a customized Label. As the icon is wider than it is tall, I would like to adjust the height and the vertical alignement. However, I encounter a strange...
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 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 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 ArticleXamarin form : Token authentication with xamarin form web api
i am working with token based authentication for xamarin form here is my code public async Task<string> checkLogin(string username, string password) { var keyValues = new...
View ArticleHow to implement SIP calling on the Xamarin Forms ( i,e. on Cross -Platform ) ?
Hi every one , I'm kinda new to implementing the SIP calling on the Xamarin Forms, I have no clue about SIP calling , I need the code for receiving the call and cancellation of the call through SIP ,...
View ArticleXamarin.Forms Android FileProvider: Files are opened readonly
Hi, I have implemented a FileProvider in my Android app to edit PDF/DOCX files and call it from my Xamarin.Forms app via the dependency service. The files I want to open reside in the private storage...
View ArticleSomebody who works FileProvider?
I have problem with FileProvider = error: Attempt to invoke virtual method 'android.content.res.XmlResourceParser android.content.pm.PackageItemInfo.loadXmlMetaData(android.content.pm.PackageManager,...
View Articlepreventing from timer to be closed by Andriod
hi, I'm running a simple timer in my app, but when the time is too long and the phone goes to sleep (or the user changes apps) the timer (or actually my app) gets killed by Android. how can I prevent...
View Article