Android Question How to open the same activity multiple times

watesoft

Active Member
Licensed User
Longtime User
In VB:
Dim F as Form
set F=new Form1
F.show

In B4A, How to do it?
 

Erel

B4X founder
Staff member
Licensed User
Longtime User
Ok,I make a copy for activity
This is the wrong solution.
You should instead implement whatever you can in a class and create two instances of this class.

Tip: the quicker you switch to B4XPages, the quicker everything will be simpler.
You can create multiple copies of a B4XPage.
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…