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.
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!