XFParallax
Xamarin Forms Parallax View library
파일 탐색기
최종 버전 다운로드 (.zip)- AssemblyInfo.cs
- DevsDNA.XFParallax.csproj
- DevsDNA.XFParallax.nuspec
- packages.config
- ParallaxView.xaml
- ParallaxView.xaml.cs
- AssemblyInfo.cs
- App.xaml
- App.xaml.cs
- DevsDNA.XFParallax.Sample.csproj
- GettingStarted.Xamarin
- MainPage.xaml
- MainPage.xaml.cs
- packages.config
- AboutAssets.txt
- AndroidManifest.xml
- AssemblyInfo.cs
- icon.png
- icon.png
- icon.png
- icon.png
- Tabbar.axml
- Toolbar.axml
- styles.xml
- AboutResources.txt
- Resource.Designer.cs
- DevsDNA.XFParallax.Sample.Droid.csproj
- MainActivity.cs
- packages.config
- AssemblyInfo.cs
- Default-568h@2x.png
- Default-Portrait.png
- Default-Portrait@2x.png
- Default.png
- Default@2x.png
- Icon-60@2x.png
- Icon-60@3x.png
- Icon-76.png
- Icon-76@2x.png
- Icon-Small-40.png
- Icon-Small-40@2x.png
- Icon-Small-40@3x.png
- Icon-Small.png
- Icon-Small@2x.png
- Icon-Small@3x.png
- LaunchScreen.storyboard
- AppDelegate.cs
- DevsDNA.XFParallax.Sample.iOS.csproj
- Entitlements.plist
- Info.plist
- iTunesArtwork
- iTunesArtwork@2x
- Main.cs
- packages.config
- LockScreenLogo.scale-200.png
- SplashScreen.scale-200.png
- Square150x150Logo.scale-200.png
- Square44x44Logo.scale-200.png
- Square44x44Logo.targetsize-24_altform-unplated.png
- StoreLogo.png
- Wide310x150Logo.scale-200.png
- AssemblyInfo.cs
- Default.rd.xml
- App.xaml
- App.xaml.cs
- DevsDNA.XFParallax.Sample.UWP.csproj
- DevsDNA.XFParallax.Sample.UWP.nuget.targets
- MainPage.xaml
- MainPage.xaml.cs
- Package.appxmanifest
- project.json
- project.lock.json
- Windows_TemporaryKey.pfx
- ParallaxDroid.gif
- ParallaxIOS.gif
- ParallaxUWP.gif
- .gitignore
- DevsDNA.XFParallax.sln
- LICENSE
- README.md
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/DevsDNA/XFParallax
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd XFParallax
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. .NET
보통 추천cd DevsDNA.XFParallax.Sample/DevsDNA.XFParallax.Sample.Droid
이 프로젝트의 관련 파일이 하위 폴더 안에 있어서, 먼저 그 폴더로 이동합니다.
dotnet restore
프로젝트에 필요한 패키지를 내려받습니다.
dotnet run
프로젝트를 빌드하고 바로 실행합니다.
dotnet run 실행 후 터미널에 나타나는 안내 메시지나 주소를 확인하세요.
// repository documentation
Was this content helpful?
(0 ratings)
