mvvm tag

6 questions


1 answers
230 views
0
I don't know how to separate responsibilities when tapping buttons.

Which do you think is the best way to write specific things to the view side like Method 1 or to write a tap process like ButtonTapAction and write the contents on the viewModel (Controller)?Personall...

1 years ago

1 answers
76 views
0
I want to reload the table at the end of asynchronous communication.

I have a question about how to implement it in MVVM.Model uses AFNetWorking to obtain JSON.I would like to reload the View table when AFNetWorking's asynchronous communication ends, but in the case of...

1 years ago

2 answers
75 views
0
Is there any way DataGrid can prevent other controls from being drawn?

We are currently developing applications with WPF+XAML+MVVM.WPF's DataGrid controls have a known problem (specification…) that takes time to draw when you bind large amounts of data.That's why virtual...

1 years ago

2 answers
121 views
0
Update DataGrid View After Adding New Records Using MVVM Patterns

DataGrid's ItemsSource is highlighted to ICollectionView type properties, and record additions pass the child window parameters to the model's method to add them.I can add it to the database without a...

1 years ago

1 answers
94 views
0
How to open a sub-window (not a dialog) in the Prism (MVVM pattern)

I was making a two-screen application with WPF.I'm trying to rewrite this to an MVVM pattern using Prism.Simplified Example: The WPF window now has the MainWindow, SubWindow class.When you click the b...

1 years ago

2 answers
66 views
0
I want to know the difference between MVC, MVP, and MVVM in detail.

I'm a fifth-year Android developer and I know the MVC concept.Because I don't know the concept of MVP and MVVM (I understand both as belonging to MVC), it's hard to define which pattern I made my Andr...

1 years ago

© 2024 OneMinuteCode. All rights reserved.