Listview: Header/Footer, change of color

Hi there,
I am new on app inventor (basically making app through copy/pasting from YouTube)

App function: a simple data entry sheet where user input data and data goes to google sheet through google forms.

Achieved: so far I have managed to connect my app to google sheet and successfully entered data.

What I want.

  1. I want to display a header & footer in list view section of the screen. Where I put a simple button to navigate to other screen. I couldn't find any useful YouTube video so far.

  2. I want that if today's data already entered then background colour of listview for that user changed so it can be distinguished between whose data already entered.

Please see my block and suggest me.

Many thanks in advance.
vic

Hello Vicky

  1. Use Horizontal Arrangements (Containers) as header and footer of your List.
    ProfessorCad: Tips & Tricks GUI Layout

  2. The App Inventor List View only highlights the current item picked. To get more than that, you will need to add an extension to your Project that delivers a better ListView:
    App Inventor Extensions | Pura Vida Apps