Rate us in android | how to use Rate us in android

rate us in android studio | how to code for rate us button

after id you have to use your package name

 Intent i = new Intent();
                i.setAction(Intent.ACTION_VIEW);
                i.setData(Uri.parse("https://play.google.com/store/apps/details?id=com.happylife.healthtipsinhindi"));
                startActivity(i);

                break;