I have developed two apps. In one I am showing videos from youtube. In the second, I display news and I have a menu in that which have to open the first app.
I know to open the second app with an intent, but I couldn't find a way to check whether the app is installed or not.
How can I check whether the app is installed, and open it if is and open playstore page of the app if it is not currently installed.