davidhrenn
(DavaX Technology)
April 29, 2019, 7:55am
1
I creating an app , and it has a lot of images , like 70
Kodular limitation is 20mb , so i need easyest way to download and use images
i trayed with firebase , but it takes a lot of time and work to copy every single link ,…
(picture below)
and it sometime crashes , i trayed with timer (picture below)
so is there anything easyer some tip,trick ?? Should i upload on dropbox or somwhere and from there download ?
vknow360
(Sunny Gupta)
April 29, 2019, 8:16am
2
So why you are downloading all images.
You can upload images to Cloudinary and get link for image.
Use airtable it’s easier then this method also you can be changed and add image in your app dynamic in airtable
davidhrenn
(DavaX Technology)
April 29, 2019, 11:02am
4
I would like to download it
Will this work
I zip all images in winrar (so there is only 1 download link)
Upload this winrar file to firebase
I download it
Unzip
So is there any function to unzip files ??
Is there better program to zip othervise winrar ??
1 Like
Just use airtable spreadsheet add all the image or the url of the images there in the cells in one column and then just call the whole column together this way you will not have to use so many blocks and all the data will be loaded in the app easily and quickly.
davidhrenn
(DavaX Technology)
April 29, 2019, 1:26pm
6
Thank you
But i need it to work ,oslo without internet conection.
Can i download all attachmets with 1 link in this airtable spreadsheet? and how
cian
(Cian)
April 29, 2019, 1:33pm
7
You can actually add the assets to the APK after it has been built.
Try this site here.
https://puravidaapps.com/filebyfile.php
2 Likes
It will. you can unzip it with the File component:
2 Likes
davidhrenn
(DavaX Technology)
April 30, 2019, 4:59am
9
Thank you Cian , if this unzip not possible i try it
Daaniiieel
I ziped the file with winrar
Downloaded it but, it wont unzip
Label1 is just to know location …
Code
If someone can help i realy need this
File:
https://firebasestorage.googleapis.com/v0/b/bus-simulator-71c3f.appspot.com/o/Test.zip?alt=media&token=e7fc64c6-b9f9-4e95-8d8e-8751a4d2bd2f
Aia file below:
winzip.aia (2.2 KB)
1 Like