2021年7月23日

android 调用相机

摘要: 调用相机: Intent intent = new Intent(MediaStore.ActionImageCapture); StartActivityForResult(intent, 13); protected override void OnActivityResult(int requ 阅读全文

posted @ 2021-07-23 17:52 空明流光 阅读(177) 评论(0) 推荐(0) 编辑

Xamarin Android 定时刷新UI

摘要: var timer = new Timer(new TimerCallback(delegate (object state) { this.RunOnUiThread(() => { var textureQRCodeScan = FindViewById<TextureView>(Resourc 阅读全文

posted @ 2021-07-23 16:18 空明流光 阅读(398) 评论(0) 推荐(0) 编辑

导航