Introduction to Android Programming
Essentials Eclipse and Java SDK – downloads/index.html downloads/index.html – Android SDK – ADT Plugin for Eclipse – adt.html#installing adt.html#installing
Hello World ials/hello-world.html ials/hello-world.html – Create AVD – Create a new project – Run the Application
Debug/Logging Breakpoints Log Class of Android SDK – util/Log.html util/Log.html Logcat for reading logs
Useful pointers ng/devices/emulator.html#connecting ng/devices/emulator.html#connecting
Project0 in a nutshell Main thread Initiate other threads Handles GUI (Handler) Server thread Listens for connections on SERVER_PORT Connection thread Handles input and output Try connecting to local host on REDIR_PORT and create connection thread Create server thread and start listening on SERVER_PORT (emulator) and create connection thread if there is any incoming connection
Steps involved Try connecting to local host on REDIR_PORT and create connection thread Create server thread and start listening on SERVER_PORT (emulator) and create connection thread if there is any incoming connection Try connecting to local host on REDIR_PORT and create connection thread Create server thread and start listening on SERVER_PORT (emulator) and create connection thread if there is any incoming connection Local host REDIR_PORT