91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 26KB
    文件類(lèi)型: .rar
    金幣: 2
    下載: 1 次
    發(fā)布日期: 2021-05-08
  • 語(yǔ)言: Java
  • 標(biāo)簽: xamarin??

資源簡(jiǎn)介

xamarin android中使用ZXing.Net.Mobile掃描二維碼,原文地址:http://blog.csdn.net/kebi007/article/details/74620978

資源截圖

代碼片段和文件信息

using?System;
using?Android.App;
using?Android.Content;
using?Android.Runtime;
using?Android.Views;
using?Android.Widget;
using?Android.OS;
using?ZXing.Mobile;
namespace?ZxingMobile
{
????[Activity(Label?=?“ZxingMobile“?MainLauncher?=?true?Icon?=?“@drawable/icon“)]
????public?class?MainActivity?:?Activity
????{
????????int?count?=?1;
????????private?MobileBarcodeScanner?scanner;
????????private?TextView?tv_url;
????????protected?override?void?OnCreate(Bundle?bundle)
????????{
????????????base.OnCreate(bundle);
????????????SetContentView(Resource.Layout.Main);

????????????//初始化掃描儀不然會(huì)報(bào)錯(cuò)空引用
????????????MobileBarcodeScanner.Initialize(Application);

????????????Button?btn_scanner?=?FindViewById

?屬性????????????大小?????日期????時(shí)間???名稱(chēng)
-----------?---------??----------?-----??----

?????文件????????620??2017-07-06?23:39??ZxingMobile\Assets\AboutAssets.txt

?????文件????????160??2017-07-06?23:39??ZxingMobile\GettingStarted.Xamarin

?????文件???????2250??2017-07-07?00:42??ZxingMobile\MainActivity.cs

?????文件???????1003??2017-07-07?00:58??ZxingMobile\obj\Debug\android\zxingmobile\zxingmobile\R.java

?????文件??????24264??2017-07-07?00:58??ZxingMobile\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache

?????文件????????120??2017-07-07?00:58??ZxingMobile\obj\Debug\libraryimports.cache

?????文件???????1401??2017-07-07?00:58??ZxingMobile\obj\Debug\libraryprojectimports.cache

?????文件??????????0??2017-07-07?00:58??ZxingMobile\obj\Debug\R.cs.flag

?????文件???????4147??2017-07-07?00:58??ZxingMobile\obj\Debug\res\drawable\icon.png

?????文件????????512??2017-07-07?00:58??ZxingMobile\obj\Debug\res\layout\main.xml

?????文件????????126??2017-07-07?00:58??ZxingMobile\obj\Debug\res\values\strings.xml

?????文件???????1165??2017-07-07?00:58??ZxingMobile\obj\Debug\sdks.cache

?????文件??????????0??2017-07-07?00:58??ZxingMobile\obj\Debug\TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs

?????文件??????????0??2017-07-07?00:58??ZxingMobile\obj\Debug\TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs

?????文件??????????0??2017-07-07?00:58??ZxingMobile\obj\Debug\TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs

?????文件??????????0??2017-07-07?00:58??ZxingMobile\obj\Debug\__library_projects__\FastAndroidCamera.stamp

?????文件??????????0??2017-07-07?00:58??ZxingMobile\obj\Debug\__library_projects__\Java.Interop.stamp

?????文件??????????0??2017-07-07?00:58??ZxingMobile\obj\Debug\__library_projects__\System.Runtime.stamp

?????文件??????????0??2017-07-07?00:58??ZxingMobile\obj\Debug\__library_projects__\Xamarin.Android.Support.v4.stamp

?????文件??????????0??2017-07-07?00:58??ZxingMobile\obj\Debug\__library_projects__\ZXing.Net.Mobile.Core.stamp

?????文件??????????0??2017-07-07?00:58??ZxingMobile\obj\Debug\__library_projects__\zxing.portable.stamp

?????文件????????397??2017-04-14?19:21??ZxingMobile\obj\Debug\__library_projects__\ZXingNetMobile\library_project_imports\res\layout\zxingscanneractivitylayout.xml

?????文件????????145??2017-04-14?19:21??ZxingMobile\obj\Debug\__library_projects__\ZXingNetMobile\library_project_imports\res\layout\zxingscannerfragmentlayout.xml

?????文件????????156??2017-04-14?19:21??ZxingMobile\obj\Debug\__library_projects__\ZXingNetMobile\library_project_imports\__res_name_case_map.txt

?????文件??????????0??2017-07-07?00:58??ZxingMobile\obj\Debug\__library_projects__\ZXingNetMobile.stamp

?????文件????????333??2017-07-06?23:42??ZxingMobile\packages.config

?????文件????????311??2017-07-06?23:39??ZxingMobile\Properties\AndroidManifest.xml

?????文件???????1092??2017-07-06?23:39??ZxingMobile\Properties\AssemblyInfo.cs

?????文件???????1736??2017-07-06?23:39??ZxingMobile\Resources\AboutResources.txt

?????文件???????4147??2017-07-06?23:39??ZxingMobile\Resources\drawable\Icon.png

............此處省略50個(gè)文件信息

評(píng)論

共有 條評(píng)論