so here is the file for the screen that I want to be transferred: (the file named tetew_CloudDB2 AND the screen that I want to be transferred is named Screen1) AND NOTE THIS: i want to make 2 identical copy of the screen1 from the first file named tetew_CloudDB2 (which means there'll be 2 new screens in the 2nd file provided) into the 2nd file which I will explain below:
the 2nd file named compProjectPDG(5) AND NOTE THIS: I want the screen that is transferred from the first file is renamed to RoslinaCht AND RahmanCht.
thank you compProjectPDG.aia (549.5 KB) tetew_CloudDB2.aia (214.0 KB)
please anyone that's willing to help me out :'(( I need this to be done in like 3 hours or so
This sounds like a case of "DRY" (don't repeat yourself). Why would you want multiple duplicate screens. Reuse one screen changing the data and values it uses.
I just needed help merging a screen from another project to another one T^T and i asked to help me duplicate it into 2 is bcs i want to try to customize the blocks myself😓
To do that I suggest you make an image of the Blocks from each of the Projects and save them, then use the images as a guide to build your new Project
Here are some resources to help you learn to use the AI2 tools and learn to code rather than just copy someone else's code. A very good way to learn App Inventor is to read the free Inventor's Manual here in the AI2 free online eBook App Inventor 2 Book: Create Your Own Android Apps ... the links are at the bottom of the Web page. The book 'teaches' users how to program with AI2 blocks.
This looks like a last minute consolidation of a team project, right before the submission deadline.
The Designer has a Ctrl-C and Ctrol-V copy and paste facility. You can do it at the screen level, from the Designer component tree. It brings along the event blocks too.
That lets you copy a Screen from one Project and paste it into an Arrangement from another Project.