In order to display Toast in your application, try this: Toast.makeText(getActivity(), (String)data.result, Toast.LENGTH_LONG).show();.
確定! 回上一頁