Member 13535164 Ответов: 0

Я хочу установить изображения из галереи в recycler view adapter android.


I am working on a project where on user input number of card views are generated inside a recycler view and in each of these card views are forms to fill with 2 edit texts and one image , ihave so far got the edit text user input by on textchanged(Text watcher) event and on Bindviewholder i have bind these edit texts values for each adapter position now the problem arises for image, the images that i need to be accessed from gallery or sdcard and needs to open an intent to access gallery, but in adapter class i had problem to access gallery as i was not able to access onActivityresult properly any ideas how to get image from gallery and set on adapter position image view when image view click listener is performed.
В основном на каждом cardviews пользователь должен установить изображение, нажав imageview listener каждой позиции элемента через доступ к галерее и выбрав изображение, которое будет видно на imageview.

Что я уже пробовал:

пытался вызвать onactivity result внутри класса адаптера, но это дает ошибку есть ли способ получить доступ к галерее изображений в классе адаптера recycler.

0 Ответов