Xamarin iOS 跳出提示訊息的功能 (UIAlertView)
2017-08-10
Xamarin iOS 跳出提示訊息的功能 (UIAlertView)
為避免不小心按下 back 按鈕,立即離開APP,所以需要跳出「確認視窗」,確認使用者是不是真的要離開APP。
要達到此功能,只要複寫OnBackPressed涵式即可。
用 Xarmarin.tesseract 開發 OCR 程式時,tessdata 已放到方案總管了,但是執行還是出錯,輸出視窗出現如下面的錯誤訊息
Data file not found at /storage/emulated/0/Android/data/APPNAME/files/tessdata/eng.traineddata
java.lang.IllegalArgumentException: Data file not found at /storage/emulated/0/Android/data/APPNAME/files/tessdata/eng.traineddata
編譯部屬APP時,在輸出視窗出現如下列錯誤訊息,APP無法正常部屬執行
05-27 08:26:41.921 F/monodroid-assembly(29783): Could not load assembly 'fushengApp' during startup registration.
05-27 08:26:41.921 F/monodroid-assembly(29783): This might be due to an invalid debug instalation.
05-27 08:26:41.921 F/monodroid-assembly(29783): A common cause is to 'adb install' the app directly instead of doing from the IDE.