xamarin Questions

5

Solved

In my application I have defined colors for my controls. Mostly like this {StaticResource Black} some like this because I had some problems with changing the color when I set the value to disabled...
Albanese asked 12/3, 2023 at 21:22

1

As the title states, i'm facing an issue while installing visual studio "couldn't install microsoft.visualcpp.redist.14". I understand there are solutions here and there but they don't se...
Armalda asked 10/8 at 20:14

1

I am working on a Xamarin app that uses AWS Cognito for user authentication. I'm trying to implement a forgot password, and the MFA is setup to use an email confirmation code. However, when I try ...
Julianjuliana asked 2/4, 2019 at 12:16

5

Solved

I have problem with my splash screen on Android. Splash screen is displayed to the user during long application startup but activity background is always black. I mean background bitmap (splash ima...
Corder asked 2/10, 2014 at 5:42

15

Solved

I see that this question has been asked many times but I see no solution that works for me so I'm hoping that providing more info might shed some light. We use appcenter.ms to test iOS apps. Until ...
Aquatic asked 3/2, 2021 at 14:41

3

Is there any way to bind native libraries like in Xamarin? I have tried to do some native implementations in the new .NET Maui and haven't had success on it. I would really appreciate if someone ha...
Curriculum asked 7/4, 2022 at 18:57

6

Solved

In a xamarin.android project, we have 2 build configuration (Basic and Pro) also different Package Name. On firebase we have registered two apps basic and pro in same project. So now we have two ...
Shufu asked 25/1, 2019 at 15:44

6

I'm new to mobile development and I'm trying to have my .NET Maui app connect to a local ASP.NET Core website (API). I am currently blocked by this exception: System.Net.WebException: 'java.securit...
Squamosal asked 9/2, 2022 at 10:2

4

Solved

I'm working with a .NET MAUI Preview 7 project and I need to create a Table/Datagrid but I see that in the XAML file, there is no tag for "Table","DataGrid" or "DataView&qu...
Cutlery asked 20/8, 2021 at 8:40

2

Solved

I have seen references to changes in SQLite-net that supports multi-column unique constraints. I know it can be done directly with sqlite however I prefer to stay wit the sqlite-net methods of doin...
Becalm asked 11/9, 2013 at 22:37

6

I am building an APP using Xamarin / Visual studio for Mac I have already a project on an Mac mini. And now I moved that project to an new iMac. Compile is good. But when trying deploy to a physica...
Inclination asked 15/1, 2021 at 16:25

3

Solved

I have connected my windows laptop to Macbook pro late 2011 for developing xamarin.forms ios applications. My visual studio version on Widows machine is 16.7.2 with xamarin.ios version 13.20.2.2. M...
Sphericity asked 7/9, 2020 at 9:51

2

Solved

is there any way to change the background colour of the DatePicker control while showing a calendar view? Please check the attached screenshot.
Delusive asked 20/1, 2017 at 10:20

9

I have a Xamarin.Forms application. I am up to date on my VSMac, XCode, Xamarin, Xamarin.Forms, Mac, and everything else that I can think of. I am stumped regarding where to go resolve this issue. ...
Kava asked 27/2, 2020 at 19:53

2

Is there somebody able to explain me what is the difference between : .NET MAUI Application .NET MAUI Multi-project App The official MAUI Windows page doesn't mention the second project's model :...
Ardel asked 24/5 at 19:56

4

Solved

I am following this Microsoft Guide to migrate from GCM/FCM notifications to FCM v1. From the guide, I - 1.Configured the Firebase Service Account Credentials in Azure Notification Hub 2.Updaeted b...

5

I have a list view in my app, some data is saving to the database before populating list view. My problem is that can't see the data, and how to verify the data is stored in the database.
Gosselin asked 31/10, 2015 at 5:5

9

Solved

Default FirebaseApp is not initialized in this process. Make sure to call FirebaseApp.initializeApp(Context) first. i have tried with many things but i am not able to Get notifications in devices....
Musick asked 23/3, 2018 at 14:30

3

Solved

I am having a issue accesing a text box in a view controller .cs file async partial void loginUser(UIButton sender) { // Show the progressBar as the MainActivity is being loade Console.Writ...
Overshine asked 24/8, 2016 at 10:29

12

Solved

I've started with Xamarin and Android using Visual Studio 2013. When I start debugging the android app, it builds, deploys to device and then debugging in Visual Studio stops. I can't hit any brea...
Waterish asked 16/9, 2015 at 20:3

28

Solved

I'm trying to get the SHA1 fingerprint so I can get an Google API key. Im in the following directory: /Library/Java/JavaVirtualMachines/jdk1.8.0_20.jdk/Contents/Home/bin Then I execute the co...
Talkie asked 20/11, 2014 at 10:26

2

Solved

After upgrade my Xamarin.Forms version to 5.0.0.2244, I'm getting the following warning in Main.cs file inside my iOS project: Method UIKit.UIApplication.Main is obsolete: Use the overload with Ty...
Effeminate asked 17/11, 2021 at 20:38

9

Good Day everyone. I'm developing a Cross Platform Application in Xamarin.Forms when I encounter this error "Are you missing a using directive or an assembly reference". My project is working fine ...
Nucleate asked 8/6, 2016 at 9:4

1

I created a brand spanking new Xamarin Android App in Visual Studio 2022. I then referenced the v1.0.17.2 of the Xamarin.Stripe.Terminal.Android library as I need to perform some transactions on a ...
Bramwell asked 14/1, 2022 at 13:20

5

Solved

I can't seem to find AsyncCommand in .NET MAUI or .NET MAUI Community Toolkit. Any idea what package/namespace I can find it?

© 2022 - 2024 — McMap. All rights reserved.