<How can pass data from recyclerview to New Activi...
# stackoverflow
u
How can pass data from recyclerview to New Activity hi i want parse my data in to new activity . I did this but it doesn't work properly and it doesn't transfer data You can see my code below my adapter ItemViewAdapter.kt package com.example.app.adapter import android.content.Context import android.content.Intent import android.view.LayoutInflater import android.view.View import android.view.ViewGroup import android.widget.TextView import androidx.recyclerview.widget.RecyclerView import com.example.app.R import...