Need more details for your question, but in general, if you want to go from one activity to different activity by selecting different images you can use Recycler View and set onClickListner on images in adapter class and set action startActivity(intent) according to image position. for more details about Recycler View and its implementation, check this link- http://www.androidhive.info/2016/01/android-working-with-recycler-view/
3
solved I am working with RecyclerView and CardView