-
Hi Tuubz, I'm Trung from Nimbl3 and I'll be in charge of giving the comments over this assignment.
For this first issue, I'd say it's pretty naive nowadays to start the implementation without a pro…
-
### Description
We have an application that requires elements inside the listview / collectionview to open if it's the selected one, and close when it's not.
It works perfectly fine on Windows, an…
-
### Description
Add a new `ItemsLayout` to the `CollectionView` that is similar to the `GridItemsLayout` but instead has a span that varies based on the size of the control. Rather than having item s…
-
1. try using Paging Library from google, it simplifies your paging logic by a lot, you won't have that many loose variables hanging around your `Presenter`
2. better usage of RxJava
- try redirect…
-
# Create Base KMM Project for Android and iOS
## Task Description
Set up a new Kotlin Multiplatform Mobile (KMM) project with Android as the primary platform and iOS integration. The project should f…
-
Hi
We are working on a Mockup for WinUI3 Templates in Windows Template Studio that uses the MVVMToolkit libraries.
You can find the code at [Mockup-WinUI3](https://github.com/microsoft/WindowsTem…
-
Is this currently usable or a work-in-progress? Do you need any help on this? Will this work with SPM?
-
i want after user login main menu is added . is it possible????
Please help me
-
## Background
With SwiftUI being the way forward for iOS dev, I would have hoped GoogleSignIn had better support for SwiftUI.
Unfortunatley there isn't any SwiftUI-focused documentation, and th…
-
### Describe the bug
I have a DataGrid with ItemSource bound to a grouped collection view. Adding a group to the bound collection fails if the DatGrid property ReadOnly = False. All works fine when…