Born on 23rd September 2008 - Dartmouth Computer Sciencecampbell/cs65/cs65intro.pdf · Also known...

21
Born on 23rd September 2008 CS65/165 Smartphone Programming 1

Transcript of Born on 23rd September 2008 - Dartmouth Computer Sciencecampbell/cs65/cs65intro.pdf · Also known...

Page 1: Born on 23rd September 2008 - Dartmouth Computer Sciencecampbell/cs65/cs65intro.pdf · Also known as Samsung Google Galaxy Nexus 19250 , Samsung Google Nexus 3 GENERAL BODY DISPLAY

Born on 23rd September 2008

CS65/165 Smartphone Programming

1

Page 2: Born on 23rd September 2008 - Dartmouth Computer Sciencecampbell/cs65/cs65intro.pdf · Also known as Samsung Google Galaxy Nexus 19250 , Samsung Google Nexus 3 GENERAL BODY DISPLAY

what beauty

2

Page 3: Born on 23rd September 2008 - Dartmouth Computer Sciencecampbell/cs65/cs65intro.pdf · Also known as Samsung Google Galaxy Nexus 19250 , Samsung Google Nexus 3 GENERAL BODY DISPLAY

my first love

Born on 9 January 2007

3

Page 4: Born on 23rd September 2008 - Dartmouth Computer Sciencecampbell/cs65/cs65intro.pdf · Also known as Samsung Google Galaxy Nexus 19250 , Samsung Google Nexus 3 GENERAL BODY DISPLAY

some factoids

4

Page 5: Born on 23rd September 2008 - Dartmouth Computer Sciencecampbell/cs65/cs65intro.pdf · Also known as Samsung Google Galaxy Nexus 19250 , Samsung Google Nexus 3 GENERAL BODY DISPLAY

What’s in a smartphone - the hardware inside?

And, why is it such a revolutionary device?

What software runs on phones?

How to I code apps and distribute them to the masses?

Oh, and I do I get rich... quickly.

Where is does the vision lead? End of smartphone era!!

5

Page 6: Born on 23rd September 2008 - Dartmouth Computer Sciencecampbell/cs65/cs65intro.pdf · Also known as Samsung Google Galaxy Nexus 19250 , Samsung Google Nexus 3 GENERAL BODY DISPLAY

what’s under the hood?

6

Page 7: Born on 23rd September 2008 - Dartmouth Computer Sciencecampbell/cs65/cs65intro.pdf · Also known as Samsung Google Galaxy Nexus 19250 , Samsung Google Nexus 3 GENERAL BODY DISPLAY

The naked iPhone 3GS7

Page 8: Born on 23rd September 2008 - Dartmouth Computer Sciencecampbell/cs65/cs65intro.pdf · Also known as Samsung Google Galaxy Nexus 19250 , Samsung Google Nexus 3 GENERAL BODY DISPLAY

The naked Android Nexus 4

8

Page 9: Born on 23rd September 2008 - Dartmouth Computer Sciencecampbell/cs65/cs65intro.pdf · Also known as Samsung Google Galaxy Nexus 19250 , Samsung Google Nexus 3 GENERAL BODY DISPLAY

The naked Android Nexus 4

9

Page 10: Born on 23rd September 2008 - Dartmouth Computer Sciencecampbell/cs65/cs65intro.pdf · Also known as Samsung Google Galaxy Nexus 19250 , Samsung Google Nexus 3 GENERAL BODY DISPLAY

10

Page 11: Born on 23rd September 2008 - Dartmouth Computer Sciencecampbell/cs65/cs65intro.pdf · Also known as Samsung Google Galaxy Nexus 19250 , Samsung Google Nexus 3 GENERAL BODY DISPLAY

Things you can do11

Page 12: Born on 23rd September 2008 - Dartmouth Computer Sciencecampbell/cs65/cs65intro.pdf · Also known as Samsung Google Galaxy Nexus 19250 , Samsung Google Nexus 3 GENERAL BODY DISPLAY

what’s your favorite app?

12

Page 13: Born on 23rd September 2008 - Dartmouth Computer Sciencecampbell/cs65/cs65intro.pdf · Also known as Samsung Google Galaxy Nexus 19250 , Samsung Google Nexus 3 GENERAL BODY DISPLAY

Learning to program phonesSix thematic labs (MyRuns)

Group continuous Sensing app

13

Page 14: Born on 23rd September 2008 - Dartmouth Computer Sciencecampbell/cs65/cs65intro.pdf · Also known as Samsung Google Galaxy Nexus 19250 , Samsung Google Nexus 3 GENERAL BODY DISPLAY

Built the UI

Database (SQLite) and adapters

Maps, location (GPS) and services

Motion sensors and exercising stats

Cloud side using AppEngine

MyRuns app

14

Page 15: Born on 23rd September 2008 - Dartmouth Computer Sciencecampbell/cs65/cs65intro.pdf · Also known as Samsung Google Galaxy Nexus 19250 , Samsung Google Nexus 3 GENERAL BODY DISPLAY

accelerometer!

compass!

gyroscope!

light!

proximity!

near-field!barometer!

front/back cameras!

microphone! location!

radios!

emotion!

air quality!

15

Page 16: Born on 23rd September 2008 - Dartmouth Computer Sciencecampbell/cs65/cs65intro.pdf · Also known as Samsung Google Galaxy Nexus 19250 , Samsung Google Nexus 3 GENERAL BODY DISPLAY

accelerometer

activity! sitting

standing

walking

running

16

Page 17: Born on 23rd September 2008 - Dartmouth Computer Sciencecampbell/cs65/cs65intro.pdf · Also known as Samsung Google Galaxy Nexus 19250 , Samsung Google Nexus 3 GENERAL BODY DISPLAY

gyroscope, barometer, compass

+ +

17

Page 18: Born on 23rd September 2008 - Dartmouth Computer Sciencecampbell/cs65/cs65intro.pdf · Also known as Samsung Google Galaxy Nexus 19250 , Samsung Google Nexus 3 GENERAL BODY DISPLAY

collocation nets (BlueTooth)

18

Page 19: Born on 23rd September 2008 - Dartmouth Computer Sciencecampbell/cs65/cs65intro.pdf · Also known as Samsung Google Galaxy Nexus 19250 , Samsung Google Nexus 3 GENERAL BODY DISPLAY

making sense of data

Classification pipeline!

raw sensor!data!

extracted!features!

classification!inference!

19

Page 20: Born on 23rd September 2008 - Dartmouth Computer Sciencecampbell/cs65/cs65intro.pdf · Also known as Samsung Google Galaxy Nexus 19250 , Samsung Google Nexus 3 GENERAL BODY DISPLAY

Teams of twogroup projects

20

Page 21: Born on 23rd September 2008 - Dartmouth Computer Sciencecampbell/cs65/cs65intro.pdf · Also known as Samsung Google Galaxy Nexus 19250 , Samsung Google Nexus 3 GENERAL BODY DISPLAY

android architecture21