I am student and am developing a mobile quiz game by using Java ME and NetBeans 6.9. I have to store the questions and answers in a database, and I want to connect my开发者_如何转开发 MIDlet to the database.
You can do it in two ways .
- You can use local storage RMS you can use to store data.
You can store your data on server and interact using web services.
- RMS Tutorial
- Consuming WebServices in J2ME
精彩评论