<send parameter from activity to kotlin> i´m trayi...
# stackoverflow
u
send parameter from activity to kotlin i´m traying to send parameter to fragment. I´m using Volley Class to get data from my db with mysql. I´m transform my response in jsonObject and create my arguments: val stringRequest: StringRequest = object : StringRequest( Method.POST, EndPoint.URL, Response.Listener { response -> try { val jsonObject = JSONObject(response) if (jsonObject != null) { val dataJson: JSONObject =...