I have a simple use case to show six images on screen and allow multiselection. The number of images is fixed here. Can I use GridView instead of a RecyclerView for this simple use case? I read an answer here which says we can. but it is obsolete to use GridView. Is it safe to use GridView in Android? My screen is similar to this,
My screen has only six images on two rows and there is no landscape orientation.