160 likes | 416 Views
Introduction to Android Development. CS 5115 Fall 2013 September 23. Agenda for today. Quick overview of project presentations Intro to Android Development. http://developer.android.com/training/index.html. Here’s how simple the app is. Define your app to the OS.
E N D
Introduction to Android Development CS 5115 Fall 2013 September 23
Agenda for today • Quick overview of project presentations • Intro to Android Development
Define your app to the OS Java code – make the widgets, handle events Define your UI – widgets, layout Define strings (text) used in your UI
Defining your UI • http://developer.android.com/training/basics/firstapp/building-ui.html • res/layout activity_main.xml
Responding to user actions • http://developer.android.com/training/basics/firstapp/starting-activity.html
What does sendMessage actually do? • Starts a new activity, passes some data to it (the string entered by the user)
This is just the basics! • Now check out all the lessons in: http://developer.android.com/training/index.html • See the navigation pane on the left side