hi all,
Happy new year to all...
I have a question on starting the activity...
if the activity is onRunning(already started)
{
How can I call the activity to run, without duplicate and restart the activity???
coz whenever I use this.startActivity(intent); twice, it will start twice
I wan to start onces even I call twices...
if the activity onRunning at background and bring it in front when I second call...
Any idea???
}
else
{
Start as new activity...
}
your attention is much appreciated... thanks...
Wesley.

