Android workshop week2

19
Android workshop part 2 Welcome! Jim Clermonts |Electrical Engineer 1 [email protected] @JimClermonts tance | Lifecycle | Stack | Linking | Object | Listening | Interface |

description

Workshop I did for electrical engineering students with no OOP or Android knowledge to make a very simple app.

Transcript of Android workshop week2

Page 1: Android workshop week2

1

Android workshop part 2

Welcome!

Jim Clermonts |Electrical Engineer

[email protected]

@JimClermonts

Library | Inheritance | Lifecycle | Stack | Linking | Object | Listening | Interface | Strings | Intents

Page 2: Android workshop week2

2

Last week

Library | Inheritance | Lifecycle | Stack | Linking | Object | Listening | Interface | Strings | Intents

Page 3: Android workshop week2

3

Android & Java library

Library | Inheritance | Lifecycle | Stack | Linking | Object | Listening | Interface | Strings | Intents

Page 4: Android workshop week2

4Library | Inheritance | Lifecycle | Stack | Linking | Object | Listening | Interface | Strings | Intents

Page 5: Android workshop week2

5

Inheritance

Super class

Sub class

1

23

45

Library | Inheritance | Lifecycle | Stack | Linking | Object | Listening | Interface | Strings | Intents

Page 6: Android workshop week2

6

Android lifecycle

Library | Inheritance | Lifecycle | Stack | Linking | Object | Listening | Interface | Strings | Intents

Page 7: Android workshop week2

7

StackingonCreate()

onPause()

onDestroy()

Library | Inheritance | Lifecycle | Stack | Linking | Object | Listening | Interface | Strings | Intents

Page 8: Android workshop week2

8

Identity.java

etUsername : EditText etPassword : EditTextbtnLogin : Button

identity.xml

usernameFieldpasswordFieldloginButton

Linking

Library | Inheritance | Lifecycle | Stack | Linking | Object | Listening | Interface | Strings | Intents

Page 9: Android workshop week2

9

Linking

Ctrl + Space:

Library | Inheritance | Lifecycle | Stack | Linking | Object | Listening | Interface | Strings | Intents

Page 10: Android workshop week2

10

Primitive vs Reference variables

ByteShortIntLongFloatDoubleBooleanchar

EditTextButtonAccountScannerEtc….

Library | Inheritance | Lifecycle | Stack | Linking | Object | Listening | Interface | Strings | Intents

Page 11: Android workshop week2

11

Object

Library | Inheritance | Lifecycle | Stack | Linking | Object | Listening | Interface | Strings | Intents

Page 12: Android workshop week2

12

Listening

Library | Inheritance | Lifecycle | Stack | Linking | Object | Listening | Interface | Strings | Intents

Page 13: Android workshop week2

13

Listening

Library | Inheritance | Lifecycle | Stack | Linking | Object | Listening | Interface | Strings | Intents

Page 14: Android workshop week2

14

Interface

<<Interface>>

Library | Inheritance | Lifecycle | Stack | Linking | Object | Listening | Interface | Strings | Intents

Page 15: Android workshop week2

15

View class

Create OnClickListener Object

Listen on login button

Parameter is a OnClickListener Object!

Inherit the methods!

Library | Inheritance | Lifecycle | Stack | Linking | Object | Listening | Interface | Strings | Intents

Page 16: Android workshop week2

16

Last step:

Library | Inheritance | Lifecycle | Stack | Linking | Object | Listening | Interface | Strings | Intents

Page 17: Android workshop week2

17

Strings

Library | Inheritance | Lifecycle | Stack | Linking | Object | Listening | Interface | Strings | Intents

Page 18: Android workshop week2

18

Intents

Library | Inheritance | Lifecycle | Stack | Linking | Object | Listening | Interface | Strings | Intents

Page 19: Android workshop week2

19

…0.0001% covered

“Workshop style” “Reference book”

1 2 3

Library | Inheritance | Lifecycle | Stack | Linking | Object | Listening | Interface | Strings | Intents