This blog is intended to be a useful help util for android developers, a kind of buddy if you want. It shall be a guide for those, who are looking for new cool stuff regarding android and its development.
@Override public void onCreate(final Bundle savedInstanceState) { super.onCreate(savedInstanceState); Toast.makeText(this, "Hello world!", Toast.LENGTH_LONG).show(); }
Keine Kommentare:
Kommentar veröffentlichen