Modèles de formulaire Liste
In this tutorial, we'll cover nearly all aspects of creating a list form template, including the use of a searchBar, a table displaying an image, a title, and a subtitle for each cell.
Téléchargez le projet Starter
Before we begin, be sure to download and unzip the Starter project which includes:
- Un dossier List form
- A demo 4D project ("Contact") with a ready-to-use mobile app project.
Ajoutez un modèle de formulaire Liste à votre projet mobile
The first thing you'll need to do is to create a list
folder in Contact.4dbase/Resources/Mobile/form/ location and drag and drop your list form folder into it.
Now, launch your 4D application and open the "Contact" 4D project.
Then, select the "Contact Demo App" mobile project: File > Open > Mobile Project > Contact Demo App.
In the Forms section of the mobile project editor, you can see that your list form template has been successfully added to the list of available list form templates:
Nous allons maintenant nous concentrer sur le contenu du dossier Custom List form.
Contenu du modèle de formulaire Liste
Dans ce dossier, vous trouverez :
- a layoutIconx2.png icon in 160x160px: displayed in the project editor when you select your template
- a manifest.json file: includes a basic description of the template
- a template.svg file: the visual representation of your template displayed when you define your list form content.
- an ios folder that includes the storyboard (graphical interface) and Swift file (code for the form) in
Source/Forms/Tables/___TABLE___
folder - an android folder that includes the layout.xml file (graphical interface) in
app/src/main/res/layout
folder.
These files and folders are detailed in the next sections.