where can I find some good examples for beginner on J2ME Polish - java-me

I am a beginner in the mobile application developemnt. I just started with J2ME, I have to work with J2ME Polish. Can any one suggest me where can I find examples on the J2ME polish like the hello world program for a java developer.
Thanks.

If you have downloaded Polish, you already have them in the samples folder. The given examples probably get you started. The online help is also quite extensive.

Related

Text to speech in WinCE 6.0

How to implement text to speech in WinCE 6.0?.
Can I use the Microsoft Speech API (SAPI) ?
I prefer C# but any example in another language is welcome.
thanks!
SAPI is "supported" in Windows CE, but not actually functional. No voices are included, so it's really not a viable solution.
You can try to get something like the open source eSpeak working. I've never tried it, and I don't know if they have ported it to CE, but it comes with full source so it might be worth investigating.
If you want something ready to use, with managed code support, Chant is a commercial option that I know works.

j2me polish PIM List

I have made an app for j2me Mobile, now I wanted to give it polish effects for which I copied Build.xml and resources folder and the issues were solved, but my project uses javax.microedition.pim.Contact; and I have written my whole code using that API.
When I clean & debug this project it gives error as below
error: package javax.microedition.pim does not exist
import javax.microedition.pim.Contact; //if it asks to import then there should be a way, but what?
I know polish offers its own PIM API as de.enough.polish.pim.PimContact, but I can't change my code for this. What I want to do is to apply polish css effects and run it as polish project but using the javax.microedition.pim.Contact for PIM operations.
There should be some way to use it and I guess there is, I did try to find something useful there but couldn't get it. I am new to polish and J2me so there is possibility of lack of knowledge. But I would love to find a satisfactory answer to this issue.
Strange that being so many users and developers of J2me and Nokia I didn't get the answer of a stupid mistake I was doing since long. I just had to select the PIM api from the selection of target API and devices when creating the object as we know that in all J2me or Nokia uses the Generic javax.microedition.PIM api. Sorry for answering my own question but I think it could be helpful for any other dumb like me. Thanks for bearing

How to develop for MRP (Mythroad, platform for chinese mobile application)?

Hello dearest community
I just given a task to develop a mobile application for chinese mobile phone, Nexian NX-G920. At first, I think it can just run the J2ME application. But it didn't, it only support MRP application. Having read about it here : MRP, I think my best case is, if any, convert my *.JAR application into *.MRP. Is there any tool that can do it?
My Plan B is, to develop using specific MRP SDK. But that is just to costly, in term of effort to be use.
As far as I know there are only Java to C translators or Java bytecode to assembly translators like those listed in this question.
These include JCGO, Toba, gcj and llvm. However a Java to C translator or similar is only part of the solution because it would only help you if you were translating classes that didn't interact with Java libraries that are not part of the MRP platform. This is because MRP platform won't have the libraries you link to and will have different GUI and hardware API calls than J2ME.
The only SDK for MRP is the OpenSDK which you have already mentioned.
I think I've found one solution, but I have to use my C languages, not the plain J2ME as first I thought it will. Here is the SDK, Open SDK by Sky Mobi.
Haven't try it though, but I think this is one solution that fit the problem.
Sky-Mobi SDK is saved this archive on Wayback Machine
The Sky-Mobi is saved this page of site in the Internet Archive

J2ME Bluetooth Multiplayer Game

I want to make multiplayer games with J2ME but I didn't find any game source codes.
Where can I find sample game sources?
Thanks.
Checkout the following svn's:
http://code.google.com/p/oppositelock/
http://code.google.com/p/oware-midlet/
You might want to look at third-party J2ME gaming SDK sample codes as well. Check out the Tic-Tac-Toe sample from Skiller, it's a free, powerful and easy to use SDK. The advantage with such third-party SDKs is that a number of features are already implemented so you don't need to re-invent the wheel for anything and everything. I hope that helps.

How to play m4v online in iPhone

Following is the URL. I want to play following URL video in my iPhone application. Please help me out to play this
http://www.example.com/SomeVideoOrAnother.m4v
I am building an application where I'll provide user list of movie or advertisement. User will select one of them and redirected to enjoy creative ad.
You seem to not have done any background learning on iOS, judging by the broadness of your question.
I would recommend the Apple Documentation (Getting started) as a good place to start.
Also, see some of these books on Amazon.
To answer you question, there are a few frameworks to look into, for example AV Foundation.

Resources