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