Format a String in Android Studio [closed]

1

I'm trying to format a String that is sent by an attempt to Gmail to send an email ...

This is the part of my code that I want to format:

   Pedido = (Pedido + NombrePedido + "/t "  + CantidadProducto + PrefijoEmail + "\n");

    
asked by Packvt 08.05.2017 в 23:31
source

0 answers