I am trying to use multiple activities for my remote app, say, Activity A, Activity B.
But each time I try to create an intent(in Activity A) and start a new activity(Activity B), the Pairing Activity keeps on popping up, but I only want the pairing-activity used in the first time I start the app, and I want the pairing communication to keep on alive (untill I kill the whole app).
Is there a way to implement this? or should I keep all of my app into one Activity? like Activity AB? I'm not quite sure but I think it might have to do something with AnymoteClientService and AnymoteSender