i saw it but when i import ais it says cannot find component FancyGallery
I sent back the aia
I tried, they donât work, no image list data, subtitles
maybe your list is empty of images?
try putting all the images in a label
Itâs wrong !!!
-------------------------------------------------------------------------------------------
Right Configuration by list
We cannot know the length of the list of information that we pulled from the database.
Instead of dealing with this shape one by one, you should develop a system that makes it automatic. @marco_tanzi
thank you
FIKIR_KUMESI
Without the precise number of images it cannot work
A routine that avoid the step by step system Is possible,but only with the precise Number of images
Yes, send me please aia file please
I have sent the aia file to @adwapbao in the PM. Also posting the blocks here so that it will help anyone having the same query. (I have marked the changes made in below blocks)
Also,
If i understood this correctly, then I hope the same has been solved with above blocks, as now you can have any number of images and donât need to specify any specific number
No you canât use video,only images
I made gallery extension.
regards
I have imported
import android.os.Environment;
This is result:
error: cannot find symbol Assets = ApplicationSpecificDirectory() + â/assets/â ;
What else do I need to import?
What a mistake am I making ?
Thanks in advance Marco.
instead use this -
public String ApplicationSpecificDirectory() {
String a = this.context.getExternalFilesDir((String)null).getPath();
return a;
}