Completed
- Static vs Dynamic
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 - Introduction
- 2 - Android vs iOS, Flutter, React Native, Xamarin, and Web Apps
- 3 - Essential Concepts and Terms
- 4 - Installing Android Studio
- 5 - Installing an Emulator
- 6 - urn on USB Debugging on Android Device
- 7 - Running on a Physical Device
- 8 - Activity Basics
- 9 - Layout Editor Introduction
- 10 - Views and Layouts
- 11 - Intro to Attributes
- 12 - Assigning an ID to our TextView
- 13 - Static vs Dynamic
- 14 - Creating a Button
- 15 - Intro to Methods and onClick Handler
- 16 - Intro to Methods and onClick Handler
- 17 - onClick Event Handler
- 18 - How to Disable Buttons
- 19 - Console Logging with Log.d and Logcat
- 20 - Changing Button Text when Clicked
- 21 - Intro to R Class and FindViewById Method
- 22 - Grabbing a Button with FindViewById and R.id
- 23 - Casting a View in an Expression
- 24 - Getting user Input through EditText
- 25 - Update TextView with Dynamic Output
- 26 - Alert in Android - Toast.makeText
- 27 - Overview of the Basics
- 28 - Hands on Review
- 29 - Intro to Activities
- 30 - How to Launch a New Activity
- 31 - Constraint Layout Basics
- 32 - Should use @string Resource Fix
- 33 - How to Change the Main Activity
- 34 - Changing Activity Title in Code and XML
- 35 - Creating a Back Arrow with parentActivityName
- 36 - Passing Data to Another Activity with putExtra
- 37 - How to Delete an Activity Completely
- 38 - How to Generate Bottom Tabs with Fragments
- 39 - Exploring EditText Types
- 40 - Making Dynamic Activity to Compose a Message
- 41 - Checking Intent for null from putExtra