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

"Contact saved"

Discussion in 'Development' started by ladis, Sep 8, 2009.

  1. ladis

    ladis Baby Droid

    Joined:
    Aug 24, 2009
    Messages:
    1
    Likes Received:
    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

    Joined:
    Jan 29, 2009
    Messages:
    3,462
    Likes Received:
    32
    You can use toast (that little notifications that pop up and disappear automatically)
    You can use:
    Toast.makeText(ExampleClass.this, "Message", duration).show();