How can I confirm HttpClient is Native when I use Xamarin.Form?
As I know, when I create a Xamarin.Android project and use HttpClient with AndroidClientHandler, so AndroidClientHandler is the new handler that delegates to native Java/OS code instead of implementing...
View Articlex:Class mapped to server namespace?
Would anyone know if it's possible to set the x:Class= in a xaml.cs file to a networked location? Basically x:Class= "https://MyWebsiteStorage.com/files/Somefile.xaml.cs"
View ArticleLayout not updating in Android as expected
I dynamically configure a UI and for some reason in Andriod the views don't update as expected. When the device is rotated on Andriod the PageScrollView resizes but the child view zoomable doesn't (See...
View Articleemail send with attachments issue in xamarin android
I am sending email in xamarin android using this code. email is sending without attachment. not getting any error but attachments are not sending with the email.
View ArticleXamarin Forms Android Foreground Services Notification After Boot Completed
Hi all, I wrote in the title I can dependency service start foreground service notification on app working. No problem. But device rebooting and killing services. I want to restart services on boot...
View ArticleWhy Sqlite's database file is different ,when I use EF core to connect or...
Hi, I recently found a strange situation,as title. If I connect Sqlite by Entity Framework Core, just like: public class DatabaseContext : DbContext { protected string _databasePath =...
View ArticleThe Android resource designer of my Xamarin Forms project is acting up
Fehler CS0145 Für ein Konstantenfeld muss ein Wert bereitgestellt werden. Inventur2.Android Resource.designer.cs Fehler CS1003 Syntaxfehler. "," erwartet. Inventur2.Android Resource.designer.cs Fehler...
View ArticleXamarin Forms 4.0 + MSAL: cannot resolve reference Microsoft.Identity.Client...
Hello guys. I'm trying to add MSAL.NET to a Xamarin Forms App but after adding a reference to the Microsoft.Identity.Client to both the Xamarin Forms and Xamarin Android project, I'm getting the...
View ArticleHow to set badge counter above the toolbaritem in Xamarin.Forms?
Hi, I am creating an application in that I need to implement badge counter above the icon in toolbaritem. I am creating dependancy service for ios and android. I get reference of this url....
View ArticleHow to fix White Screen Issue while navigating in Xamarin forms Prism...
I have implemented MasterDetail Page using xamarin forms prism and I have following Pages in my app. 1) Master 2) Home 3) Employee 4) Profile -- Initially App is set to Master - Home (Detail Page) page...
View Articlexamarin forms: InvalidRegistration error in postman when try to send...
I am implementing push notifications using FCM in my Xamarin.Forms project. In the iOS project, I am getting the fcmtoken from RegisteredForRemoteNotifications. When I am sending a notification for the...
View ArticleCan we override the clickevent for shell?
I'm using the shell in xamarin forms, I want to get the event of the click because I want to return to the rootpage when clicking one of the tab.
View Articlelocal images to bytes
I want to convert local images which are there in project platform wise to bytes. If I am doing this think byte[] buff = System.IO.File.ReadAllBytes("Sample.png"); I am getting error of file not found...
View ArticleWhat is the equivalent of xaml "{Binding .}" in code behind?
What is the equivalent of xaml Text="{Binding .}" in code behind?
View ArticleAny One Implemented Coach Marks in xamarin.forms
Implementation of Coach marks in xamarin.forms. I have to implement like below image Can anyone Please help me
View ArticleProblem to Accessing Remote Data
Hello everyone my name is Taniguchi and i have this code to connect to dynamics 365 enviromment public MainPage() { InitializeComponent(); } private void PressMeButton_Clicked(object sender, EventArgs...
View ArticleBinding Page's Command within ListView of ContentView
Within my ContentView (name=CvProduct) I have a ListView (nam=LvProducts) and several controls within each cells with their specific commands that are accessible in the Page's (name=Products) viewmodel...
View ArticleHow to pass parameter from Rg.Plugin.Popup to content page?
When I am going to pass parameter from Rg.Plugin.Popup page to a Content page,the content page will reload so how to accept parameters from popup page to content page?
View ArticleHow to get the jks for the lost keystore?
Hi, I have a Xamarin Forms app and I lost my ketstore file Now Google is asking me to follow below steps to recover the keystore but the first command is asking for the jks file Where can I get that...
View ArticleHow to arrange native code items when using binding assemblies which project...
I’ve been working on integrating a vendor’s SDK “ThirdParty” into my Xamarin Forms app “MyApp”. I ran into something with jar/aar binding that I figured out a hack for, but it seems like there should...
View Article