Hello kindly help with the questions below:
1.Mark mentioned that I can download my app source code,I need to know
- does the code Include every aspect of my app?
- can the code be edited in android studio/Xcode etc?
- any video/description I can read on how to download the source code for my app?
Question 2 is on the UI builder
2. Can I build native apps with the UI builder?
Okay ,
One part missing from your answer,
Can the code be edited In let’s say android studio/Xcode?
In regards to your question,what I mean is like will the code contain all the apps data ,logic,data tables etc?
Yes, it can be edited. But need to understand what parts of the app we talking about.
If we talking about business logic - definitely yes. If about frontend logic - also yes, but all frontend logic is generated and be really unreadable and unsafe to change. Data tables can be imported. App data - if you about files in your file system, you can do with these files everything that you need.
Also, I think, if you ask a specific question, or say what you want to do - we answer this in more detail.