After seeing #9, it is apparent that the developer will need to ask if the app is available or not. Something like:
if AvailableApps.Twitter.installed { // Twitter is installed }
support checking if app installed, closes #10
Simplify API for opening apps, as well as supporting more apps.
6272e35
After seeing #9, it is apparent that the developer will need to ask if the app is available or not. Something like: