Hi,
I'm wondering if it is possible to display images and use key presses whilst recording audio simultaneously? I would like to do this on a Nokia 6630, preferably recording to amr.
ok so I have a mock up of what I want the app to do and now I just need to actually implement the multitasking bit! Should this be done using threads or active objects? I understand that Active Objects should be used in most circumstances, but I think Threading might be needed for this? Am I correct?
I haven't worked with threads before (in Symbian or "normal" C++).