Question

Je suis en train de montrer des toasts sur l'insertion de contenu dans la base de données. puis il termine l'activité.

  1. Envoyer mail
  2. Courrier magasin dans Db
  3. Si Successfull montrent Toast pour 10sec
  4. finition
  5. (); Activité et retour au précédent.

Code: http://pastebin.com/6aBjwCFh

Était-ce utile?

La solution

Vous devez show() votre toast à afficher:

Toast.makeText(ComposeActivity.this, "Mail Sent to " + tousername, 10).show();
Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top