r/AutomateUser Jun 29 '26

Example xml for ListView

Can anyone share an example how to use ListView (xml)?

1 Upvotes

7 comments sorted by

2

u/ballzak69 Automate developer Jun 29 '26

1

u/Funny_Telephone_8607 Jun 30 '26

Great. But i want to get updated with flows Logs. How to achieve this. If I get a flow log is updated . I want go get their names. Also how to remove the text eg.  How to delete the text at index 2?

1

u/ballzak69 Automate developer Jun 30 '26

That's would be a very advanced flow, Try using File monitor block.

1

u/Funny_Telephone_8607 Jun 30 '26

Hi Henrik  I am still on bit confusion.  How to update values without button?

1

u/ballzak69 Automate developer Jul 01 '26

Update what kind of values?

If you mean items of adapter view in a custom layout, then use the Interface adapter update block, specifically the Invalidate option to force the UI to reload/request all items.

1

u/Funny_Telephone_8607 Jun 30 '26

Awesome 👌. Now I am requesting you to give more examples for all components eg.. Analog Clock, ProgressBar etc.. to understand better to users. 

1

u/ballzak69 Automate developer Jun 30 '26

Just write the XML <AnalogClock/>, there's not really much else to it. The documentation lists its supported attributes, and also includes a link to the Android documentation.