Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Data binding options #9206

Closed
ziomek64 opened this issue Aug 15, 2024 · 2 comments
Closed

Data binding options #9206

ziomek64 opened this issue Aug 15, 2024 · 2 comments
Assignees
Labels
Area: Mono.Android Issues with the Android API binding (Mono.Android.dll). question

Comments

@ziomek64
Copy link

ziomek64 commented Aug 15, 2024

Android framework version

net8.0-android

Description

This is not really an "issue" so to speak, but what are the current options to have UI binded to properties in code in native Android .NET then? And I don't want to explicitly set texts, images through code each time. MVVMCross seems like an overkill for me and completely overwhelming to start using. Bindings are so much easier in MAUI using XAML and INotifyPropertyChanged.

Steps to Reproduce

.

Did you find any workaround?

No response

Relevant log output

No response

@ziomek64 ziomek64 added the needs-triage Issues that need to be assigned. label Aug 15, 2024
@jpobst
Copy link
Contributor

jpobst commented Aug 15, 2024

I do not believe there is any "in-box" solution.

Native Android Java Binding is not supported: #7714.

That means the only available option would be a C# framework that provides that capability like MvvmCross or MAUI.

@jpobst jpobst added question Area: Mono.Android Issues with the Android API binding (Mono.Android.dll). and removed needs-triage Issues that need to be assigned. labels Aug 15, 2024
@ziomek64
Copy link
Author

I do not believe there is any "in-box" solution.

Native Android Java Binding is not supported: #7714.

That means the only available option would be a C# framework that provides that capability like MvvmCross or MAUI.

Well, MAUI is for XAML so it's not gonna really work on native? As for mvvmcross, well..

@jpobst jpobst closed this as not planned Won't fix, can't repro, duplicate, stale Aug 21, 2024
@github-actions github-actions bot locked and limited conversation to collaborators Sep 23, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Area: Mono.Android Issues with the Android API binding (Mono.Android.dll). question
Projects
None yet
Development

No branches or pull requests

2 participants