https://kotlinlang.org logo
Title
u

user

06/24/2022, 6:51 PM
How to send data another page with kotlin? I just started learning Kotlin. I am making an application that saves bank (IBAN) information. I save the information locally using sharedpreferences. I save the information to the list and save it as sharedpreferences. Information is recorded on page 2 and I want to list this recorded information on page 1. I was doing this simply in Flutter, but I couldn't understand how to do it in Kotlin.

https://i.stack.imgur.com/2kzeX.png

<a...