Hi I am new in programming..
I want to show a random GIF image to ImageView using Ion. For single GIF it is ok, I simply use this line
Ion.with(imgView3).load("file:///android_asset/gif130407.gif");
But I have multi GIF images in multi directories in assets folder and I want first check the directory and gets all GIFs as array passing to Random and then show the Random id to ImageView using Ion I try it with png and Drawables its work perfect, but Ion "load" method gets a string address of the file how can I do this.