carousel view with center image on top
Hi , I am trying to implement a carousel view which will look like cards view with center image on top same as this attached image, I tried several things but it did not worked , please give me any...
View ArticleAccess Label in Xamarin RadAutoCompleteView in the C# code
Is there a way to access the labels in Token Templates in RadAutoCompleteView in the C# code? Trying to set a name on the Label and change the property of the label in the C# code results in crash....
View ArticleData Entry - sizing controls
I am designing a data entry screen in XAMARIN using their new control - FlexLayout. I am trying to ensure that this data entry form will display on small screens and big screens e.g.on a small screen -...
View ArticleHow to display data in conrols when a form loads
I have saved datas in COMPANY_MASTER tabe in sqlite where id =1 and when i load that form again i want that data to be displayed in the controls. Xaml code ` <ContentPage.ToolbarItems>...
View ArticleLayout for Data Entry
I am designing a data entry screen in XAMARIN using their new control - FlexLayout. I am trying to ensure that this data entry form will display on small screens and big screens e.g.on a small screen -...
View ArticleDownload files on Windows Phone 10 or UWP using C#
I want to download the pdf file from server "http://che.org.il/wp-content/uploads/2016/12/pdf-sample.pdf" and save the same in local. I using below code to achieve this. however I'm not able to...
View ArticleXamarin Forms WebView
We have an application in Production that has native versions for iOS and Android. We are converting the code of these native applications into a single Xamarin Forms application. This application is...
View ArticleApplication Loader: ERROR ITMS-90171
I am trying to upload the .ipa file using Application Loader. The .ipa built using VS.net Xamarin. While deploying the .ipa file using Application Loader I am getting following error: ERROR ITMS-90171:...
View ArticleHow to Call TabPage Class with the FormsAppCompatActivity
My Code Like This. public class OtpReceive : FormsAppCompatActivity { protected override void OnCreate(Bundle savedInstanceState) { NavigationPage nav = new NavigationPage(new MainPage() { Title =...
View ArticleCalendar plugin for Xamarin.Forms
Hi Xamarin community, With the help of the guys from my company I've built a Calendar plugin for Xamarin.Forms It is currently featuring: Displaying events by binding EventCollection, with custom...
View Articlevoice recognition sample SpeakToMe not working
Hello , I'm trying to run the sample code "SpeakToMe" but it always crashes, as you can see on image I'm using exactly the same code given :...
View ArticleXamarin Android and custom control: Unable to activate instance
I'm creating my custom control for a tag edit. I'm using Visual Studio 2019 and Xamarin Forms. It is working for UWP and iOS but in Android I have an error with the native renderer....
View ArticleDisplay Online PDF in Android Webview
Problem Statement: I am trying to display a hosted PDF from a secure site using https in a WebView using Xamarin.Forms. What I Have Tried: I have a custom renderer for the Android WebView control. If I...
View ArticleVisual Studio 2019 Android Archiving Problem
When I archive my android project on VS 2019, i get error message as "Failed to create App archieve 'myApp.Android'. An item with the same key has already been added. I have recognized a difference on...
View ArticleHow is the best way to dynamically CRUD controls at run time??
Hello I am slowly working on an application to control my home automation - I am looking to allow the user to change the items that will be available. I need to CRUD controls dynamically as the user...
View ArticleUI Controls learning document and code example with Xamarin Android
The link below provides good learning resource. https://docs.microsoft.com/en-us/xamarin/android/user-interface/ However, there are many controls that I cannot find learning resource and code example....
View ArticleAutomatically show keyboard after CreateConfirmDeviceCredentialIntent
Hi.. I'am playing with this sample. But when I have selected PIN lock in my phone there is no keyboard show (to enter PIN) in new created Activity. Is there way how to automatically show keyboard after...
View ArticleDeeplinking in xamarin.forms?
Can any one help me how to open our app from URI ? Thanks in advance.
View ArticleXamarin.Forms.WebView not loading URL ?
public class WebPage : ContentPage { public WebPage () { var browser = new WebView(); browser.Source = "http://Xamarin.com"; Content = browser; } } I tried the above coding, working fine. But when I...
View ArticleDeep link doesn't work when app is closed
Hey, I don't get it, the deeplink is working fine when the app is in background but when it's closed, the app just launch and nothing happens.. Also, since the app is closed at first, I can't debug it...
View Article