Okay so I'm stuck here with the final ones. I'm having a server application running on the background, and when it receives a certain event, it has to open up the phonebook dialog for the user to select the contact and pass the corresponding phone number back to the server.
So here's my question, the server is running on a console based listener, which listens for events and acts accordingly. Lets say I should want the to listen to an event and then fireup the phonebook dialog, do I have to open up the phonebook as a new application? or can it be in the same one?

Reply With Quote

