The easiest way to ask my question is to explain what I am trying to do. I want to offer custom APK files to my existing clients who are using my .Net software. Their site is in a folder in my server. I want to include a variable in the custom APK that will point the user at their folder. Then they can download text files there that store things. (Their contact information, etc.)
Everything works except I do not know how to include the variable that holds the folder name. A global constant would be great, but maybe not an option. A text file with the folder name would work because each activity could read the file in Create.
Does this seem feasible? If so, what do you suggest for the best approach?
Thanks,
Carthalion
Everything works except I do not know how to include the variable that holds the folder name. A global constant would be great, but maybe not an option. A text file with the folder name would work because each activity could read the file in Create.
Does this seem feasible? If so, what do you suggest for the best approach?
Thanks,
Carthalion