mvvm
Here are 3,763 public repositories matching this topic...
As documentation mentioned that a RIB can be viewable or viewless, it is found that viewable RIB must be associated with UIViewController. However, I think it is not possible and most viewable RIB should be UIView-based as RIBs framework encouraging us to make reusable and micro components.
As the below image shown, are those viewable RIBs (Confirmation, Location Refinements, Menu) UIViewCont
-
Updated
Jul 2, 2020 - Java
-
Updated
Jun 24, 2020 - Java
Summary
Xamarin.Forms 4.2 added the method 'InvokeOnMainThreadAsync' to it's static Xamarin.Forms.Device class. It's nothing more than a TaskCompletionSource trick in order to make BeginInvokeOnMainThread awaitable. Now, it would be wonderful to have InvokeOnMainThreadAsync either as part of IDeviceService or maybe even better as extension method of IDeviceService (as it does not really add a
-
Updated
Jun 24, 2020 - Kotlin
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
DESCRIPTION
When you have a certain custom theme color selected, you can't just undo that by clicking "reset", or "default".
No option/button to select/go back to default theme, after the custom color is selected.
-
Updated
Mar 19, 2020 - Java
-
Updated
May 22, 2020 - Swift
-
Updated
Jun 29, 2020 - Java
-
Updated
Mar 26, 2020 - Java
What would you like to be added:
Implement the TextBlock.MaxLines. It's not implemented yet:
https://github.com/unoplatform/uno/blob/4bd015b98029ae8c121a5ad9d36268742fb76b8e/src/Uno.UI/UI/Xaml/Documents/UIElementTextHelper.wasm.cs#L107_L110
Documentation:
https://docs.microsoft.com/en-us/uwp/api/windows.ui.xaml.controls.textblock.maxlines
Solution:
https://twitter.com/addyosmani/st
-
Updated
Jul 2, 2020 - C#
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.
-
Updated
May 9, 2020 - Objective-C
-
Updated
Jun 3, 2020 - Swift
-
Updated
Jun 25, 2020 - Swift
-
Updated
Jul 1, 2020 - Kotlin
-
Updated
Jun 24, 2020 - Kotlin
-
Updated
Jun 30, 2020 - Kotlin
-
Updated
Jul 1, 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.7.0
- Neutronium.Core
- Support of binding to IObservable interface
Version 1.8.0
- Neutronium.Core
- Support of complex javascript deserialization when used as command argument (Today only basic types and object converted from C# are supp
RxTiPresenterUtils.deliverLatestCacheToView caches and re-delivers all items emitted by the source.
Look at this log output. When the view is detached, several items are emitted by the source, but not delivered. This is correct so far.
After the view is reattached, all of the items are delivered again, including those which had already been delivered (c9915aa) and those which should
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