What is the code to run the Amazon Appstore app from within my app? I've seen the following code to start the Android Market app:
Dim fURI As String
fURI = "market://details?id=com.app.ldsscriptures"
Dim Market As Intent
Market.Initialize(Market.ACTION_VIEW,fURI)
StartActivity (Market)
Dim fURI As String
fURI = "market://details?id=com.app.ldsscriptures"
Dim Market As Intent
Market.Initialize(Market.ACTION_VIEW,fURI)
StartActivity (Market)