How can the price of an in-app billing item be retrieved before actually displaying the android market frontend for the in-app purchase? Currently it looks like the user onl
String price = inventory.getSkuDetails("sku_of_your_product").getPrice();