SyntaxFix
Write A Post
Hire A Developer
Questions
To help another people with my same problem, the complete answer to Use Toast inside Fragment is:
Activity activity = getActivity(); @Override public void onClick(View arg0) { Toast.makeText(activity,"Text!",Toast.LENGTH_SHORT).show(); }