I have 2 activities.
ActivityA : i use ImagePickerActivity from poly-picker library to select multi files and send paths to ActivityB
ActivityB : each file, i create one view and add to relative layout programmatically.
But my problem is when i press back button, ActivityB not finish, it recreate itself. number of recreate times is equal to number of files.
Pls, help, thanks and sorry about English.