Thursday, 20 March 2014

showing Toast message in android

showing toast message in android

private Context ctxl;
           public void whatValueisThere(String value)
           {
              ctxl = this;
              Toast.makeText(ctxl,
                            value,
                            Toast.LENGTH_LONG).show();

           }

No comments:

Post a Comment