Android Toast提示封装实例代码
AndroidToast提示封装
Android中经常用到Toast提示,项目中很多Toast提示,写很长的一行,简单的封装一下,将Toast方法提出来,很方便使用:
实例代码:
/**
*提示字符串
*shortToast
*@paramcontext
*@paramtext
*byHankkinat:2015-10-0721:14:43
*/
publicstaticvoidshowToast(Contextcontext,Stringtext){
Toasttoast=Toast.makeText(context,text,Toast.LENGTH_SHORT);
toast.setGravity(Gravity.CENTER,0,0);
toast.show();
}
/**
*提示字符串
*shortToast
*@paramcontext
*@paramtext
*byHankkinat:2015-10-0721:14:43
*/
publicstaticvoidshowLToast(Contextcontext,Stringtext){
Toasttoast=Toast.makeText(context,text,Toast.LENGTH_LONG);
toast.setGravity(Gravity.CENTER,0,0);
toast.show();
}
/**
*提示根据ResId关联字符串
*shortToast
*@paramcontext
*@paramresId
*byHankkinat:2015-10-0721:14:43
*/
publicstaticvoidshowToast(Contextcontext,intresId){
Toasttoast=Toast.makeText(context,resId,Toast.LENGTH_SHORT);
toast.setGravity(Gravity.CENTER,0,0);
toast.show();
}
/**
*提示根据ResId关联字符串
*时常longToast
*@paramcontext
*@paramresId
*byHankkinat:2015-10-0721:14:43
*/
publicstaticvoidshowLToast(Contextcontext,intresId){
Toasttoast=Toast.makeText(context,resId,Toast.LENGTH_LONG);;
toast.setGravity(Gravity.CENTER,0,0);
toast.
感谢阅读,希望能帮助到大家,谢谢大家对本站的支持!
热门推荐
10 病人祝福语老师寄语简短
11 新娘生孩子祝福语简短
12 婆婆66岁祝福语简短
13 今天孩子高考祝福语简短
14 送彩票生日祝福语简短
15 分别祝福语简短情话英文
16 画室揭牌仪式祝福语简短
17 女友妈妈生日祝福语简短
18 离别赠言离职祝福语简短