SyntaxFix
Write A Post
Hire A Developer
Questions
barcode often consist of large number so i think your app crashes because of the size of the string that you are trying to convert to int. you can use BigInteger
int
BigInteger
BigInteger reallyBig = new BigInteger(myString);