First Android Application
The application will just display a message on the screen. $ mkdir First $ cd First/ We create a First directory and make it the current working directory. $ android create project –target android-17 –name First \ > –path . –activity MainActivity –package com.shishirkant.first Created directory /home/janbodnar/programming/android/First/src/com/shishirkant/first Added file ./src/com/shishirkant/first/MainActivity.java Created directoryContinue Reading







