Posts by Rodrigo Lopes • 11 points
1 post
-
1
votes0
answers38
viewsQ: How to show nested part of a json in Kotlin
My class date data class News ( val title: String, val pubDate : String, val link : String, val description : String, val content : String, val categoria : String, val linkImg : String ) My Adapter…