I am trying to access my mysql database through PHP. I have the URL and things are working fine but my question is: which is the best way to store the URL in the project? I thought Strings.xml is safe to store all kinds of URL but then realized strings.xml can be decompiled to get the URl easily.
What / where is the best way to store the URL in my android?
Thanks!