Guys.
How do i invoke/ call display alert/show message once my program did some logic in ViewModel (MVVM)?
E.g
- Login Form --> Enter Login Data ---> Click Login Button---> Bind button command to LoginViewModel
Lets say the program done the login validation..how do i send back the login result to Login Page (assuming if login failed) ?