regex - How to extract all strings from application in Java -
in android application, of strings values hard coded (labels, dialog titles, buttons, etc). task extract these strings resource file. without manually going through code , making lot of c/p, there way can extract strings application? using regexes? thinking of writing pattern someting ".*" or somehow parsing through code?
edit: aware of externalize strings eclipse, creates .properties file , need .xml file. so, take effort again convert .xml file.
i thinking of writing simple program extract strings names of classes found in.
eclipse provides externalize strings wizard. android-specific solutions: externalize strings android project.
hope helps.
Comments
Post a Comment