Upgrade to Pro — share decks privately, control downloads, hide ads and more …

CodePath Mobile App Development - Week 1

Caren
February 08, 2020

CodePath Mobile App Development - Week 1

Caren

February 08, 2020
Tweet

More Decks by Caren

Other Decks in Education

Transcript

  1. Welcome to CodePath’s
    Mobile App Design Week 1!
    Make sure you’re muted
    Turn on your webcam!
    Feel free to talk in the room chat

    View Slide

  2. • Intros
    • Why mobile and Android?
    • Course schedule and expectations
    • Breaking down Android apps
    • Quick break!
    • Setting yourself up for success
    • Debugging
    Agenda

    View Slide

  3. Intros!

    View Slide

  4. Why mobile?

    View Slide

  5. Why mobile?

    View Slide

  6. Why mobile?

    View Slide

  7. • 80% of adults in the world own a
    smartphone
    Why
    mobile?

    View Slide

  8. • 80% of adults in the world own a
    smartphone
    • Estimated 1 out of 3 human beings
    today own a smartphone
    Why
    mobile?

    View Slide

  9. • 80% of adults in the world own a
    smartphone
    • Estimated 1 out of 3 human beings
    today own a smartphone
    • Mobile internet usage has taken
    over desktop internet usage since
    2015
    Why
    mobile?

    View Slide

  10. • 80% of adults in the world own a
    smartphone
    • Estimated 1 out of 3 human beings
    today own a smartphone
    • Mobile internet usage has taken
    over desktop internet usage since
    2015
    • Many companies are mobile-first
    focused
    Why
    mobile?

    View Slide

  11. • 80% of adults in the world own a
    smartphone
    • Estimated 1 out of 3 human beings
    today own a smartphone
    • Mobile internet usage has taken
    over desktop internet usage since
    2015
    • Many companies are mobile-first
    focused
    • Average salary for mobile
    developer in the US is $122k, and
    $157k in San Francisco
    Why
    mobile?

    View Slide

  12. Why
    Android?

    View Slide

  13. • There’s an estimated 2.5 billion
    active Android devices
    Why
    Android?

    View Slide

  14. • There’s an estimated 2.5 billion
    active Android devices
    • Over half of all smartphones in
    the world are running Android
    Why
    Android?

    View Slide

  15. • There’s an estimated 2.5 billion
    active Android devices
    • Over half of all smartphones in
    the world are running Android
    • Huge demand with short
    supply of Android developers
    Why
    Android?

    View Slide

  16. • There’s an estimated 2.5 billion
    active Android devices
    • Over half of all smartphones in
    the world are running Android
    • Huge demand with short
    supply of Android developers
    • Android is used in all kinds of
    devices! Cars, watches,
    refrigerators, ovens, …
    Why
    Android?

    View Slide

  17. Goals for the course

    View Slide

  18. Goals for the course
    • Gain a better understanding of the tech industry

    View Slide

  19. Goals for the course
    • Gain a better understanding of the tech industry
    • Learn how to build Android apps

    View Slide

  20. Goals for the course
    • Gain a better understanding of the tech industry
    • Learn how to build Android apps
    • Connect with other students

    View Slide

  21. Goals for the course
    • Gain a better understanding of the tech industry
    • Learn how to build Android apps
    • Connect with other students
    What is your personal
    goal for the next 8 weeks?

    View Slide

  22. Course format

    View Slide

  23. Course format
    • Coding labs
    • Lecture about technical topics
    • Work on Flashcard app

    View Slide

  24. Course format
    • Coding labs
    • Lecture about technical topics
    • Work on Flashcard app
    • Panels
    • Hear from industry experts about their roles
    • Ask questions about their journey!

    View Slide

  25. Course format
    • Coding labs
    • Lecture about technical topics
    • Work on Flashcard app
    • Panels
    • Hear from industry experts about their roles
    • Ask questions about their journey!
    • Group activities
    • Work with other students to brainstorm ideas and collaborate

    View Slide

  26. • Week 1: Intro / Debugging
    • Week 2: Flashcard app (Building Screens)
    • Week 3: Panel
    • Week 4: Flashcard app (Handling user interaction)
    • Week 5: Flashcard app (Saving data)
    • Week 6: Panel
    • Week 7: Flashcard app (Styling and animations)
    • Week 8: Building a prototype!

    View Slide

  27. Communication
    • Course Portal

    View Slide

  28. Communication
    • Course Portal
    • Slack channel
    @android-help

    View Slide

  29. Breaking down apps

    View Slide

  30. What makes a good app?

    View Slide

  31. What makes a good app?
    • Is it easy to use?
    • Is it fun to use?

    View Slide

  32. What makes a bad app?

    View Slide

  33. What makes a bad app?
    • Hard to use
    • Buggy and crashes a lot

    View Slide

  34. Let’s Discuss!
    What makes a good app?

    View Slide

  35. • Breakout rooms
    • 5 minutes: Introduce yourselves
    • 5-10 minutes: 2-3 good apps, 2-3 bad apps
    • 10 minutes: why are they good / bad?
    • Regroup after 25 minutes
    Let’s Discuss!
    What makes a good app?

    View Slide

  36. Break!

    View Slide

  37. Learning to program is hard. And building apps
    is hard. You’ll feel discouraged when you can’t
    get something to work just right. You’ll feel
    frustrated when you’ve been stuck for hours on
    the same problem. And you may want to quit when
    you don’t understand something.

    View Slide

  38. Learning to program is hard. And building apps
    is hard. You’ll feel discouraged when you can’t
    get something to work just right. You’ll feel
    frustrated when you’ve been stuck for hours on
    the same problem. And you may want to quit when
    you don’t understand something.

    But it gets easier. It turns into a puzzle. You’ll
    experience a rush of adrenaline when you hit the
    Run button and your app works. You’ll smile when
    you write code that runs perfectly on the first try. And
    you’ll celebrate when your first app goes live.

    View Slide

  39. Set yourself up for success!

    View Slide

  40. Set yourself up for success!
    • Android development is hard!

    View Slide

  41. Set yourself up for success!
    • Android development is hard!
    • Utilize your resources!
    • Google!!
    • Ask for help after 30 minutes of being stuck

    View Slide

  42. Set yourself up for success!
    • Android development is hard!
    • Utilize your resources!
    • Google!!
    • Ask for help after 30 minutes of being stuck
    • Understand your code

    View Slide

  43. Set yourself up for success!
    • Android development is hard!
    • Utilize your resources!
    • Google!!
    • Ask for help after 30 minutes of being stuck
    • Understand your code
    • Everybody is going to go at their own pace

    View Slide

  44. Debugging
    • Understanding build errors
    • Understanding crash logs
    • Print statements

    View Slide

  45. Debugging
    • Invalidating caches / restart

    View Slide