Anyone know a good way to create / create barcode from String in Android?
If you want to encode on a device instead of calling a URL, really, you want ZXing . See what it does for the Android Android barcode scanner in EncodeActivity .
You can use the Google Charts API, a simple call to the following URL with the text in the parameter chlreturns an image with a QR code.
chl
http://chart.apis.google.com/chart?cht=qr&chs=150x150&chl=give+me+a+beer
Source: https://habr.com/ru/post/1735206/More articles:Does window.onload indicate all content is loaded? - javascriptFTP работает из CommandLine, но не из проводника Windows - ftpshortest line digest - algorithmHow much overhead does a framework like Hibernate make? - javahow to call static method in user class magento - phpStructureMap ObjectFactory.Reset memory leak? - c #How can we implement the observer pattern in .NET? - design-patternsSetting up gendarme rules - gendarmeRegular expression for matching pairs of words connected to colons - regexWhat does the frame warning come from? - javascriptAll Articles