how to parse json data like image in recycleview into new activity kotlin
i parse json data from https://dummyjson.com/products into recycleview . it show product list . then i set onclcik listener on item and parse image and description, price into new activity . The price and description is parse into new activity…