K KashMalaga Member Licensed User Longtime User Nov 7, 2011 #1 I´ve seen on some app on Android that gives you the option to gives it 5 stars. Anyone did something like that? Regards
I´ve seen on some app on Android that gives you the option to gives it 5 stars. Anyone did something like that? Regards
Erel B4X founder Staff member Licensed User Longtime User Nov 8, 2011 #2 You can send an Intent that will take the user to your application page in the market: B4X: Dim i As Intent i.Initialize(i.ACTION_VIEW, "market://details?id=<yourappid>") StartActivity(i) Upvote 0
You can send an Intent that will take the user to your application page in the market: B4X: Dim i As Intent i.Initialize(i.ACTION_VIEW, "market://details?id=<yourappid>") StartActivity(i)
K KashMalaga Member Licensed User Longtime User Nov 8, 2011 #3 Erel said: You can send an Intent that will take the user to your application page in the market: B4X: Dim i As Intent i.Initialize(i.ACTION_VIEW, "market://details?id=<yourappid>") StartActivity(i) Click to expand... Thanks for your idea but thats was i using. I saw some app that show us the stars to rate directly. I will try to investigate a little more. Thanks like always to your help Erel Upvote 0
Erel said: You can send an Intent that will take the user to your application page in the market: B4X: Dim i As Intent i.Initialize(i.ACTION_VIEW, "market://details?id=<yourappid>") StartActivity(i) Click to expand... Thanks for your idea but thats was i using. I saw some app that show us the stars to rate directly. I will try to investigate a little more. Thanks like always to your help Erel
scsjc Well-Known Member Licensed User Longtime User Sep 21, 2014 #4 KashMalaga said: Thanks for your idea but thats was i using. I saw some app that show us the stars to rate directly. I will try to investigate a little more. Thanks like always to your help Erel Click to expand... hello, was found some thing to rate directly ????? Upvote 0
KashMalaga said: Thanks for your idea but thats was i using. I saw some app that show us the stars to rate directly. I will try to investigate a little more. Thanks like always to your help Erel Click to expand... hello, was found some thing to rate directly ?????