Kaggle dataset input into my code

You do not show your media folder / assets. Is the color_names.csv file there ?


yes

Look at your ListPicker1.BeforePicking event blocks. You set the listpicker elements in the wrong place

Yours

image

Mine

image

I changed that to yours, but it is still showing green or red, no specific colors for some reason.

it also shows me this

Ah, you are developing for iOS...

from AppInventor features available with iOS:

FileScopes are not available yet, we will have to find a different route.

How can we do it

cant we do readfrom- color_names.csv??

Will you have internet to download a file for your compiled app, you would only need to do the download once?

You could also try this:

image

instead of this

image

Exactly. The FileScope method doesn't work on iOS.


I would also like to make a "Some basics on iOS storage system" guide for iOS, but the latter is and remains a closed book (at least for me).

1 Like

Thank you :slight_smile:

Thank you, I am at school at the moment and don’t have the file on me, ill try it when I get home. Thank you!

what does this mean? i am on my ipad but i did not try on computer

it still says either green or red

Show your blocks.

The DataFile component has not yet been implemented for iOS.

image



Have you, by accident, dragged in the DataFile component ? If so, remove it.

Do you get the full list of colours now in the listpicker ?

I dont see any DataFile component, i can’t see any colors in the list picker.

No iphone here, so cannot really help further. You may need to export and upload here your aia project for someone to look at.

Final try:

image

Download the csv from an online file server.

You can use this url:
https://drive.cyberama.co.uk/Public/METRICRATAI2/color_names.csv

for testing