python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Create bindings to native libraries .net Maui
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 has s...
jaesjulio
Votes: 0
Answers: 1
Is it possible in Android to implement Zoomable scroll view with both the scrollbars visible in the viewport?
I am trying to develop a zoomable scrollview with seeing both the scrollbars visible. But when implementing I face the following issues.
To enable both Orientation, use scrollview and horizontal scro...
DeepakG
Votes: 0
Answers: 1
Cannot access base class's members in the derived class's XAML in Xamarin Forms
I am having a DialogView class that is derived from a base class Dialog which is again derived from ContentView, ie. DialogView : Dialog : ContentView. I am getting errors that are mentioned later.
He...
Junaid Pathan
Votes: 0
Answers: 1
How can I call function in view in xamarin
I have a function in xamarin and I want to use the value of this return function as a column in my view. So here is my function:
public int setColumn()
{
int column = 0;
...
magic bean
Votes: 0
Answers: 0