Android Tutorial Hello World - Video example

The following video is an example of creating a hello world application: YouTube - ‪Basic4android - Hello world‬‏

Note that there is one step missing in the video. When you first run your program it asks you to enter your application package name and your application label name.

The package name is a unique identifier for your application.
For example:
anywheresoftware.b4a.samples.helloworld

The label name is the text that will appear under your application icon.
 
Top