2016年9月17日 星期六

RAD Studio 10.1 Berlin - Delphi Barcode Scanner Android 行動條碼掃描

RAD Studio 10.1 Berlin - Delphi Barcode Scanner Android 行動條碼掃描

使用 RAD Studio 10.1 Berlin 開發 Barcode Scanner 條碼掃描器 與 Mobile 手機行動裝置 連結,進行 EAN-13 條碼掃描,並即時至 SQLite 資料庫查詢並顯示相關資料內容。

Google Play 商店:
https://play.google.com/store/apps/details?id=com.NolanLiao1965.MobileBarcodeScanner

SlideShare:
http://www.slideshare.net/NolanLiao1965/rad-studio-66124237

YouTube:

測試手機:LG Nexus 5X
手機環境:Android 7.0

測試手機:三星 S4
手機環境:Android 5.0.1

開發環境:RAD Studio 10.1 Berlin Version 24.0.22858.6822
作業系統:Windows 10 專業版 (64 位元)

SQLite 資料庫:
CREATE TABLE [Products] (
  [ProductID] TEXT NOT NULL,
  [ProductName] TEXT NOT NULL,
  [UnitPrice] TEXT NOT NULL,
  CONSTRAINT [sqlite_autoindex_Products_1] PRIMARY KEY ([ProductID]));





YouTube:
https://www.youtube.com/channel/UCdqhXsMD1Vyvp2769FPKCog
部落格:
http://nolanliao1965.pixnet.net/blog
http://nolanliao1965.blogspot.tw
臉書:
https://www.facebook.com/NolanLiao1965
Google+:
https://plus.google.com/114820935539769287269/posts
Twitter:
https://twitter.com/NolanLiao1965

1 則留言:

  1. 市售一般支援 Bluetooth 藍芽連線的條碼掃描槍都能達到類似的效果,不一定需要使用這一款條碼掃描槍,在 Google Play 商店 有提供程式下載,您自行下載程式試試就知效果如何。
    Google Play 商店:
    https://play.google.com/store/apps/details?id=com.NolanLiao1965.MobileBarcodeScanner&authuser=1

    回覆刪除