资源列表
sir
- 飞信Symbian客户端接口规范,使用方便可靠,直接下载使用,不需安装使用。-Fetion Symbian client interface specification, easy to use and reliable, direct download, without installation.
FetionFx[1]
- 飞信Symbian客户端接口规范,使用方便可靠,直接下载使用,不需安装使用。-Fetion Symbian client interface specification, easy to use and reliable, direct download, without installation.
QT
- QT教程,文章详细介绍了QT的使用和应用,帮助大家快速入门QT-QT tutorial describes in detail the use and application of QT, QT to help you quick start
S60_Platform_Thread_and_Active_Objects_Example_v1
- Activate object and Multiple thread example
S60_Platform_Sound_Mixer_Example_v2_1_en
- this code is an multiple thread example .Accross this code s study ,you will understand how to use multiple thread on symbian os
Debug
- basic QT GUI App Basic
s60voip-read-only
- prototype softphone for symbian
MMMS
- symbian s60 第3版下的彩信发送程序,实现了(发送,接收等功能)-symbian s60 3rd edition send MMS under the program, to achieve the (sending, receiving and other functions)
MymsExample
- symbian s60 第3版下的短信接收发送程序,实现了发送,接收等功能-symbian s60 3rd edition send text messages under the program, realized the sending, receiving and other functions
SymbianImage
- Symbian图像处理,在开发过程中一些总结的经验资料。希望对大家有用。-Symbian image processing, in the development process in a number of lessons learned information. Hope to be useful.
SymbianCppGAME
- Symbian游戏是运行在手机上的游戏,它不能干扰手机正常的通讯功能,对操作系统和其它应用程序必须友善。而在首次编写Symbian C++游戏时,我遇到了无数奇怪的问题,其中大部分问题出在内存极端不足,打开太多应用程序,屏幕保护探出,接到短信、电话等特殊情况下。 其实如果养成严谨的代码风格,进行足够的错误处理,大部分问题本可以避免。为了解决它们,我很是花了一番功夫,所以在此把我的一些教训、经验写出,希望大家能避免犯同样的错误。 -Symbian games are games run
SymbianOSCCoeControl
- 首先调用SystemGc()获取图形上下文,SystemGc()是CCoeControl的一个成员函数;然后设置相应的图形上下文项;最后调用绘图函数DrawRect()画一个矩形。 所有的绘图都是通过图形上下文(graphics context,GC)来完成的。在Symbian OS中,定义了一个抽象类CGraphicsContext来统一图形上下文的接口,为设备无关的绘图提供了丰富的API。-First Call SystemGc () to obtain a graphics conte