Android Question Zipping Project

Shelby

Well-Known Member
Licensed User
Longtime User
What is the simplest way to zip my project when it is requested here by someone helping me solve a question? I use a tab on the API, right? Is it >Project>Build App Bundle? Maybe >File>export as zip?
 

LucaMs

Expert
Licensed User
Longtime User
If it is a B4XPages project (and it should ;)), Ctrl+Click on the comment line in the B4XMainPage:

1622740858647.png

(It would be better to change the name of the zip file, instead of keeping "Project.zip")

Otherwise by menu:
1622740960598.png
 
Last edited:
Upvote 0

Shelby

Well-Known Member
Licensed User
Longtime User
I have a test project where I have added a new (5th) column with DB Browser and I want that column to show an image when clicked. The column shows when I run the API but I now need to know how to display and where to save the image.
 
Upvote 0

Shelby

Well-Known Member
Licensed User
Longtime User
If it is a B4XPages project (and it should ;)), Ctrl+Click on the comment line in the B4XMainPage:

View attachment 114440
(It would be better to change the name of the zip file, instead of keeping "Project.zip")

Otherwise by menu:
View attachment 114441
In my Main module, I typed the comment as you have it above in the attachment and it worked when I held Ctrl and clicked the text. Thanks
 
Last edited:
Upvote 0
Top