Sony Ericsson / Sony : Symbian phones : What DEV studios do I need to make Pxxx apps?
>
New Topic
>
Reply<
Esato Forum Index
>
Sony Ericsson / Sony >
Symbian phones
> What DEV studios do I need to make Pxxx apps?
Bookmark topic
Do I need the Symbian OS one
http://developer.sonyericsson[....]ocstools/symbian/p_symbian.jsp
or The Java one??
http://developer.sonyericsson[....]obal/docstools/java/p_java.jsp
In what langauge is it writed in The Symbian OS studio?? Java???
--
Posted: 2005-01-28 12:10:36
Edit :
Quote
Depends on the language you'd prefer.
C++ for symbian: Take the symbian kit
Java: ...guess which one to take
Other options are OLP (freeware, basic like, easy to use, editor/compiler for the 910 itself available!!)
or AppForge (daaammmnnnn expensive but the best solution
if you master VB/.NET)
Ah i forgot: For the latter two options, you don't really need
any kit, except for the emulator maybe.
[ This Message was edited by: Tyger on 2005-01-28 14:07 ]
--
Posted: 2005-01-28 15:06:13
Edit :
Quote
But in the java, Can I only make .jar and .jad applications??
And, arenīt all Java applications on a P800/900/910 contrloled with the blue thing that appears (if you know what I mean??)
I donīt want my apps to have the blue controlling thing! I just want them like the other apps for P800/900/910.
Do I then need to learn C++??
Is it enough to read the Documents which comes with the symbian kit to learn c++????
Thanks
--
Posted: 2005-01-29 13:42:01
Edit :
Quote
.jar files are a way of compressing all of the required components of a java application (the main code, classes, graphics etc.) into a single file can then be uncompressed and run by the java runtime component in your phone so yes, it would involve 'the blue thing', which I assume is the java runtime app.
It's unlikely that you would be able to learn C++ from the symbian dev kit documentation alone since these usually only contain instruction definitions and simple example code that is specific to the symbian API.
In other words, it won't teach you the basics of C++, it just goes straight into the advanced stuff that is specific to the symbian API.
--
Posted: 2005-01-30 12:18:01
Edit :
Quote
ook, I am then going to learn c++, any good books/ebooks???
--
Posted: 2005-01-30 17:14:00
Edit :
Quote
Im interested too!
--
Posted: 2005-01-30 17:49:00
Edit :
Quote
lol. good luck. it takes about a year if you like it and you are smart to master c++. If you know some programming will be easyer.
--
Posted: 2005-01-30 17:49:08
Edit :
Quote
Most people find it easier to learn C first, becuase then it's very very quick and easy to convert to C++. Most C++ tutorials assume that you already know C.
http://computer.howstuffworks.com/c.htm
This is a very basic but surprisingly usefull introductory tutorial on C programming.
http://cplus.about.com/od/beginnerctutoria1/l/blctutorial.htm
One of my favourite tutorials, more involved but still very usable.
The best books are, in my opinion, the famous 'programming for dummies' series. There's several books in the series covering just about all languages (including C and C++) and you can get them from just about anywhere (including your local library maybe!)
It's also worth mentioning that a lot of APIs can be accessed using C as well as C++, so maybe C can be used for symbian programming.
--
Posted: 2005-01-30 17:54:26
Edit :
Quote
ok.. I know a little bit in java, so I should learn C next, can I use C making UIQ applications???
--
Posted: 2005-01-30 18:03:00
Edit :
Quote
Quote:I know a little bit in java, so I should learn C nextKnowing C definitely helps understanding C++ a lot (basics are same).Quote:can I use C making UIQ applications?You can embed C code in UIQ apps, but the "surface" of the program must be in C++.
--
Posted: 2005-01-30 18:08:10
Edit :
Quote
New Topic
Reply