It seems nice to have different Activity for each 3 screens. So I tested duplicating PApplet for each screens and it works fine. But it means resources for PApplet is also duplicated. I'm happy if I can replace base PApplet Activity and new Activity instance.