am a beginner in using App Inventor. I am currently working on a project where I need to display data from a CSV file, specifically the following parameters: Temperature, Humidity, PM10, PM2.5, CO2, TVOC, CO, NH3, and NO2.
I would like to create an application that outputs one line of data every minute. Could anyone please help me with creating an app in App Inventor that outputs one line of data every minute? The data consist of temperature, humidity, PM10, PM2.5, CO2, TVOC, CO, NH3, and NO2.
I have tried hard to solve the problem, but I have no idea what to do.
In general, it is easier to use generic blocks if you have many component of the same type you want to perform the same method with (with differing parameters too).
Sadly, I cant send screenshots now.
There are so many different ways you can display your data, we probably need to understand a bit more about what you want things to look like, and whether you need to interact with the displayed data.
Also, I see you are getting the data from a csv file in your assets ? I am guessing this will not be case for your completed project. Where will the data come from, how is it generated, how will it be accessed?