Download presentation
Presentation is loading. Please wait.
Published byReynold Ball Modified over 9 years ago
1
Introduction to Android Programming
2
Essentials Eclipse and Java SDK – http://www.oracle.com/technetwork/java/javase/ downloads/index.html http://www.oracle.com/technetwork/java/javase/ downloads/index.html – http://www.eclipse.org/downloads/ http://www.eclipse.org/downloads/ Android SDK – http://developer.android.com/sdk/index.html http://developer.android.com/sdk/index.html ADT Plugin for Eclipse – http://developer.android.com/sdk/eclipse- adt.html#installing http://developer.android.com/sdk/eclipse- adt.html#installing
3
Hello World http://developer.android.com/resources/tutor ials/hello-world.html http://developer.android.com/resources/tutor ials/hello-world.html – Create AVD – Create a new project – Run the Application
4
Debug/Logging Breakpoints Log Class of Android SDK – http://developer.android.com/reference/android/ util/Log.html http://developer.android.com/reference/android/ util/Log.html Logcat for reading logs
5
Useful pointers http://developer.android.com/guide/developi ng/devices/emulator.html#connecting http://developer.android.com/guide/developi ng/devices/emulator.html#connecting
6
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
7
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
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.