xamarin tag

14 questions


1 answers
423 views
0
No OnNewToken Events in Release Version (Xamarin forms VS2019)

Connect to a real Android device with the debug version of VisualStudio 2019 Xamarin forms Booting (first) will get Token correctly, but After installing and booting from an open Google Play Console t...


1 answers
87 views
0
How to view Xamarin.iOS and Xamarin.Android classes from PCL

Xamarin.iOS and Xamarin.Android have the same class functionality.This class is implemented slightly differently depending on the characteristics of each device.I would like to refer to these classes ...

2 years ago

1 answers
66 views
0
How to stop playing music when the smartphone application starts (iOS/Android)

You can stop playing music when you start the smartphone application, but We are thinking of implementing this in Xamarin(C#).I'm looking for an example implementation, but I can't find it.If you know...

2 years ago

1 answers
74 views
0
Xamarin.form (XAML) Label Tag Display (Multilingual)

I am having trouble displaying multiple lines on the label because the app supports multiple languages.The following Japanese language is set to the AppResources.resx file.<data name=aaaxml:space=p...

2 years ago

1 answers
86 views
0
About WebView in Xamarin.form

I am having trouble with the Xamarin.form WebView.I am trying to implement a webview tag in xaml and display an Amazon page as an example.<?xml version=1.0 encoding=UTF-8?><ContentPage xmlns...

2 years ago

2 answers
91 views
0
Package android.support.v7.internal.widget Does Not Exist After Installing Xamarin.Forms.Maps

Windows 10Visual Studio 2015Xamarin version 4.1.1.3 installed in Visual StudioXamarin.Forms/Xamarin.Forms.Maps version 2.3.0.107 installed in the projectSamsung Galaxy Note Edge (Android 5.0) (I haven...


1 answers
142 views
0
How to return to multiple screens when Xamarin presses buttons

I would like to implement the multi-screen return function if I select the master of the hierarchy and make the selection in the last tier.For the time being, I have written it as below.//3 Back to Sc...

2 years ago

1 answers
116 views
0
How to call the MainPage.xaml.cs to MainActivity.cs method in xamarin forms

As per the title, please let me know if you know how to call the MainPage.xaml.cs method from Android on xamarin forms.What I want to do is to process things that take a long time on Android, and if t...

2 years ago

1 answers
145 views
0
Understanding How to Express Button Dynamically in xaml

Ask about the dynamic display of the button you tapped after tapping Button.Assume that an xaml file has the following Button tags:<Button Clicked=TheButtonTapped Image=sample.png WidthRequest=256...

2 years ago

1 answers
124 views
0
How to Preview XAML in Xamarin.Forms in Xamarin Sketches

Xamarin Studio 5.6.3 build 3 uses Sketches functionality.I wish I could preview the XAML file when I use it in Xamarin.Forms mode, but unfortunately it doesn't seem to offer this feature.Is there a go...

2 years ago
- 1 - »

© 2024 OneMinuteCode. All rights reserved.