وب سایت تخصصی شرکت فرین
دسته بندی دوره ها

Kotlin | Develop Android Apps with Kotlin & Jetpack Compose

سرفصل های دوره

Android App Development | Learn Android Development, Develop Apps with Kotlin & modernize its UI with Jetpack Compose


1. Introduction to Kotlin Develop Android Apps with Kotlin & Jetpack Compose
  • 1. What You Will Learn In My Kotlin Course
  • 2. Kotlin Overview
  • 3. Android Ecosystem
  • 4. Basic Programming Terms
  • 5. Project Files.html
  • 6. FAQ about Kotlin For Android Development Learn Kotlin From Scratch.html
  • 7. Quiz.html

  • 2. Environment Setup in Android Studio Kotlin
  • 1. Java Development Kit (JDK) Installation
  • 2. Android Studio Installation - Part 1
  • 3. Android Studio Installation - Part 2
  • 4. Android Studio Interface
  • 5. Quiz.html

  • 3. Fundamentals of Kotlin
  • 1. First Kotlin Program
  • 2. Variables in Kotlin
  • 3. Data Types in Android Kotlin
  • 4. Type Conversions
  • 5. String Data Types
  • 6. Arrays in android app (kotlin)
  • 7. ArrayList
  • 8. Set
  • 9. Map
  • 10. Quiz.html

  • 4. Operators
  • 1. Arithmetic Operators
  • 2. Assignment Operators
  • 3. Unary Operators
  • 4. Equality and Relational Operators in ktln
  • 5. Conditional Operators in kotlin
  • 6. Operator Precedence in Kotlin
  • 7. The rangeTo() Function and in operator
  • 8. Console Input
  • 9. Quiz.html

  • 5. Control Flow Statements in Kotlin
  • 1. If-Else Statement
  • 2. If-Else - If Ladder Statement, Nested If Statement
  • 3. Kotlin When Statement
  • 4. Quiz.html

  • 6. Loops
  • 1. Kotlin For and For Each Loops
  • 2. Kotlin While and Infinite Loop
  • 3. Kotlin Do-While Loop
  • 4. Quiz.html

  • 7. Functions
  • 1. Kotlin Functions
  • 2. Types of Functions
  • 3. Quiz.html

  • 8. Kotlin Object Oriented Programming (OOP)
  • 1. Object and Class in Kotlin
  • 2. Access (Visibility) Modifiers
  • 3. Naming Convention
  • 4. Constructor - Part 1
  • 5. Constructor - Part 2
  • 6. Encapsulation
  • 7. Inheritance
  • 8. Function Overriding
  • 9. Abstract Classes
  • 10. Interfaces
  • 11. Quiz.html

  • 9. Introduction to Android App Development with Jetpack Compose
  • 1. What will you learn in this course in this Jetpack Compose Course
  • 2. Why Jetpack Compose
  • 3. Kotlin Overview
  • 4. Some Information about Android Ecosystem
  • 5. Basic Android App Development Programming Terms
  • 6. Quiz.html

  • 10. Environment Setup
  • 1. Installing Java on Windows
  • 2. Installing Java on Mac
  • 3. Installing Android Studio - Part 1
  • 4. Installing Android Studio - Part 2

  • 11. More About the Android Studio
  • 1. First Project in Android Studio
  • 2. Android Studio Interface
  • 3. Installing Android Virtual Device (AVD - Emulator)
  • 4. Enabling Virtualization (VT-x or AMD-V, SVM) in BIOS.html
  • 5. General Information About Gradle Build System
  • 6. Introduction to Manifest File
  • 7. Introduction to resources
  • 8. Quiz.html

  • 12. Components in Jetpack Compose
  • 1. Layouts in Android Jetpack Compose (Column - Row - Box)
  • 2. Arrangements and Alignments
  • 3. Buttons
  • 4. TextField
  • 5. Image
  • 6. CheckBox
  • 7. Radio Buttons
  • 8. Switch
  • 9. Dropdown Menu
  • 10. Quiz.html

  • 13. User Interactions in Jetpack Compose
  • 1. Toast Message
  • 2. Snackbar Message
  • 3. Dialog Message
  • 4. Top App Bar in Compose
  • 5. Options Menu in Jetpack Compose
  • 6. Quiz.html

  • 14. Navigation in Jetpack Compose
  • 1. Navigation in Jetpack Compose - Part 1
  • 2. Navigation in Jetpack Compose - Part 2
  • 3. Navigation in Jetpack Compose - Part 3
  • 4. Navigation in Jetpack Compose - Part 4
  • 5. Quiz.html

  • 15. Lists in Jetpack Compose
  • 1. Introduction to Lists in Jetpack Compose
  • 2. Lazy Column - Part 1
  • 3. Lazy Column - Part 2
  • 4. Lazy Column - Part 3
  • 5. Lazy Column - Part 4
  • 6. Lazy Row
  • 7. Lazy Grid
  • 8. Quiz.html

  • 16. Project 1 TODO List with Jetpack Compose
  • 1. TODO List - Part 1
  • 2. TODO List - Part 2
  • 3. TODO List - Part 3
  • 4. TODO List - Part 4
  • 5. TODO List - Part 5
  • 6. Quiz.html

  • 17. Publishing Your App on Google Play
  • 1. App Release Version
  • 2. Building APK & AAB Files
  • 3. Creating a Google Play Developer Account
  • 4. Publishing the App on Google Play Store
  • 5. Quiz.html

  • 18. Project 2 Math Game with Jetpack Compose
  • 1. Introduction to Math Game Project
  • 2. Design of the First Page
  • 3. Design of the Second Page Part 1
  • 4. Design of the Second Page Part 2
  • 5. Creating Game Logic Part 1
  • 6. Creating Game Logic Part 2
  • 7. Creating Count Down Timer
  • 8. Creating the Result Page
  • 9. Quiz.html

  • 19. What we have learned in this Jetpack Compos Course
  • 1. What we have learned in this Jetpack Compose Course

  • 20. Introduction to Android App Development Course with Kotlin
  • 1. What will you learn in this course
  • 2. Kotlin Overview
  • 3. Some Information about Android Ecosystem
  • 4. Basic Programming Terms
  • 5. Quiz.html

  • 21. Android Studio Interface
  • 1. Android Studio Interface
  • 2. Installing Android Virtual Device (AVD - Emulator)
  • 3. Enabling Virtualization (VT-x or AMD-V, SVM) in BIOS.html
  • 4. Installing Genymotion Emulator
  • 5. General Information About Gradle Build System
  • 6. Introduction to Manifest File
  • 7. Introduction to resources (Strings, Drawables etc)
  • 8. Quiz.html

  • 22. Android Components
  • 1. Layouts
  • 2. Constraint Layout
  • 3. Textviews
  • 4. Buttons
  • 5. Edittexts
  • 6. ImageView
  • 7. CheckBox
  • 8. Radio Buttons
  • 9. Toggle Buttons
  • 10. Spinner
  • 11. Quiz.html

  • 23. User Interactions
  • 1. Toast Messages
  • 2. Snackbar Messages
  • 3. Dialog Messages
  • 4. Quiz.html

  • 24. Lists & Views
  • 1. ListView
  • 2. Recycler View - Part 1
  • 3. Recycler View - Part 2
  • 4. GridView
  • 5. Scroll View
  • 6. WebView
  • 7. Quiz.html

  • 25. Intent and Lifecycles
  • 1. Intent
  • 2. Application Lifecycle
  • 3. Activity Lifecycle
  • 4. Fragment Lifecycle
  • 5. Services in Android
  • 6. Receivers
  • 7. Android View Binding
  • 8. Quiz.html

  • 26. SharedPreferences and Data Saving
  • 1. SharedPreferences Class
  • 2. Saving Data Local Memory
  • 3. Calling Back Data
  • 4. Quiz.html

  • 27. Device Compatibility in android 12 app development
  • 1. Multiple Language Support in android development
  • 2. Supporting Different Pixel Densities
  • 3. Support Different Screen Sizes
  • 4. Quiz.html

  • 28. Project 1
  • 1. To Do List
  • 2. Quiz.html

  • 29. Android Project 2 Math Game - Kotlin
  • 1. Math Game - Part 1
  • 2. Math Game - Part 2
  • 3. Math Game - Part 3
  • 4. Math Game - Part 4
  • 5. Math Game - Part 5
  • 6. Math Game - Part 6
  • 7. Quiz.html

  • 30. Tips and Tricks
  • 1. Tips and Tricks

  • 31. Extra
  • 1. Kotlin Develop Android Apps with Kotlin & Jetpack Compose.html
  • 53,700 تومان
    بیش از یک محصول به صورت دانلودی میخواهید؟ محصول را به سبد خرید اضافه کنید.
    خرید دانلودی فوری

    در این روش نیاز به افزودن محصول به سبد خرید و تکمیل اطلاعات نیست و شما پس از وارد کردن ایمیل خود و طی کردن مراحل پرداخت لینک های دریافت محصولات را در ایمیل خود دریافت خواهید کرد.

    ایمیل شما:
    تولید کننده:
    شناسه: 24015
    حجم: 15566 مگابایت
    مدت زمان: 1726 دقیقه
    تاریخ انتشار: 12 آذر 1402
    طراحی سایت و خدمات سئو

    53,700 تومان
    افزودن به سبد خرید