Skip to content

v1.0.5

Choose a tag to compare

@github-actions github-actions released this 19 May 04:52
· 6 commits to main since this release
Refactor app to adopt MVVM architecture

- Updated `AppShell.xaml` to change the local namespace for better organization.
- Completely rewrote `MainPage.xaml` to implement data binding with a new layout.
- Rewrote `MainPage.xaml.cs` to set the `BindingContext` to `MainViewModel`.
- Updated `MedicalScanner.csproj` to include necessary package references for MVVM and Bluetooth functionality.
- Added `MainViewModel.cs` to encapsulate Bluetooth scanning logic and manage UI state.
- Overall, these changes enhance code maintainability and separation of concerns.