Android Question Custom Scrollview, is this the way you'd do it?

josejad

Expert
Licensed User
Longtime User
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
 

josejad

Expert
Licensed User
Longtime User
Thanks Erel, I will try with that, but in this way I just can show the title and when I expand the item, user will see the rest of elements, rigth?
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…