public void Message(String Msg) { Toast.makeText(AndroidExample.this, Msg.toString(), Toast.LENGTH_SHORT).show(); }
No comments:
Post a Comment