Hello there! First of all I’m glad to have stumbled upon AppGyver. The platform and the idea behind it are awesome! Thank you for creating such a tool.
I just started with the whole app designing thing and I’m trying to create something with Composer but I’m going around in circles here. The project is super simple (I guess) but I can’t find my way around it.
I had something done in Excel (VBA) and I understand that there aren’t any options to translate that into an app. However, I was willing to start from scratch in composer as it’s also a good way to learn but I’m stuck.
Read many articles and wandered around the documentation but I’m still lost. So if anyone can help I would really appreciate it as I’m going CRAZY here.
SO:
What I need is a simple data collector app that collects details in several fields and then shows them all together. This will be mainly Names and sometimes a description of what they do or some contact details, next to their name. At the moment, I don’t need to have many instances of the recordsets.
Meaning, for example:
There will be a page with the following fields: Project Manager, Director, Assistant, Secretary, etc. (Those values will be their respective names)
They are different positions in the project with ONLY ONE record. (Then, we might include email and mobile phone for each individual). But everything will be on display and straight forward. So I’ll have a textbox for each field with its respective label and then if I want to have a phone for the person, I’ll put another textbox next to it for that data, with the label Director’s phone for example.
So, I don’t need to navigate through many records as there will always be ONE director ONE Project manager, etc.
THEN, there might be some arrays for some other areas where I’ll need to have more than one record for the same field. For example Tasks for the Day where that will be a list. (Similar to the Todo app from the Appgyver Tutorial Videos).
My problem is that at the moment I can’t seem to be able to even keep the name field saved. I followed the Todo App Tutorial but I don’t need an array. It’s just the one Textbox with a Name I enter and I need that to be saved for when I open the app again and also updated if I change the value of the textbox.
Simple stuff like having an excel sheet and writing something in a cell, closing the file and reopen it to edit it. Just text stored. One record. That’s it.
ALSO:
As there will be too many fields in the final project, (many positions and contact details) do it need to set a Property in the Local resource for every field I want to create?
Hope it all makes sense and anyone can help as I’m going around in circles here.
Sorry for the long text but I’m trying to be specific.
Thank you !!!