Android Question Listview / tableview with "Dialogresponse"

h725

Active Member
Licensed User
Longtime User
Hello everybody !

I am looking for an easy way to realize the following task:

I have a table which has several entries.

entry 1
entry 2
entry 3

with input it might be something like:

monitor
PC System
typewriter

When I press on one entry e.g. entry 1 (monitor) I want a popup-window offering
several optional changes to this entry e.g. (dynamically created e.g. from a DB)
(new popup-windows)

cable
driver
packaging

Behind these entries I need 2 buttons with and without

cable (button "with") (button "without")
driver (button "with") (button "without")
packaging (button "with") (button "without")

When I press one button e.g. "with" (cable) the entry is added to a (public) list.
Several selections are allowed.
When I close the popup-window the list is inserted in the table under the specific entry:

monitor
--- with cable
PC System
typewriter

The mainquestion is how to generate the "modified" list with e.g. panels and buttons

Regards
h725
 
Last edited:
Top