Slide 1

Slide 1 text

No content

Slide 2

Slide 2 text

Android Development for Beginners Moyinoluwa Adeyemi April 29 2017

Slide 3

Slide 3 text

Agenda ◉ Who? ◉ What? ◉ Why? ◉ How? ◉ What next?

Slide 4

Slide 4 text

Who? 1

Slide 5

Slide 5 text

Moyinoluwa Adeyemi Android Developer @OffGridE GDG Lagos Co-organizer

Slide 6

Slide 6 text

What? 2

Slide 7

Slide 7 text

No content

Slide 8

Slide 8 text

Android Versions 1.5 - Cupcake 1.6 - Donut 2.1 - Eclair 2.2 - Froyo 2.3 - GingerBread

Slide 9

Slide 9 text

Android Versions 4.0 - Ice-cream Sandwich 4.1 - Jelly Bean 4.4 - Kitkat 3.0 - Honeycomb

Slide 10

Slide 10 text

Android Versions 6.0 - Marshmallow 7.0 - Nougat 5.0 - Lollipop

Slide 11

Slide 11 text

Why? 3

Slide 12

Slide 12 text

Why Android? Go from to real fast

Slide 13

Slide 13 text

Why Android? Go from to real fast

Slide 14

Slide 14 text

How? 4

Slide 15

Slide 15 text

Go from to real fast Image Credit: Udacity

Slide 16

Slide 16 text

Layouts LinearLayout RelativeLayout GridLayout StaggeredGrid Layout

Slide 17

Slide 17 text

Layouts Constraint Layout FlowLayout

Slide 18

Slide 18 text

Views StatusBar TextView FloatingActionButton ImageView

Slide 19

Slide 19 text

Getting started Android Studio 2.3 + +

Slide 20

Slide 20 text

Code Samples 3

Slide 21

Slide 21 text

Code Samples public class MainActivity extends AppCompatActivity { @Override protected void onCreate (Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_main); } } Interacting with the views through Java code

Slide 22

Slide 22 text

Code Samples Layout file

Slide 23

Slide 23 text

What next? 5

Slide 24

Slide 24 text

● Publish app on Google Play ● Meetups ● Blogposts

Slide 25

Slide 25 text

Useful Links ◉ Android developer documentation ◉ https://www.udacity.com/course/android-de velopment-for-beginners--ud837 ◉ Stackoverflow ◉ https://developers.google.com/groups/

Slide 26

Slide 26 text

Questions?

Slide 27

Slide 27 text

Find me online! @moyheen @moyinoluwa @moyheen Moyinoluwa Adeyemi Android @OffGridE GDG Lagos co-organizer

Slide 28

Slide 28 text

◉ Got Questions?: ◉ Contact inform ◉ We love feedback: https://goo.gl/pcLs18 ◉ Follow us: Africode (facebook) @therealafricode (twitter / instagram) ◉ Website: africode.org Thanks!