Android – Part 3 – Android App Basics

This app is a little more than the traditional “Hello, world” program that is presented for any new programming language. (Note: In the Android Eclipse environment, you don’t have to write any code to do “Hello, world”. Just create a new Project named “Hello World”, open the .java source code, and save it. This will compile it. ................
................