Android RATE IT button

I have been searching the forums to figure out the code necessary to add a rate it button to my android app. i found peach pellons tutorial, but thats specific for iTunes. Does anyone have any idea how to do this? Maybe using the web pop-up is the way to do it? any thoughts are appreciated, thanks!

[import]uid: 19620 topic_id: 15241 reply_id: 315241[/import]

You would make a hyperlink to the market:

market://details?id=com.google.earth

Obviously replacing the id with your own
http://developer.android.com/guide/publishing/publishing.html#marketintent

or slip this into the APK
http://www.androidsnippets.com/prompt-engaged-users-to-rate-your-app-in-the-android-market-appirater [import]uid: 79135 topic_id: 15241 reply_id: 56318[/import]

thanks for the reply, that works great just doing a hyperlink, thanks again [import]uid: 19620 topic_id: 15241 reply_id: 56324[/import]