Toast Non Android


Toast.makeText(getActivity(), (String)data.result, 
   Toast.LENGTH_LONG).show();

Victorious Vendace