Unable to fetch the list column of AWS DynamoDB in Android Kotlin
I am developing an Android application using Kotlin and AWS DynamoDB. I am new to both technologies. What I am doing now is I am trying to scan data from a table of DynamoDB. I know how to scan it. But the problem is that one of the column has List data type.
I have a table called item with the following columns.
https://i.stack.imgur.com/wt49f.png▾
Please, pay attention to the Images field.
In Kotlin Android, I scan the table like this.
val...