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?
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?
I agree.
Question:
What "s the method for Appinventor2 ?
I used your extension TaifunTools
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
he used java and , html , js both whats the problem in it the thing that matters is does it work properly
it used with airtable?
Yes,you can use airtable result
how to get Airtable image url and use in this extension please send block image or aia file for it.
upload the image to cloudinary and then return the url to this extension
i want to use this extension in wallpaper app And i want add image or remove form airtable
Upload your image to cloudinary then
Store response link in airtable and use it
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…
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
that is also wrong
share your aia and i will fix it
Explaining via blocks, not AIA, will help other developers
thank you
FIKIR_KUMESI
i know but his blocks are arranged in the way that i cant explain it!!