I think they simply use the market intent to start up the Market:

Intent intent = new Intent (Intent.ACTION_VIEW,
Uri.parse("market://details?id=com.yourpackage.app"));
context.startActivity(intent);

On Wed, Oct 6, 2010 at 8:24 AM, Amit <[email protected]> wrote:

> Hi All,
>
> I have seen few android applications in which there is a capability
> where they can give an option in the application itself to "Grade this
> application".
>
> Clicking on this option opens the respective application's page in the
> android market where the user can put his rating.
>
> I wan to know how this is achieved. I also want to give this feature
> in my application.
>
> Thanks & Best Regards
> Amit
>
> --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to [email protected]
> To unsubscribe from this group, send email to
> [email protected]<android-developers%[email protected]>
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en




-- 
YuviDroid
Check out Launch-X <http://android.yuvalsharon.net/launchx.php> (a widget to
quickly access your favorite apps and contacts!)
http://android.yuvalsharon.net

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to