Examples to cover

Last update - 17 June 2006

There are quite a lot code example requests on the forum and I have some own ideas. Every registered user can post code examples here, but until now I anyway create most of them. Here is some kind of a priority list of what I am going to work on. This page is going to be dynamic and you can always check my "current" priority list at the SymbianExample.com/plans

Note that only first few open items are "really planned". All the stuff below is what I'd like to do and the priorities might change a lot. If you'd like to have some particular Symbian feature demonstrated, please, open the topic on the forum or write about your experiences to the blog (every registered user has a piece of the free blog space on SymbianExample.com)

  • How to push an RPointerArray to the cleanup stack so, that in case of leave ResetAndDestroy would be called and all the referred objects were deleted - Done
  • Text to speech - Done
  • How to make a synchoronous operation asynchronous (request). For example, system originated HandleSomethingL requires you to return fast, but you need to do a lot of processing after this HandleSomethingL - Not started
  • TRequestStatus explanatory example (request) - Not started
  • ....
  • ....
  • Example implementations of design patterns in Symbian C++ - Not started
  • ....
  • How to insert a table into a rich text editor (request) - Not started
  • Some template updates for the Symbian Project Wizard. Maybe together with some feature update if anybody is interested - Not started

Comments

Sounds interesting. I'll try

Sounds interesting. I'll try to invent something