-
00: Overview
-
Overview
-
Assignment 1
-
Assignment 2
-
-
01: Activities
-
Kotlin Context
-
Android Activities
-
-
02: Adapters
-
Kotlin Fundamentals
-
Android Adapters
-
-
03: Models
-
Kotlin Idioms
-
Android Models
-
-
04: Images
-
Kotlin Deep Dive
-
Images
-
-
05: Maps
-
Kotlin Packages & Control Flow
-
GoogleMap Activity
-
-
06: Persistence
-
Kotlin Classes I
-
Persistence
-
-
07: Layouts
-
Kotlin Classes
-
Layouts
-
-
08: Presenters
-
Kotlin Interfaces & Visibility Modifiers
-
Model View Presenter
-
BaseView / BasePresenter
-
-
09: Location
-
Kotlin Extensions, Data & Sealed Classes
-
Last Known Location
-
Current Location Tracking
- Location Overview
-
-
10: Rooms
-
Kotlin
-
AndroidX
-
Rooms
-
-
11: Firebase
-
Firebase Authentication
-
Firebase Database
-
Firebase Storage
-
Kotlin Fundamentals
Kotlin Structure
The fundamental characteristics of the language
Basic Syntax
Rapid tour of the basic syntax of Kotlin
Kotlin Deep Dive
A deep dive into some key Kotlin features: Data Classes & Lambdas
Android Adapters
Android Application Object
This class enables a global application object to be defined, accessible from all activities
Recycler View + Adapters
Managing lists is facilitated by the RecyclerView + Adapters - 2 key patterns in Android development
Lab-02 Adapters
Introduce new activity to display a list of placemarks. Support adding to this list.