mvvm
Here are 3,055 public repositories matching this topic...
Continuing from tutorial 1 I ran into this issue. Has anyone seen this or know why loggedOut is fine but loggedIn is throwing this error on the component?
Describe the bug
I modified the official Xamarin Forms RefreshView demo ever so slightly, replacing the ICommand with a ReactiveCommand, and the demo broke.
Specifically, pull-to-refresh will run once, and then never again.
I'm not entirely sure what goes on, but it feels like the thread
-
Updated
Feb 23, 2020 - Java
Add Missing XML Docs
Summary
Many API's are currently lacking XML docs or have invalid markup. As we begin to explore adding API documentation to the Prism Docs, we need to update the existing codebase with more complete XML docs so that these docs can be generated for the docs site.
NOTE
While updated and added XML docs should include Summaries, and information for parameters/return values, it will o
Can you generate API docs for MvvmCross code?
Like for example:
- Andorid API
- AutoFac API
- and many others (all libs from Microsoft, Google ...)
Why?
- API dosc boost developers productivity - You easy look through the code (without decompiling it).
- API docs
-
Updated
Feb 23, 2020 - Swift
-
Updated
Feb 23, 2020 - Java
-
Updated
Feb 23, 2020 - Kotlin
-
Updated
Feb 23, 2020 - Java
-
Updated
Feb 23, 2020 - Java
I had a look through the docs and they still reference Windows Phone and Silverlight. The Basic Configuration page shows examples of Silverlight running in IE11.
Is there any plan to update the docs? I'm not sure how suitable it is for a new WPF application based on the docs alone.
Current behavior
Providing escapable characters to the MessageDialog.Content property will fail.
How to reproduce it (as minimally and precisely as possible)
This function should be called using already escaped message content:
Environment
<
-
Updated
Feb 23, 2020 - C#
-
Updated
Feb 16, 2020 - Objective-C
-
Updated
Feb 21, 2020 - Swift
-
Updated
Feb 23, 2020 - Swift
Track Next versions
Global roadmap can be found here: https://trello.com/b/1q0TNsWv/neutronium
Note that this roadmap is susceptible to changes.
Version 1.6.0
- Neutronium.Core
- Support of binding to IObservable interface
Version 1.7.0
- Neutronium.Core
- Support of complex javascript deserialization when used as command argument (Today only basic types and object converted from C# are supp
See this comment:
grandcentrix/ThirtyInch#158 (comment)
It is still not working.
We will discover this in a new PR.
Maybe it is related to AS instead of the Code
-
Updated
Feb 23, 2020 - Swift
-
Updated
Feb 22, 2020 - Kotlin
-
Updated
Feb 22, 2020 - C#
This seems like a great alternative to Vue.
As a suggestion, it would be great if the documentation would be available in English.
Improve this page
Add a description, image, and links to the mvvm topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the mvvm topic, visit your repo's landing page and select "manage topics."



What is the more modern, common approach to using knockout? I want to start using knockout to build my web applications. But I also want to use powerful, latest javascript features while still supporting most old browsers.
I am currently just creating an index.html, scripts.js, and styles.css file and including the knockout library as a CDN into my html file. But this is very limiting to explor