Last year, I made Symbian's development in the P802 of Sony Ericsson, because the company has not developed Symbian experience, so the problem encountered during the development process is only to the internet to seek help. This article summarizes and listed the various Symbian UIQ development resources obtained during the development process, and I hope that friends who have just been developed in Symbian can be helpful.
1.
Symbian Developer News Group
This is the newsgroup published on the Symbian website, which is no doubt that this is where the problem is helped during the development process. It is a very professional Symbian developer, which is estimated to be Symbian's technical support engineer. As long as you will ask, you can get useful help, usually you can get useful help.
Suggest: Search before questioning, there is no difference in the past. If there is, then you don't have to wait for someone to answer, but also avoid supporters waste time in order to answer the same problem.
When you ask questions, try to make a description you have encountered, but also pay attention to your own attitude, there is a detailed introduction to how to ask questions "Wisdom", it is recommended to read it first.
After reading, after searching other documents, you can still ask questions when you can't find the answer. Because you may have a longer time you can get your reply.
http://www.symbian.com/developer/public/index.html
2.
Document included with SDK
After installing the SDK of UIQ2.1, there is a PATCH. This patch actually does not update to SDK, only a CHM version of the document and a project called News-Qui. The CHM version of the document improves availability and readability. The news-qui project is the best source code programmed on UIQ because it not only covers most of the infrastructure on the UIQ, but also a corresponding CHM document analysis code, guiding reading. If you just start learning Symbian's UIQ programming. This is the source code that must be read.
This document comes with SDK contains detailed Symbian UIQ SDK development information, which is the most important reference.
The following parts may be used where they need to be used:
UIQ 2.1 SDKàuiq SDKàc : The API REFRENCE, Application Developer Framework in this directory, is just a reference for learning from time to time.
UIQ 2.1 SDKàDeveloper LibraryàAPI REFRENCE, the C API REFRENCE is classified for the API. When the SYSTEM PANIC REFRENCE appears in the program, you can find available information according to the category and numbers.
UIQ 2.1 SDKàDeveloper libraryàtools and utilities, which contain tools and guidance to use during development, such as file conversion, program generation, program installation, character format conversion, picture format conversion, how to debug on the device, etc.
3.
FAQ
FAQ is the result of summarizing the problems that often encounter during the development process. If you have problems, others have already encountered, and there is already an answer. I have a problem, first check the document, then come here to see, the answer may be here, just waiting for your search.
http://www.symbian.com/developer/techlib/faq.html
The above page first enters Enter the Symbian OS Developer KnowledgeBase this column, then you can classify.
4.
Sonyericsson Development Technical Support Forum
Normal, you need to register first.
http://developer.sonyericsson.com/show_forums.do
5.
Source code resources
After the SDK installation of Series60, the source code in its Example is the most, most comprehensive in all Symbian SDK. Although these Project cannot compile through the UIQ SDK, it will help you when you encounter problems.