1 / 7

Android UI - Develop and Design

Android UI - Develop and Design. Peter Liu School of ICT, Seneca College. Android UI – Develop and Design. User Experience Overview of Android UI Event Handling of Android Views Code Walkthrough Debugging Android Code. Android App - User Experience.

jonathans
Download Presentation

Android UI - Develop and Design

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Android UI- Develop and Design Peter Liu School of ICT, Seneca College

  2. Android UI – Develop and Design • User Experience • Overview of Android UI • Event Handling of Android Views • Code Walkthrough • Debugging Android Code

  3. Android App - User Experience • What is your “Android” user experience? • Two examples (emulator) • the calculator • the calendar • UI design (beyond the scope of this course) • HOW TO PUT UI COMPONENTS TOGETHER? • course wiki: Android Discovery Zone • stack-based navigation (John Selmys)

  4. Overview of Android UI • http://developer.android.com/guide/topics/ui/index.html • Input Controls • Basic Views (textbook) • TextView, EditText, Button, CheckBox, ToggleButton, RadioButtion • Spinners • Pickers (for date and time) • Menus • Action Bar • Toasts

  5. Event Handling of Views • Code Walkthrough (with my comments) • Basic Views • AutoCompleteTextView • ListView • Spinner View • TimePicker View • DatePickerView • Menus • Source code from the textbook (without comments) • http://www.wrox.com/WileyCDA/WroxTitle/Beginning-Android-4-Application-Development.productCd-1118199545.html

  6. Menus vs Action Bar • course wiki • Android Discovery Zone

  7. Debugging Android Code • WHAT TO DO WHEN THINGS DON’T WORK? • Logging in Android • the LogCat View • Andrew’s question (course wiki) • Lab Exercise

More Related