This is how you can show an Android Toast message from a Fragment: Toast.makeText(getActivity(), "Click!", Toast.LENGTH_SHORT).show();.
確定! 回上一頁