-
Got more familiar using Material theme now, and learned a lot about:
- write clear and clean code
- user experience, like adding `ScrollView` to prevent element from being truncated . This websize h…
-
# Proposal: Enable extensibility in Frame navigation
## Summary
Extend the current WinUI/UWP navigation model to support navigation based on more than just a page Type, and enable custo…
-
So we've been looking at the improvements made to iOS 14's UISplitViewController, namely, you can now have 3 columns with the primary, supplementary and secondary.
Also it now supports the ability …
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the bug
When nesting razor components using .filenesting.json settings, you are unable to navigate to…
-
## Description :scroll:
* Give a step-by-step tutorial in Kotlin along with a brief and clear explanation.
* Required Documentation or Video or Audio.
## Domain of Contribution :bar_c…
-
Add support for game (application) downloads.
This should involve all this in its final form:
- Ability for extensions to start and manage download jobs
- Ability for extensions to report status …
-
# LocalizationResourceManager
* [x] Proposed
* [x] Prototype: Not Started
* [ ] Implementation: Not Started
* [ ] iOS Support
* [ ] Android Support
* [ ] macOS Support
* [ ] Windows S…
-
# Provide concrete implementation of INotifyPropertyChanged
MAUI should provide an out of the box base, concrete implementation of the `INotifyPropertyChanged` pattern with a minimally useful and p…
Redth updated
2 years ago
-
I am basically just asking here as the blog didn't have a commenting area.
Looking around at Coordinator patterns, I struggle a bit with knowing where to place the actual business logic. In your ex…
-
- FollowingFragment.kt
Calling APIs directly from a view class violates the principle of separation of concerns. This flaw occurs when the responsibility of handling network communication and data-…