appirater-android icon indicating copy to clipboard operation
appirater-android copied to clipboard

A utility that reminds your android app's users to review the app. Port of iOS appirater with additional features for Android.

Results 2 appirater-android issues
Sort by recently updated
recently updated
newest added

Unless I am missing something, that layout is not defined anywhere and so this block does not work: ```Java LinearLayout layout = (LinearLayout) LayoutInflater.from(mContext).inflate(R.layout.loveapp, TextView textView = (TextView)layout.findViewById(R.id.love_dialog_message); Button yesButton...

How I can customize layout for "Rate this app" popup window? I want to use Android Default AlertDialog window or at least make a similar design.