I am creating an android app that have some page with information read from the sqlite database and a qr code reader built in the app, but i have question to ask
This is my question :
when i read the qr code which contain some IDs, is it possible to link/bring to a particular page that have that IDs ?
I try to google for information about this, but i did not find any sample code or tutorial that teach how to link from qr code to particular part in the android app. From all the google information i found, i only know that i need a url, then how can i generate a url to link to the android app? does it mean that i have to create a website?
MY MAIN IDEA:
in my android app have information:
Page 1:
Apple
cost 1 dollar
Page 2:
Pear
cost 1.50 dollar
What i want to do: Scan qr code from my android, reader retrieve Page 1 as ID, then link/go to Page 1 in the android app
I just want go to or link to that particular activity1(page1) after scan the qr code that contain 1 within that same app