[]LayaBox二次开发 如何用到 activity的上下文对象Context
如果java类中需要用到 Context 上下文对象的,LayaBox怎么二次开发?请指导
如,android里写了一个Test类,
如,android里写了一个Test类,
public class Test {该如何反射才能调到 msg 方法
private Context context;
public void init(final Context context) {
this.context = context;
}
public void msg() {
Log.d("layabox", "test");
Toast.makeText(context, "测试", Toast.LENGTH_SHORT).show();
}
}
没有找到相关结果
已邀请:
要回复问题请先登录
1 个回复
Laya_XS
赞同来自: