text 烤面包

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了text 烤面包相关的知识,希望对你有一定的参考价值。

 void backgroundThreadShortToast(final Context context, final String msg) {
        if (context != null && msg != null) {
            new Handler(Looper.getMainLooper()).post(new Runnable() {

                @Override
                public void run() {
                    Toast.makeText(context, msg, Toast.LENGTH_SHORT).show();
                    if(msg.equals("Login Successful")){
                        Intent myIntent = new Intent(MainActivity.this,Main2Activity.class);
                        myIntent.putExtra("name", username);
                        myIntent.putExtra("id", user_id);
                        startActivity(myIntent);
                        finish();
                    }
                }
            });
        }
    }

以上是关于text 烤面包的主要内容,如果未能解决你的问题,请参考以下文章

如何调整烤面包机的弹出宽度

java 烤面包

java 烤面包

如何自定义 CRUD 响应烤面包机消息 [admin-on-rest]

CSS3从零实现:疯狂的烤面包机

设置烤面包机不透明度?