Re: [android-developers] Adding Rate this application capability

2010-10-06 Thread TreKing
On Wed, Oct 6, 2010 at 1:24 AM, Amit  wrote:

> I wan to know how this is achieved.


http://developer.android.com/guide/publishing/publishing.html#marketintent

-
TreKing  - Chicago
transit tracking app for Android-powered devices

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

Re: [android-developers] Adding Rate this application capability

2010-10-06 Thread YuviDroid
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  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 android-developers@googlegroups.com
> To unsubscribe from this group, send email to
> android-developers+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en




-- 
YuviDroid
Check out Launch-X  (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 android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] Adding Rate this application capability

2010-10-05 Thread Amit
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 android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en