my code:
int LastSet = 2;
if(LastSet == '2'){
Toast.makeText(PrintName.this, "Jack Johnson", Toast.LENGTH_LONG).show();
}
I think I used the right syntax and logic? nothing appear..
|
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.
|
You didn't specify which platform and programming language in the question (multiple platforms support toast notifications), so I'll assume Java on Android. Look at the first two lines of your posted code:
You're setting |
|||||||||||||||||
|
|
Try this:
|
||||
|
|