Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
guy-4444 authored Jun 26, 2019
1 parent 56cc77d commit b5ed566
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,20 @@ SmartRate.Rate(MainActivity.this
}
);

// Self implement without link to google play store:
// -1 on stars
SmartRate.Rate(MainActivity.this
, Color.parseColor("#E44643")
, -1
, new SmartRate.CallBack_UserRating() {
@Override
public void userRating(int rating) {
Toast.makeText(MainActivity.this, "Rating: " + rating + " Stars", Toast.LENGTH_LONG).show();
//saveUserRating(rating);
}
}
);

```

![device-2018-06-06-144912](https://github.com/guy-4444/SmartRateUsDialog-Android/blob/master/desc.png?raw=true)
Expand All @@ -94,7 +108,9 @@ SmartRate.Rate(MainActivity.this
1. Landscape design improvements
2. Cancel button
3. google play click - new implementation

4. Fix bugs:
- first time does't appear
- 0 hour - now appear
## License

Copyright 2019 Guy Isakov
Expand Down

0 comments on commit b5ed566

Please sign in to comment.