Completed
Store Selected Image and get its path
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Android Jetpack Tutorial - 7+ Hours Comprehensive Guide
Automatically move to the next video in the Classroom when playback concludes
- 1 What you will learn
- 2 What is Android Jetpack?
- 3 What you will learn in the paid course
- 4 AndroidX
- 5 Android KTX
- 6 Bottom Navigation
- 7 ViewBinding Intro
- 8 Splash Activity
- 9 Animations
- 10 Creating an App Icon
- 11 Adding a Menu
- 12 Layouts Overview
- 13 LinearLayout
- 14 Constraint Layouts chain styles
- 15 ConStraintLayout
- 16 Relative Layout
- 17 FrameLayout Design
- 18 AddUpdateActivity part 1
- 19 AddUpdateActivity part 2
- 20 AddUpdateActivity part 3
- 21 Select Image click event
- 22 Select Image Click event part 2
- 23 Dexter, Permissions, AlertDialogs
- 24 Taking a Foto and assigning it to an ImageView
- 25 Selecting an image from Gallery
- 26 Glide Demo
- 27 Using Glide for Images
- 28 Store Selected Image and get its path
- 29 RecyclerView and Adapter with ViewBinding
- 30 Selecting Elements from our lists
- 31 Setting up the Entity
- 32 Setting up DAO insert
- 33 - Setting up the Room Database
- 34 - Setting up the Repository
- 35 - Setting up the ViewModel as well as the application
- 36 - Inserting Data using ViewModel
- 37 - Retrieve Data from Room Database
- 38 - Displaying the Dishes in a RecyclerView grid
- 39 - Refactoring the app a little
- 40 - Outro