This yet-to-be-self-identified blogger from Sweeden knows a thing or two about reading files from Android: Reading Properties Files on Android (Investigation for microlog4android) For reference, I’m reproducing a snippet of code he posted. This will read from the /assets directory: Resources resources = this.getResources(); AssetManager assetManager = resources.getAssets(); // Read from the /assets directory try … Continue reading
Tag Archives: properties
JAD properties specific to RIM.
In addition to the normal J2ME properties that go into a JAD file (.jad), RIM has a set of properties that are specific to the RIM platform that go there too. Here they are: Properties of BlackBerry device application .jad files The BlackBerry® Integrated Development Environment lets you create a dual-purpose .jad file to … Continue reading