[Free] FancyGallery extension

which means, you can add that code into the extension…
however for App Inventor users you need another else part…

Taifun
PS: did I already mention somewhere, that it was a bad idea to rename the assets directory for Kodular?

2 Likes

I agree.
Question:
What "s the method for Appinventor2 ?
I used your extension TaifunTools

1 Like

for MIT App Inventor and the companion app:

if (Build.VERSION.SDK_INT >= 29) {
  completeFileName = ApplicationSpecificDirectory() + "/assets/" + fileName;
} else {         
  completeFileName = Environment.getExternalStorageDirectory().getPath() 
      + "/AppInventor/assets/" + fileName;
}
 

public String ApplicationSpecificDirectory() {
  File file =  context.getExternalFilesDir(null); 
  return file.toString();
}  

Taifun

1 Like

Great,Thanks @Taifun

1 Like

he used java and , html , js both whats the problem in it the thing that matters is does it work properly

3 Likes

it used with airtable?

1 Like

Yes,you can use airtable result

1 Like

how to get Airtable image url and use in this extension please send block image or aia file for it. :pray:

1 Like

upload the image to cloudinary and then return the url to this extension

3 Likes

i want to use this extension in wallpaper app And i want add image or remove form airtable

1 Like

Upload your image to cloudinary then
Store response link in airtable and use it

2 Likes

Hello, I also use the same, I made the comment because I thought there was no iax file, if there is an iax file then it is an extension, in this case this is an extension because the iax file exists otherwise it would be a tutorial…

3 Likes

list not display all, this is my block


FIblogphotoapp_Screen1.ais (3.8 KB)

1 Like

instead of images
Try to add joinle and
you need to add between them like in the block in the example

thank you,

FIKIR_KUMESI

1 Like

i tried it and it was buggy


1 Like

that is also wrong

2 Likes

share your aia and i will fix it

1 Like

Explaining via blocks, not AIA, will help other developers

thank you

FIKIR_KUMESI

1 Like

i know but his blocks are arranged in the way that i cant explain it!!

1 Like

FIblogphotoapp.aia (19.6 KB)

1 Like