I want to make the application where I can get all the images no matter whether it is in开发者_运维问答 phone or in external memory. I want to import all that images in my application. How can it be p
I am trying to c开发者_开发问答lear all the files in a folder using j2me. How do I do that?Since you are using J2ME, the java.io.File class is not available to you.
What I\'m trying to do I\'m coding a J2ME midlet, and I want to use JSR-75 to write files. I also want to be able to run my app on device that don\'t have support for JSR-75.
I\'m writing a MIDlet which needs to write file. I\'m using FileConnection from JSR-75 to accomplish this.
I want to move a row to the bottom of my UITableView with cool animation effect just like in this Grocery Shopping List app.
Is it possible to include .R files in the data directory of my package in the roxygen process? I have put several .R files in the data directory. When they are sourced with data(), they read in raw d
please give me a sample code for rea开发者_开发技巧d/write text file in blackberry application.My code snippet for string read/write files: