Introduction
  • Course Outline
Kotlin For Android From Zero to Hero
  • Install The IDE for Learn Kotlin
  • setup the tool that we need
  • what we are going to learn in this section
  • variables in kotlin (data containers)
  • data type and set the type in Kotlin
  • 05- convert Data Types in kotlin
  • get input from the user
  • if else in kotlin
  • 06-when steatment in kotlin
  • math in kotlin
  • first type of function in kotlin
  • second type of function in kotln
  • Last Type of function
  • Array in kotlin
  • ArrayList in kotlin
  • loop part 1 using while
  • loop part 2 using for
  • comments with Kotlin
  • first task
  • second task
  • Finish The Section and Understand Something
Start Work With Android studio
  • Download Android Studio on Mac
  • Download and Install Android Studio
  • 01-Understand the app creation procces in android development
  • 02-Create first Android Project
  • 03-intro to android studio user interface
  • 04-More About Android Studio UI
  • 05-Different Types of Layout
  • 06-second types of layout in android
  • 07-Third Type of Layout in Android
Android Studio With KotlinBasic
  • Android Studio With Kotlin
  • Write The Kotlin Code
  • Run Our First App On an Android Device
  • What we are going to Build
  • Design The First Screen
  • Design The Second Screen
  • Pass Data To the Second Activity
  • Fetch The Data From The second Activity
  • Run Our App
  • Answer a Question
Android Design section
  • what we are going to design
  • Import Images to Android Studio
  • Use The Images That we Imported
  • Add The Images Overlay
  • Add Our Buttons
  • Add the Logo
  • Add Our Inputs
  • Create Custom drawable file
Design Skills Part 2
  • What we are going to design
  • Design The Layout Header
  • Finish The Layout Header
  • Add The Image and the Description
  • Add The Like and the Comment Icon
  • Test Our Design
  • Colors in Action
  • String in Action
Images in Android
  • Design Our Layout in Android
  • Add The Code For the Images App (Kotlin Logic)
  • Fetch The Views
  • Next Image Button
  • Previous Image Button
  • Refactor Out Code
Understand the World of Android
  • Android App Development Digram part 1
  • Android App Development Digram part 2
  • Android App Development Digram part 3
  • Android App Development Digram part 4
  • Android App Development Digram part 5
  • Android App Development Digram part 6
  • Android App Development Digram part 7
Animation in Android
  • what we are going to build
  • add the images animation
  • add the image view for the animation
  • write the kotlin code for the images animation
  • what we are going to build
  • create the drawable file for the overlay gradient
  • put the drawables files together
  • write kotlin code for the gradient animations
  • Run and test our app
  • clean up our code
  • More Types of Animation
  • Using the Animation Utils
  • Test The App
  • The Fade Animation
Audios in Android
  • what we are going to build
  • Import Our Audios
  • Design our Layout
  • Fetch the Buttons And the Audios
  • Create The Play Sound function
  • Add the OnClick for the Buttons