skip to main | skip to sidebar

J2ME RSS Reader

Monday, March 26, 2007

MIDlet Attributes

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");
Posted by hnkang at 8:29 PM

No comments:

Post a Comment

Newer Post Older Post Home
Subscribe to: Post Comments (Atom)

Blog Archive

  • ►  2008 (2)
    • ►  February (1)
    • ►  January (1)
  • ▼  2007 (54)
    • ►  June (2)
    • ►  May (1)
    • ►  April (6)
    • ▼  March (18)
      • google Web Toolkit
      • A new Idea that could tutn up to something like de...
      • Integration with Google Reader API
      • google data api
      • j2me file upload manager
      • MIDlet Attributes
      • p2p video uploader
      • j2me file uploader
      • yahoo sends locl data to cell phones
      • storing images in rms
      • Mobile Web Radio Player
      • Mobile Web Radio Player
      • JSR requirement for the reader
      • JSR requirements for the RUBIKS cube
      • rubiks cube requirements to change images by the user
      • Another Unofficial Google Reader API
      • UI ideas
      • free Web Search Platform
    • ►  February (27)

Contributors

  • Daljeet Gandhi
  • Mike
  • hnkang