Is there any plugin for Eclipse (like in IntelliJ) for extracting all hard-coded strings into strings.xml file?
Asked
Active
Viewed 198 times
0
-
I think this question was answered here: http://stackoverflow.com/questions/8025010/android-is-there-an-easy-way-to-find-all-the-strings-in-my-project – DominikAngerer May 12 '13 at 21:19
-
1Not really. I'm looking for a tool to to automatically move all hardcoded strings to strings.xml and replace with proper variables. – Kamil Lelonek May 13 '13 at 04:03