El paso a paso o código que encontrarás en este post es la solución más rápida y válida que encontramos a esta duda o dilema.
Ejemplo: string longitud en android studio
text = et.getText().toString();if(text ==null|| text.length()<3|| text.length >8)
tv.setText("Invalid length, should be from 3 to 8 characters. Please check your code");else
a = text.substring(0,1);
b = text.substring(1,2);
c = text.substring(3,4);if(text.length()>3)
d = text.substring(4);else
d =null;
¡Haz clic para puntuar esta entrada!
(Votos: 0 Promedio: 0)