嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
C#:xamarin.form Android与ios 调用相机
.
├── Scanner
│ ├── Scanner
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── AssemblyInfo.cs
│ │ ├── IZXingService.cs
│ │ ├── MainPage.xaml
│ │ ├── MainPage.xaml.cs
│ │ ├── ScannPage.cs
│ │ ├── Scanner.csproj
│ │ ├── bin
│ │ │ ├── Debug
│ │ │ │ └── netstandard2.0
│ │ │ │ ├── Scanner.deps.json
│ │ │ │ ├── Scanner.dll
│ │ │ │ ├── Scanner.pdb
│ │ │ │ └── ref
│ │ │ │ └── Scanner.dll
│ │ │ └── Release
│ │ │ └── netstandard2.0
│ │ │ └── ref
│ │ └── obj
│ │ ├── Debug
│ │ │ └── netstandard2.0
│ │ │ ├── App.xaml.g.cs
│ │ │ ├── MainPage.xaml.g.cs
│ │ │ ├── Scanner.AssemblyInfo.cs
│ │ │ ├── Scanner.AssemblyInfoInputs.cache
│ │ │ ├── Scanner.GeneratedMSBuildEditorConfig.editorconfig
│ │ │ ├── Scanner.assets.cache
│ │ │ ├── Scanner.csproj.AssemblyReference.cache
│ │ │ ├── Scanner.csproj.CoreCompileInputs.cache
│ │ │ ├── Scanner.csproj.FileListAbsolute.txt
│ │ │ ├── Scanner.dll
│ │ │ ├── Scanner.pdb
│ │ │ ├── XamlC.stamp
│ │ │ └── ref
│ │ │ └── Scanner.dll
│ │ ├── Release
│ │ │ └── netstandard2.0
│ │ │ ├── Scanner.assets.cache
│ │ │ ├── Scanner.csproj.AssemblyReference.cache
│ │ │ └── ref
│ │ ├── Scanner.csproj.nuget.dgspec.json
│ │ ├── Scanner.csproj.nuget.g.props
│ │ ├── Scanner.csproj.nuget.g.targets
│ │ ├── project.assets.json
│ │ └── project.nuget.cache
│ ├── Scanner.Android
│ │ ├── Assets
│ │ │ └── AboutAssets.txt
│ │ ├── MainActivity.cs
│ │ ├── Properties
│ │ │ ├── AndroidManifest.xml
│ │ │ └── AssemblyInfo.cs
│ │ ├── Resources
│ │ │ ├── AboutResources.txt
│ │ │ ├── Resource.designer.cs
│ │ │ ├── drawable
│ │ │ │ └── corner.png
│ │ │ ├── mipmap-anydpi-v26
│ │ │ │ ├── icon.xml
│ │ │ │ └── icon_round.xml
│ │ │ ├── mipmap-hdpi
│ │ │ │ ├── icon.png
│ │ │ │ └── launcher_foreground.png
│ │ │ ├── mipmap-mdpi
│ │ │ │ ├── icon.png
│ │ │ │ └── launcher_foreground.png
│ │ │ ├── mipmap-xhdpi
│ │ │ │ ├── icon.png
│ │ │ │ └── launcher_foreground.png
│ │ │ ├── mipmap-xxhdpi
│ │ │ │ ├── icon.png
│ │ │ │ └── launcher_foreground.png
│ │ │ ├── mipmap-xxxhdpi
│ │ │ │ ├── icon.png
│ │ │ │ └── launcher_foreground.png
│ │ │ └── values
│ │ │ ├── colors.xml
│ │ │ └── styles.xml
│ │ ├── Scanner.Android.csproj
│ │ └── ZXingService_Droid.cs
│ ├── Scanner.iOS
│ │ ├── AppDelegate.cs
│ │ ├── Assets.xcassets
│ │ │ └── AppIcon.appiconset
│ │ │ ├── Contents.json
│ │ │ ├── Icon1024.png
│ │ │ ├── Icon120.png
│ │ │ ├── Icon152.png
│ │ │ ├── Icon167.png
│ │ │ ├── Icon180.png
│ │ │ ├── Icon20.png
│ │ │ ├── Icon29.png
│ │ │ ├── Icon40.png
│ │ │ ├── Icon58.png
│ │ │ ├── Icon60.png
│ │ │ ├── Icon76.png
│ │ │ ├── Icon80.png
│ │ │ └── Icon87.png
│ │ ├── Entitlements.plist
│ │ ├── Info.plist
│ │ ├── Main.cs
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Resources
│ │ │ ├── Default-568h@2x.png
│ │ │ ├── Default-Portrait.png
│ │ │ ├── Default-Portrait@2x.png
│ │ │ ├── Default.png
│ │ │ ├── Default@2x.png
│ │ │ ├── LaunchScreen.storyboard
│ │ │ ├── corner@2x.png
│ │ │ └── corner@3x.png
│ │ ├── Scanner.iOS.csproj
│ │ └── ZXingService_iOS.cs
│ └── Scanner.sln
├── __MACOSX
│ └── Scanner
│ ├── Scanner.Android
│ │ └── Resources
│ │ └── drawable
│ └── Scanner.iOS
│ └── Resources
└── xamarin.form Android与ios 调用相机.zip
40 directories, 86 files