Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I want to select a file on mobile using J2ME but I don't know way to do it. Help me, please !

share|improve this question

2 Answers

If what you're looking for is a file selection UI component, I'm afraid this does not exist by default in J2ME, and you'll have to create your own.

Such a component is planned for MIDP3, however good luck finding any devices which support it!

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.