I have two different applications. How can I put them in one application having a homepage with two buttons that each will link to the applications?
For example I have:
com.example.process
com.example.results
I want to have an application that will have a homepage with two buttons, one button will open the com.example.process application while the other will link to the com.example.results application.
