0
How to read and writte files in Android Studio using Kotlin?
Well that's the problem: I have two data class that represents two tables (one comic have many writters) I want to create a CRUD saving the information of this two "tables" in a txt file but I don't know how. Any help is welcome
1 Réponse
+ 14
Use File class
Here is link
https://developer.android.com/training/data-storage/files