Gianni Sassanelli Active Member Licensed User Longtime User Sep 7, 2020 #1 Hi i have buided a warehouse picking app I use for my app industrial device (Zebra or Datalogioc) with built-in optical barcode reader that return a string in a simply EditText object. Does anyone have a algorithm to decode received barcode type starting from the received string? thanks.
Hi i have buided a warehouse picking app I use for my app industrial device (Zebra or Datalogioc) with built-in optical barcode reader that return a string in a simply EditText object. Does anyone have a algorithm to decode received barcode type starting from the received string? thanks.
DonManfred Expert Licensed User Longtime User Sep 7, 2020 #2 Gianni Sassanelli said: Zebra or Datalogioc Click to expand... both return the barcode type too when using the intent-data received. I dont think that you can asume any type based on the value. Upvote 0
Gianni Sassanelli said: Zebra or Datalogioc Click to expand... both return the barcode type too when using the intent-data received. I dont think that you can asume any type based on the value.
Gianni Sassanelli Active Member Licensed User Longtime User Sep 7, 2020 #3 DonManfred said: both return the barcode type too when using the intent-data received. I dont think that you can asume any type based on the value. Click to expand... Thank's donManfred can you say me hot to get data from intent please? Upvote 0
DonManfred said: both return the barcode type too when using the intent-data received. I dont think that you can asume any type based on the value. Click to expand... Thank's donManfred can you say me hot to get data from intent please?