How do I substitute an array with String Build data?

  • Thread starter Thread starter AC Question
  • Start date Start date
A

AC Question

How to substitute an array with String Build data.

How to redefine
GridView gridView; I have calculated data encapsulated with double quotes and delimited by commas.

static final String[] numbers = new String[] {
"A", "B", "C", "D", "E",
"F", "G", "H", "I", "J",
"K", "L", "M", "N", "O",
"P", "Q", "R", "S", "T",
"U", "V", "W", "X", "Y", "Z"}; with sb or (my string builder)
 
Re: How to substitute an array with String Build data.

Your question seems better suited for the Android Developers section of the forum. You may need to register a (free) account to post in there.
 

Forum statistics

Threads
955,923
Messages
6,966,102
Members
3,163,428
Latest member
blanke