That should work on S60 5th Ed.Try launching the emulator & open app it by clicking on the app icon rather then directly launching the exe & see what...
Well that depends upon the requirement/flow of your app as when you want to call that service. Try debugging the app by putting break points starting...
Yes calling NULL on the object after deleting it is in fact a basic C/C++ principle. CleanupStack::PopAndDestroy is used to destroy the object (works...
Probably after the usage of object httpEngine has been finished(may be at the end of function in which you are trying to utilize it). The best in my...
But do you think it would be right to let the user scroll the list until the data which is to be loaded in it is received successfully?, can user be...