Skip to content

RomanZhilich/android-resource-hack

Repository files navigation

android-resource-hack

This is an example of how you can change string resource value at runtime, not that it's a good thing to do. For now will only work with ant builds.
To run the example:

  1. cd to project folder.
  2. run "android update project -p ."
  3. run "ant clean debug" to build debug apk.
  4. run "ant installd" to install debug apk on device or emulator.

Disclaimer

This was made just for fun and should never be implemented in real projects.

License

Copyright 2013 Roman Zhilich <[email protected] >

This work is free. You can redistribute it and/or modify it under the
terms of the Do What The Fuck You Want To Public License, Version 2,
as published by Sam Hocevar. See http://www.wtfpl.net/ for more details.

About

Way to change resource values at runtime.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages