kingofducks
Member
Hey everybody, I've been trying to implement a "rate this app" button but with no success. I implemented a drawer menu and added a clickable singleline2 on a ListView, and I don't know what to add as the Object, how can I redirect the user to the google play store to rate the app ?
Here's my code :
Thanks in advance for the assistance.
Here's my code :
B4X:
ListView1.AddSingleLine2("Help by rating the app", 1) 'On other single lines, the object is an activity so every time the user clicks on this line, it opens an activity but what am I supposed to use here to redirect to the play store?
Thanks in advance for the assistance.