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

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

html - Instapaper-like algorithm -

c# - How to execute a particular part of code asynchronously in a class -