public class ToastUtil {
public static ToastmToast;
public static void showMessage(Context context,String msg){
if(mToast ==null){
mToast = Toast.makeText(context,msg,Toast.LENGTH_SHORT);
}else{
mToast.setText(msg);
}
mToast.show();
}
}
public class ToastUtil {
public static ToastmToast;
public static void showMessage(Context context,String msg){
if(mToast ==null){
mToast = Toast.makeText(context,msg,Toast.LENGTH_SHORT);
}else{
mToast.setText(msg);
}
mToast.show();
}
}