-
BLOBs: Multiple feature r...
Forum: Feature Requests
Last Post: linda
8 hours ago
» Replies: 1
» Views: 49 -
LiveCode licence needed?
Forum: General
Last Post: marktalluto
9 hours ago
» Replies: 1
» Views: 110 -
Script as text
Forum: Feature Requests
Last Post: linda
10-11-2024, 11:37 PM
» Replies: 1
» Views: 125 -
List Files issue
Forum: Bug Reports
Last Post: stam66
10-11-2024, 01:17 AM
» Replies: 5
» Views: 237 -
Buttonbar
Forum: Feature Requests
Last Post: marktalluto
10-08-2024, 11:58 PM
» Replies: 1
» Views: 90 -
Hey
Forum: Introduce Yourself
Last Post: marktalluto
10-08-2024, 11:47 PM
» Replies: 3
» Views: 480 -
I'm interested in opinion...
Forum: General
Last Post: marktalluto
10-08-2024, 10:52 PM
» Replies: 4
» Views: 3,720 -
Appli Founder Message for...
Forum: Announcements
Last Post: marktalluto
10-02-2024, 12:26 AM
» Replies: 0
» Views: 131 -
An interesting Find in Ap...
Forum: General
Last Post: MichaelJes
09-19-2024, 12:19 AM
» Replies: 3
» Views: 9,229 -
IOS vs Android
Forum: General
Last Post: Stacyinima
09-02-2024, 01:58 AM
» Replies: 2
» Views: 5,342
- Forum posts:197
- Forum threads:71
- Members:1,437
- Latest member:jeandavipaymn
Hello everyone. We are experiencing an outage in the San Francisco region. We believe the issue is due to our cloud provider being unable to resolve DNS requests. They are working on the issue.
https://status.digitalocean.com/
We will monitor the situation closely and update you when there is a resolution to the problem.
No other regions have been affected by this issue.
-Mark Talluto
Components are Elements that can be used as "Objects" for your Appli Application (Really Cool Items).
The idea is to create these components as shared Elements that can be used on one or many screens in your application.
When you take an Element and turn it into a Component,you can use these components on all or any screens that you create. For instance you may want to take a Text element and make it a title Item for your Application. It can be shared on any or all of the screens in your Application. Another Comonent that you make may be a group of Buttons that you group together as a Menu Block. If you make this item a component it can be used universally on your many screens as a common Menu Bar, That can have shared code to be used to open your various screens with a common low code Navigation action without having to code for every screen.
These Components can eleiminate dupilcate low code coding and make your Application have a UNIFORM Look and feel with minimum coding.
One idea might be: to create a base Sceen that has all of the common Cmponents that can be share with all of the other screens in your Application.
One other thing that I found (thanks Mark and Team), is the Components are Project Aware. Once they are created in a project, all of the other sub-projects created can share those components.
GIVE IT A TRY. I am sure that there will probably be a tutorial in the Blog sometime soon. If not, I might create a video showing the use of components.
HAPPY APPLI-ING!
If it's been a while since you opened Appli and the LowCode section, You should see and use the new LowCode editor.
It took me a minute to get use to it and realize how much it is improved. If I had a choice, I would never go back to the old way.
It's awsome!
Thanks to Mark and the team.
I have included a demonstartion for using the Repeat Low Code.
you can upload the included file with the Appli Load File afte you unzip it.
Mark Hsu wrote a very good article about how to design for different screen sizes. Don't miss it, it is a great read.
Linda Lu posted a handy guide teaching new users how to view their data: https://appli.io/how-to-view-the-data-youve-collected/.
Learn more about the tried and true Mater—Detail Interface Pattern a proven way to design your user interface for database-driven app.
I wrote a brief post about when to create a new screen. Hope you folks like it.
Our developer Efrain Coyt posted about when to store your data on the cloud and on the local device. Read more about it on our blog: https://appli.io/when-to-use-local-and-cloud/
This is a really cool action.
I assume that this is where one would create comma-delimited links to database records in a possible to a one-to-many and many-to-many relationship with records.
An example, please.