Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Startup point for Symbian/embedded programming learning

I have good knowledge on C++ (not C) and recently bought a Symbian-based phone. This gave me reasons to start learning on how to program this beast.

I have searched for Symbian programming tutorials but there is so much knowledge that it is hard to choose best for startup.

So I'm asking for hints, tips on where to start embedded/Symbian programming learning that would give me a kick-start in this topic; especially if you have this knowledge yourself.

Thank you.

like image 533
Marcin Gil Avatar asked Oct 14 '08 08:10

Marcin Gil


2 Answers

I will merely point out a few resources that I used when I embarked on the journey to become a Symbian Developer.

  1. The Learning Centre at Symbian Developer portal. There are all manners of documents, whitepapers, and tutorials there to get you up to speed with Symbian internals and application development. Also, you will eventually have to get the Symbian SDKs and dev tools from there.
  2. Forum Nokia
  3. NewLC.com A thriving and very helpful community of Symbian developers. It is updated sufficiently often.
  4. I am glad to have got the book Accredited Symbian Developer Primer. Even though it does not delve into the depths of anything, in an amazingly small space it explains some of the most fundamental and most difficult to grasp concepts very brilliantly.
like image 128
ayaz Avatar answered Sep 19 '22 02:09

ayaz


Symbian developer site has been renewed since the launch of Symbian Foundation and is now in public beta: https://developer.symbian.org/

like image 24
Riussi Avatar answered Sep 17 '22 02:09

Riussi