I am trying to get my admob id from a php file on my web server. To do this I have setup android volley on my splash activity and it successfully gets the admob id.
However I want to set the response from android volley as the admob id for the rest of my activities. I am unsure how to set the admob is as almost like a string so any other activity can use it.
Please can someone help me as I want it be able to change my admob id remotely