I wanted to let my j2me project have the ability to take picutre using MMAPI(JSR135) So I check my HTC Diamond with the following code
I created a audio player using following code. try { InputStream is = getClass().getResourceAsStream(\"bell.wav\");
I am unable to play an MP3 file one after the other, when 1 file finishes playing the other file needs to start. I am only able to s开发者_如何学JAVAtart playing 1 file, when I put code to start the n
I recently downloaded a barcode reading application for my phone, an LG KU990i (AKA the Viewty) However, there\'s a problem that renders the application nearly useless: the Viewty has 2 cameras -- the
I must create a custom media player within the application with support for mp3 and wav files. I read in the documentation I can\'t seek or get the media file duration without a custom datasource.
I\'m developing a blackberry application that plays video from the server. I\'ve used Player.start() and Player.stop() for playing and pausing a video. But I also need rewind, forward and seek bar con
I want to develop a j2me application that will play a video file(.mp4) by selecting a par开发者_开发技巧ticular directory on mobile phone(nokia s40 series).
I\'m currently involved in a research project that requires me to access a Windows Mobile Camera and sound recorder with J2ME to, well take pictures and record sound... the ph开发者_如何学运维one has
I\'m开发者_Go百科 trying to write a simple media playback application in J2ME. Currently I\'m starting with the most simple thing, I just want to play a wav file from resources included in the jar fil
I 开发者_StackOverflow社区am working on project where I need to catch the image capture event. It\'s for nokia N73 having platform S60 3rd edition.