Android App Development Bootcamp - Build a portfolio!
- Description
- Curriculum
- FAQ
- Reviews
Android App Development in Java AND Kotlin. From a complete beginner, learn to make real apps, build your portfolio in a modern course with latest best practice!
About this course
The Android Development Bootcamp is a brand new, up-to-date course providing the perfect introduction to the real-world Android concepts and skills required to be a successful Android developer in 2022. Whether you are a complete beginner or are coming from another language or platform, this course will go from setting up and installing Android Studio to building real apps that are useful and look great. You’ll gain a deep understanding of the core important aspects of Android app development, and you will be taught by a fully qualified teacher who made a switch from a completely different career into being a Senior Android Engineer at a major UK company making apps for millions of users.
*Begin by gaining a foundation in XML and Java – move onto Kotlin, Fragments, RecyclerViews and much more*
This course won’t patronise you, or have you copying along typing things you don’t understand. No important concept will be glossed over or taken for granted; no, you will have that deep understanding that leads to mastery.
*A unique Android course that offers a fully integrated curriculum*
Many Android courses teach a few of the concepts in isolation. For example you may see a section on Java separate from the other “Android” sections. But this isn’t how Android works! Android/Java/XML are all so heavily intertwined, with our skills developing in all areas as we gain mastery, so why experience them in isolation?
In this course, you will learn what you need to know, the moment you need to know it! Whether it’s working with layout files, programming in Java, you can be sure the key concepts – from Variables, Classes and Methods through to Inheritance, Interfaces and much more – will be introduced at the moment they are relevant, fitting in seamlessly with the rest of the course.
About me
I am currently employed as a Senior Android Engineer for a major UK company, born and currently living in the north of England, however programming was not where I started my career.
With a successful career behind me as a fully qualified music teacher and professional musician, I made the switch from teaching to software development, teaching myself. I am the proof that you don’t need a computer science degree, or years of commercial experience to be a highly successful Android developer.
What’s more, as I have years of training in teaching, I am highly skilled at breaking down complex topics in ways that are easy to understand and engaging, and I am expert at developing a curriculum where the concepts are introduced in an enjoyable, flowing way, always building upon our existing skills while acquiring new ones.
So, as somebody who decided one day to break into Android app development just like you are at this point, and as a fully qualified teacher, I am uniquely positioned to guide you on your path to also becoming an Android developer, in a way that is fun, carefully designed, engaging, never patronising, and that will get you as excited as I was – and still am – about learning this wonderful skill!
About you (or, course requirements!)
This is the course for you if:
-
You want to make Android apps
-
You are interested in becoming an employed Android developer, a freelancer, launching your own projects, or just want to try your hand at making real mobile apps
-
You have no prior programming experience, or some but from a different language/platform
-
You want a course that teaches you the real tools Android developers and professionals use in the real world, in an integrated curriculum that will give you a deep understanding of all the key concepts an Android developer needs to know to have a successful career
With regards to what you need to be able to take this course, note the following two points:
-
Absolutely zero programming experience is required (although if you have some that’s also fine!) – you will be taught everything you need to know from scratch
-
You need a computer, either PC (Windows) or a Mac, with an internet connection
-
18Java Files & Programming Languages
-
19Starting to program: making the app do something
-
20*Programming Concept* - Variables
-
21Find your views: how the java files know what's in the layout file
-
22Click listeners: make the buttons do something
-
23*Programming Concept* - Methods
-
24Organising the code into methods & Variable Scope
-
25Capturing values from layout Views
-
26Using mathematical operators to calculate BMI & String/int conversions
-
27*Programming Concept* - Conditional Logic ("IF" statements)
-
28Finishing the BMI Calculator
-
31Understanding Android Activities
-
32Building the home screen layout, introducing RelativeLayout
-
33App Dependencies & build.gradle first look
-
34CardView
-
35ScrollView
-
36Creating a new Activity
-
37The Android Manifest
-
38Intents - Moving to a new Activity
-
39ListView
-
40*Programming Concept* - Arrays
-
41*Programming Concept* - For Loops
-
42Creating the array for the Starter DIshes
-
43ArrayAdapter - Adapting our Array into Views
-
44*Programming Concept* - Classes & Objects
-
45Creating the 'Dish' class
-
46Working with a 'Dish' Array
-
47Creating a new Activity class from scratch - Main Courses screen
-
48*Review* - Intents, ListViews, Arrays, ArrayAdapters
-
49Implicit Intents - Moving to another app
-
53Introduction to RecyclerViews
-
54Portfolio App: Project setup and adding dependencies
-
55Adding the RecyclerView to the layout
-
56Creating the RecyclerView item layout
-
57Make the 'Project' class
-
58Creating the 'Project' array
-
59Add the Drawables and use the IDs in java code
-
60*Programming Concept* - Inheritance
-
61*Programming Concept* - Override Methods
-
62Intro to Abstract & the 'toString()' method
-
63*Programming Concept* - Abstract classes and methods
-
64*Bonus Concept* - Polymorphism
-
65The RecyclerView Adapter and ViewHolder
-
66Completing the ProjectsAdapter and ProjectsViewHolder
-
67Finishing Touches Part 1 - Item margin, Image 'scaleType'
-
68Finishing Touches Part 2 - Card Corner Radius, Elevation, Text Styling
-
69The 'tools' namespace in the layout files
-
75Kotlin - Section Overview
-
76Creating a new Kotlin Project / First look at Kotlin code
-
77Why Kotlin?
-
78*Kotlin Foundations* - Variables
-
79Self-Promo App - Building the form layout
-
80TextInputLayout & TextInputEditText
-
81View references in Kotlin & Easier Button ClickListeners
-
82*Programming Concept* - Null
-
83*Kotlin Foundations* - Null Safety
-
84Declaring Class Variables/Properties in Kotlin
-
85Logcat
-
86Debugging