maildude
Newbie
Hi everyone, I have this ARG game(https://en.wikipedia.org/wiki/Alternate_reality_game) app concept in my mind, but I'm not sure how to implement it because I don't know Android development that well.
The idea is that you install the app and it gives you a cryptic hint as to where you need to look for the solution. The hint leads to a website where you click a link and that updates the state of the app, so now the app congratulates you on solving the puzzle and gives you the next puzzle.
Now that I've roughly explained the idea - my question is how do I implement the state change of my app? What mechanisms do android apps have that would let me signal to my app that the state needs to change? Is it possible for the website to update an app, call a method inside my app, or save a shared file on the device, that my app can read to confirm that the user visited the page with the solution?
Thank you for your time.
The idea is that you install the app and it gives you a cryptic hint as to where you need to look for the solution. The hint leads to a website where you click a link and that updates the state of the app, so now the app congratulates you on solving the puzzle and gives you the next puzzle.
Now that I've roughly explained the idea - my question is how do I implement the state change of my app? What mechanisms do android apps have that would let me signal to my app that the state needs to change? Is it possible for the website to update an app, call a method inside my app, or save a shared file on the device, that my app can read to confirm that the user visited the page with the solution?
Thank you for your time.