0

is it possible to show a achievement like google play does without it? I would like to create a "Welcome back " banner, when my app is starting.

enter image description here

In Android Ultimate you can create a achievement using:

AchievementUnlocked test = new AchievementUnlocked(YourActivity.this).setTitle("Title").setIcon(getDrawable(R.drawable.gpg)).setSubTitle("Subtitle").build().show();

Thanks for all results!

Bill
  • 4,506
  • 2
  • 18
  • 29

0 Answers0