Blurry image Problem

Hi Im trying to add a table image from Canva And in the MIT App builder site the table looks clear and visible but when i Run the app on my Phone the picture becomes very Blurry and unreadable

1 Like

Post the aia.

You might need to build the table a different way that doesn't use the canvas, which does not have a very good resolution - so it looks OK on a PC screen but the high res smartphones with different screen ratio can be a pain, especially with 'image text'.

What kind of table?
Kitchen table?
Trigonometry table?

Sorry for the late reply, Its a Table i Made in Canva and Uploaded in MIT app inven ( Sorry for my lack of knowledge im new to using this site )

How do i do that? Sorry, im new to the site i only know how to emulate and add Blocks and Elements

The other tables i have uploaded have somewhat blurred but are still somewhat visible when i run my app on my phone but specifically this table isin't readable at all

Here, said the file was too large so i just uploaded it to a folder in google drive
https://drive.google.com/drive/folders/1GULEVw38hIU_gy8B5S8EmFmnm8RXCBQ3?usp=drive_link

Which screen and which image(s) are you referring to? Post screenshot(s).

Thema


thematic Area 2 And Specifically Image 3

With an image (using PNG or JPG), you'll hardly be able to avoid this problem, as the resolution (in your case, 2000x1200px) is reduced so drastically that this effect is unavoidable. So, use multiple HAs in a VA to fill the table with the AI2 Text component.

Or use vector graphics (SVG) ─ this should be possible using an exxtension. πŸŽ‰πŸŽ‰New SVG Image Loader - Extensions - Kodular Community

1 Like

You might want to look at the TableViewer extension, where you can create and format tables in html. You just need to supply the data as a csv file, so all your work can be contained within your app.

If you cannot use extensions, the you could still create formatted html tables with your data, and display these in a webviewer.

1 Like

See the Tables section.

You can alternatively nest Labels in Horizontal and Vertical Arrangements, and fill in the Label Texts at run time if working from a data base or file.

1 Like

But if i used a tablet to test my app would what i see in the site (specifically the Table PNG) be the same in the tablet?

Thank you for This alternative, It seems to be a good replacement I'll be trying this out and Seeing if i can get it to work for my app

Post deleted for error

What should that change?

Hey, Any simpler way to have a table like the one in the extension but simpler? I've been trying for a day now and i seem to not be able to get a hang of it at all

It doesn't get much simpler :wink:

What are you having trouble with ?