Completed
03:27:05 - How to Generate Bottom Tabs with Fragments
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Android App Development in Java All-in-One Tutorial Series
Automatically move to the next video in the Classroom when playback concludes
- 1 00:00:00 - Introduction
- 2 00:04:15 - Android vs iOS, Flutter, React Native, Xamarin, and Web Apps
- 3 00:14:23 - Essential Concepts and Terms
- 4 00:22:01 - Installing Android Studio
- 5 00:28:50 - Installing an Emulator
- 6 00:35:41 - urn on USB Debugging on Android Device
- 7 00:39:00 - Running on a Physical Device
- 8 00:41:32 - Activity Basics
- 9 00:46:13 - Layout Editor Introduction
- 10 00:51:27 - Views and Layouts
- 11 00:55:13 - Intro to Attributes
- 12 01:01:01 - Assigning an ID to our TextView
- 13 01:04:27 - Static vs Dynamic
- 14 01:11:53 - Creating a Button
- 15 01:17:06 - Intro to Methods and onClick Handler
- 16 01:23:10 - Intro to Methods and onClick Handler
- 17 01:32:14 - onClick Event Handler
- 18 01:37:55 - How to Disable Buttons
- 19 01:41:59 - Console Logging with Log.d and Logcat
- 20 01:46:14 - Changing Button Text when Clicked
- 21 01:51:23 - Intro to R Class and FindViewById Method
- 22 01:55:54 - Grabbing a Button with FindViewById and R.id
- 23 02:00:48 - Casting a View in an Expression
- 24 02:04:21 - Getting user Input through EditText
- 25 02:12:27 - Update TextView with Dynamic Output
- 26 02:15:26 - Alert in Android - Toast.makeText
- 27 02:20:52 - Overview of the Basics
- 28 02:29:59 - Hands on Review
- 29 02:38:55 - Intro to Activities
- 30 02:45:13 - How to Launch a New Activity
- 31 02:51:31 - Constraint Layout Basics
- 32 02:59:21 - Should use @string Resource Fix
- 33 03:04:14 - How to Change the Main Activity
- 34 03:07:40 - Changing Activity Title in Code and XML
- 35 03:11:44 - Creating a Back Arrow with parentActivityName
- 36 03:13:45 - Passing Data to Another Activity with putExtra
- 37 03:22:38 - How to Delete an Activity Completely
- 38 03:27:05 - How to Generate Bottom Tabs with Fragments
- 39 03:31:44 - Exploring EditText Types
- 40 03:36:38 - Making Dynamic Activity to Compose a Message
- 41 03:48:54 - Checking Intent for null from putExtra