January 2019
Intermediate to advanced
392 pages
10h 11m
English
Create a comment data class named Comment.kt, and here is the sample code:
data class Comment ( @SerializedName("id") var comment: Long?, @SerializedName("text") var text: String?, @SerializedName("postedBy") var profile: Profile?, @SerializedName("accCreatedTime") var accCreatedTime: String? )
Read now
Unlock full access