Sunday, March 1, 2015

Display a simple Toast

Hello everybody, I've created this blog to develop, curate and share several important code snippets and log my daily progress as I march into the world of android programming.

So let's start this journey by making a simple toast. :)

Toast.makeText(getApplicationContext(), "Hello World", Toast.LENGTH_SHORT).show();

No comments:

Post a Comment