google play - Android market app Link -
i want write app launches android market. (the activity should 1 activity) plz refer me android market link or suggestion.
uri uri = uri.parse("market://search?q=barcodes"); intent intent = new intent (intent.action_view, uri); startactivity(intent);
this example code launch market , search barcodes.
Comments
Post a Comment