A
AC Question
Android App to scan Qr code and send the result to the server
An iphone App QrReader(by TapMedia) provides a functionality where I can set (under settings) that all scanned results would go a particular server.
I have to provide a URL in the following format
wwwDOTexampleDOTcom/
An iphone App QrReader(by TapMedia) provides a functionality where I can set (under settings) that all scanned results would go a particular server.
I have to provide a URL in the following format
wwwDOTexampleDOTcom/
Code:
I am adding DOT as the forum is not allowing me to provide a link inside my post
where [code] would be the scanned results.
However, their Android app does not provide this facility and I have searched for an alternate on the play store but could not find one.
Can someone point me to an app which does the following two things
1) Ability to set a certain URL to which all the scanned results would be posted
2) This URL should be opened inside the app itself (i.e. within an in-app browser)