-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Nate Ebel edited this page Jul 19, 2022
·
25 revisions
Welcome to the android-bootcamp wiki!
- Lab 1: Deploying Your First Android App
- Lab 2: Introducing Kotlin for Android
- Lab 3: Exploring Kotlin Fundamentals
- Lab 4: Building a Counter App
- Lab 5: Working with Activities and Fragments
- Lab 6: Building a Navigation Graph
- Lab 7: Building a Complex User Interface
- Lab 8: Validating Inputs and Restoring State
- Lab 9: Customizing the Look and Feel of Our Application
- Lab 10: MVVM with Android Jetpack
- Lab 11: Displaying List Data with RecyclerView
- Lab 12: Fetch data from a network
- Lab 13: Saving User Data Using DataStore
- Lab 14: Building a CRUD Working Using Room
- Lab 15: Implementing a Service for Background Upload
- Lab 16: Using WorkManager for Background Tasks
- Lab 17: Using Explicit and Implicit Intents
- Lab 18: Integrating a Web App into Your Application
- Lab 19: Create a new Jetpack Compose app
- Lab 20: UI Architecture with Jetpack Compose
- Lab 21: Working with Permissions
- Lab 22: Building an Android Test Suite