Il Forum è consultabile solo in modalità lettura. Per domande o consigli iscriviti al nostro GRUPPO FACEBOOK / COMMUNITY cliccando qui

"Contact saved"

Discussione in 'Development' iniziata da ladis, 8 Set 2009.

  1. ladis

    ladis Baby Droid

    Iscritto:
    24 Ago 2009
    Messaggi:
    1
    "Mi Piace":
    0
    Hello,
    after saving a record set in db, I would like to give a message to the user saying "Your data is saved." How can I implement this message?
    Thanks.
     
  2. blackgin

    blackgin Silver Droid

    Iscritto:
    29 Gen 2009
    Messaggi:
    3.462
    "Mi Piace":
    32
    You can use toast (that little notifications that pop up and disappear automatically)
    You can use:
    Toast.makeText(ExampleClass.this, "Message", duration).show();