Blurry image Problem

Sounds like you remove the commas between the fields as well.

Try quoting column 1 also:

"Location","Hazard"\n"1. Roads with poor drainage system and low-lying residential areas","These conditions may lead to flash floods, which can cause injuries and widespread damage to homes."\n"2. Coastal and Inner Looc Residential Lanes","This has risks of waterlogging & flash floods during heavy rain due to blocked drains."\n"3. Densely populated Sitios","High exposure to disease outbreaks, fire hazards, and flooding during calamities."\n"4. Alleys with exposed electrical wiring","Fire hazards and risk of electrocution especially during storms."\n"5. Construction zones and unfinished structures","Debris, falling objects, and injury risks during calamities"

it seems a temporary fix to it is clicking the Button that activates the Table

Screenshot 2025-08-20 223242
Another table is showing the same issue again Glitching at the very bottom

heres the CSV data

Role,Student(s),What They Do During Emergencies\n"Resource Mapper","Barbarona and Loquillano","Help evacuees reach shelters like school gyms or barangay halls. Track resources such as food, water, shelter, medical supplies, and transportation, ensuring they are organized and matched to needs."\n"Communications Lead","Bentulan and Barbarona","Manage news and reports from authorities. Coordinate with Logistics Managers and inform relevant parties of updates. Contact authorities when necessary."\n"Health & First Aid","Cabrillas and Gerona","Provide immediate medical care, assess the situation, and coordinate with clinics or healthcare facilities using available supplies."\n"Evacuation Lead","Abadies and Loquillano","Guide and assist people to safety, leading them to designated emergency exits and ensuring an organized evacuation."\n"Logistics Manager","Bentulan and Cabrillas","Ensure supplies are received and accounted for. Procure or outsource backup resources as needed for unexpected incidents."\n"Recorder","Gerona and Abadies","Stay calm and observant, track attendance, report updates to officials or responders, and organize information for clear records."

That empty socket in the join probably isn't helping.

"Role","Student(s)","What They Do During Emergencies"\n"Resource Mapper","Barbarona and Loquillano","Help evacuees reach shelters like school gyms or barangay halls. Track resources such as food, water, shelter, medical supplies, and transportation, ensuring they are organized and matched to needs."\n"Communications Lead","Bentulan and Barbarona","Manage news and reports from authorities. Coordinate with Logistics Managers and inform relevant parties of updates. Contact authorities when necessary."\n"Health & First Aid","Cabrillas and Gerona","Provide immediate medical care, assess the situation, and coordinate with clinics or healthcare facilities using available supplies."\n"Evacuation Lead","Abadies and Loquillano","Guide and assist people to safety, leading them to designated emergency exits and ensuring an organized evacuation."\n"Logistics Manager","Bentulan and Cabrillas","Ensure supplies are received and accounted for. Procure or outsource backup resources as needed for unexpected incidents."\n"Recorder","Gerona and Abadies","Stay calm and observant, track attendance, report updates to officials or responders, and organize information for clear records."

I added quotes for the first line.
This should work as a csv table.

How much of this are you planning to add in blocks?

Too many text blocks will bog down the Blocks Editor and the Build process.

This is reaching the point where you should load these from Media text files at app startup.
See

for how to load multiple csv files at startup.

I went the other way. Removed all the quotes and replaced all the commas in fields with either semi-colons or full stops.

latest.csv (1.1 KB)

TVDemoLatest.aia (29.2 KB)

Is there a way to remove all the White space Below the table when the height is set to automatic? i tried changing the height to 100 percent but the table gets cut off instead

What white space?

below the last row theres alot of White empty spamce

Show screenshots of what you mean.

i've managed to fix it and are on to the last steps of the app, im trying to export it but now it's giving me an error of "app exceeds 30mb limit", i need all the photos and cant remove any of them what do i do?

Export your project to aia.

Use the code server, which will allow for use and build of projects up to 50mb

my app is 55.6mb

any other Way to maybe get up to 60mb?

Yes

Thank you, I'll try this right away

wont let me export the keystore, the button isin't lit up and wont let me press it, any ideas how to fix this?

Never tried it so do not know.

Personally, i would have a look at all your media assets, and do some resizing. No point having any images with dimensions any bigger than @ 640x480 otherwise AI2 has to do much work to rescale them.

Look at the dimensions of the components you use to display them, set your media items to match these.

Also, use an online resource to store your media files (google drive?), and download them on first use of the app, or when required, or just use them from online.

i've managed to get the qr code to download the apk now, But when i scan the Qr code to download my app it says "No response from URL" what do i do to fix this
?