Android - 如何通过PApplet获取活动

时间:2016-07-28 19:22:20

标签: java android mobile processing

我有两个类,一个来自PApplet,另一个来自Activity。 我想通过Intent相互交流。我该怎么做?

实施例

//Class that extends PApplet.
Intent intent = new Intent(this, Test.class); //Activity I wanna go to.
startActivity(intent);

1 个答案:

答案 0 :(得分:0)

    Intent intent = new Intent(this.getActivity(), Teste.class);
    try {
        this.finalize();
    } catch (Throwable throwable) {
        throwable.printStackTrace();
    }
    this.startActivity(intent);