Android How to get first character of string? [closed] August 3, 2023 by Tarik String test = "StackOverflow"; char first = test.charAt(0);