How to make a share and rate our app button in android?

Basically the title how do i make a button react so that when i click it it would open my games play store page and ask to rate and also the same thing with the share button.

I hope this will help you.

Rate Us :
Simple make a button named “Rate Us” and call below function on OnClick event of that button.

public void RateUs(){ Application.OpenURL("market://details?id=packageName/");}

General Share :