Hi Friends,
I have my own application which is run by own activity. Now I want to call imagetarget activity from my application's activity. That means, I want to run imagetarget application from my own application. just like two application will be combined.
Is there any way to call imagetarget activity from my application activity.if possbile can anyone described here the process for doing this.
thanks
Regards
Rassall
You should be able to start it like any other Android activity:
Just make sure that your manifest includes the ImageTargets activity, but not as the main entry point.
- Kim