Every single one of my apps need something like this. It's boring to explain in more details what's traditionally needed to make sure an AlertDialog is only shown once. Now, with this OneTimeAlertDialog.java, it's much easier to create new AlertDialogs that are only shown once.
/** Prompt that is only shown once to user. */
OneTimeAlertDialog.Builder(this, "my_dialog_key")
.setTitle("My Title")
.setMessage("My Message")
.show();
For something I use so often, I was surprised to not find a similar project on GitHub. So, I've added it: Android OneTimeAlertDialog
~ Danial Goodwin ~
Showing posts with label message. Show all posts
Showing posts with label message. Show all posts
2015-02-13
2013-12-29
Lost Money
Imagine that you used paper money, what if you wrote a "lost" message on those bills:
"I"m lost, please return to ________"
~ Danial Goodwin ~
"I"m lost, please return to ________"
~ Danial Goodwin ~
Subscribe to:
Posts (Atom)