Posts by Pedro Sousa • 11 points
1 post
-
1
votes1
answer61
viewsA: How to call another Activity/Canvas with Java in Totalcross?
To call a screen in Totalcross is very simple. If you are in Mainwindow and want to call a class you inherit from container you use this command: public void initUI() { this.swap(new NomeClasse());…