I want to make this type of animation in android app like this :
I have some images in array like :
String[] imageArr = new String[]{"Url 1","Url 2","Url 3","Url 4","Url 5", "and more"};
Any help will be appreciated!
I want to make this type of animation in android app like this :
I have some images in array like :
String[] imageArr = new String[]{"Url 1","Url 2","Url 3","Url 4","Url 5", "and more"};
Any help will be appreciated!