You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.