[C#/MAUI/.NET6] Shell 엘리먼트 : 태양 일출/일몰 및 달 위상 정보 조회하기


■ Shell 엘리먼트를 사용해 태양 일출/일몰 및 달 위상 정보를 조회하는 방법을 보여준다.

Platforms/Android/AndroidManifest.xml

Platforms/iOS/info.plist

Platforms/MacCatalyst/info.plist

Platforms/Windows/Package.appxmanifest

DATA/MoonPhaseCalculator.cs

DATA/ILocationService.cs

DATA/LocationService.cs

DATA/SunriseService.cs

PAGE/MoonPhasePage.xaml

PAGE/MoonPhasePage.xaml.cs

PAGE/SunrisePage.xaml

PAGE/SunrisePage.xaml.cs

PAGE/AstronomicalBodyListPage.xaml

PAGE/AstronomicalBodyListPage.xaml.cs

PAGE/AboutPage.xaml

PAGE/AboutPage.xaml.cs

AppShell.xaml

AppShell.xaml.cs

App.xaml

App.xaml.cs

MauiProgram.cs

TestProject.zip