By placing application specific attributes in the JAD, you can make changes to these attributes without recompiling the jar. For example, if you have this:
Reader.url: http://reader.google.com
you can access this in the MIDlet with:
String url = getAppProperty("Reader.url");
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment