Hi everyone:
I'm new in b4a, and I'm trying to improve a small app I made with app inventor for my company, rebuilding it with b4a.
I'm reading and testing a lot of samples and forum threads, and I'm starting figure how to do it out, but as I can see, there is a lot of different ways of doing something, and I'd like to comment with you before start going in a wrong way.
Basically, my app is a pics checklist of the finished jobs of my company. There's a guide for the worker with a description of what he should photograph, I want to show this guide and a button for making the pics with the camera. After that, I upload the pics to my webserver and update a mysql database with the name of the pics. Something like this:
Right now, I've modified the Scrollview images sample so I can see the images in a horizontal scrollview.
What I'm thinking to do is:
- Create a master panel, with all the components:
- A label
- A expandable panel with the "thedesolatesoul" expandable panels class
- A button and the horizontal scrollview with the pics filtered by name (1.1.jpg, 1.1(1).jpg, 1.1.(2).jpg...)
Fill a CustomListView (Erel's library) with the main panel...
What do you think?
Thanks in advance