I am currenty working on two applications in Android Studio.
The first one is using a sensor from which reveices data and makes some computations regarding them and the second one is an Augmented Reality application(using Metaio) who detects human body and generates a heart on user's chest.
I have developped them sepparately but I want to be part of the same app. Like when I enter in the application to have the possibility to choose which of them I want to use and have the possibility to get back to that state in order to use the other one.
Is this possible? If it is, how can be done?
Thanks