Author |
How can I program softwares or games for my mobile? |
w200 Joined: Feb 28, 2008 Posts: 94 PM |
Hey people... can anybody tell me how can i program softwares for my mobile... I am not so familiar with java but very familiar with c++... but i heard that sony mobile phones only support java....
I dont know where to start... any good tutorial will help
(Tried google but all were a bit high and not for an amateur programmer) |
|
Raiderski Joined: Jul 03, 2006 Posts: > 500 From: Poland, Hell, Mountains PM, WWW
|
first step:
NetBeans as IDE, Mobility version
http://download.netbeans.org/netbeans/6.1/final/
Sony Ericsson SDK
https://developer.sonyericsso[....]obal/docstools/java/p_java.jsp
|
space2 Joined: Jun 15, 2004 Posts: 218 From: Lund/Sweden PM, WWW
|
Don't worry about the java language itself. When I was developing games, I was programming more like a C developer: I used the C preprocessor, put all the code in one class, preallocate everything, etc. If you know C++, you can easily learn that much from the java language as needed for mobile game programming.
Meanwhile here are some simple tutorials I wrote a few years ago:
http://www.saxoft.com/get.php?page=midptut
http://www.saxoft.com/wiki/index.php/Mobile_game_programming
You should join the SE developer forum as well, link in the previous post.
And also look in the sample code found in the SDK.
PS: Oh, and Sony, Ericsson and Sony-Ericsson are three different companies, don't mix it up  |
strizlow800 Joined: Aug 23, 2006 Posts: > 500 From: Macedonia, Skopje PM |
Sony Ericsson SDK, and java development KIT can solve the problem...
When you are familiar with C++ as you mentioned, have you used Visual Studio? I'm just curious? It has some C++ features.
|
Raiderski Joined: Jul 03, 2006 Posts: > 500 From: Poland, Hell, Mountains PM, WWW
|
yep, if you know C++ then you almost know Java too of course we are talking about language and not APIs. J2ME is easy to learn, however device fragmentation and various problems in Java implementations can screw whole fun (even if somebody is paying for your work). ok, I assume that you are interested in SE phones only, so you don't have to worry
|
strizlow800 Joined: Aug 23, 2006 Posts: > 500 From: Macedonia, Skopje PM |
I assume that you are interested in SE phones only, so you don't have to worry
phones only... he should be. They are the best
|
w200 Joined: Feb 28, 2008 Posts: 94 PM |
On 2008-09-18 13:55:54, space2 wrote:
Don't worry about the java language itself. When I was developing games, I was programming more like a C developer: I used the C preprocessor, put all the code in one class, preallocate everything, etc. If you know C++, you can easily learn that much from the java language as needed for mobile game programming.
Meanwhile here are some simple tutorials I wrote a few years ago:
http://www.saxoft.com/get.php?page=midptut
http://www.saxoft.com/wiki/index.php/Mobile_game_programming
You should join the SE developer forum as well, link in the previous post.
And also look in the sample code found in the SDK.
PS: Oh, and Sony, Ericsson and Sony-Ericsson are three different companies, don't mix it up
Hey Thanks will go through them. |
dennevhyn_31 Joined: Jul 22, 2008 Posts: > 500 From: Laguna, Philippines PM, WWW
|
What can i use to edit jar files? |
Raiderski Joined: Jul 03, 2006 Posts: > 500 From: Poland, Hell, Mountains PM, WWW
|
what exactly you want to edit? graphics, music, anything else?
|
|