<LazyVericalGirld prints index of data rather than...
# stackoverflow
u
LazyVericalGirld prints index of data rather than value Good day, Currently learning android development by developing a "simple" calculator application. Using the LazyVeritcalGrid, i want to accept string data and display it in a text. the issue i am having is that instead of the actually string to be displayed, i'm getting the index number of the string when i add a .toString to the this is the code below //The list data val data = listOf( "AC", "+-", "%", "\u00F7", "7",...