4 comments (4 comments)0 reactions (0 reactions)0 assignees (0 assignees)C#1,951 forks (1,951 forks)batch import
:watch: Not TriagedPri3area-docsgood first issues/triaged
Repository metrics
- Stars
- 23,245 stars (23,245 stars)
- PR merge metrics
- Avg merge 47d 9h (Avg merge 47d 9h)248 merged PRs in 30d (248 merged PRs in 30d)
Description
Description
Because the different platforms use the same names for different things it can get confusing understanding what platform lifecycle events map to what xplat life cycle events.
We should update the API Docs on all the window life cycle methods to indicate what platform life cycle events they map to
https://github.com/dotnet/maui/issues/1720
Contributor guide
- Research direction
- Investigate the Windows platform lifecycle events (e.g., OnActivated, OnVisibilityChanged) and map them to the .NET MAUI cross platform window lifecycle methods like OnCreated, OnResumed, etc. Update the API documentation with clear references.
- Tech stack
- csharp
- Domain
- desktop
- Issue type
- Documentation
- Prerequisites
- GitC#.NET MAUI