How to launch AppWorld from an application? [BlackBerry]
问题 This might be a easy question but i couldn't find solution. I want to open AppWorld by clicking a button in my BB application. For example when user clicks this button Appworld will show "Facebook Application" page. Can i do this? In Android platform this line launches GooglePlay for Facebook App. Does BlackBerry supports this kind of method? startActivity(new Intent(Intent.ACTION_VIEW, Uri.parse("market://details?id=com.facebook.katana"))); 回答1: Here is a simple way to do this: Browser