Code Morning
Code Morning
  • 75
  • 18 355
Kotlin Encapsulation: The Secret to Cleaner Code
Unlock the power of Kotlin encapsulation in this comprehensive video, "Kotlin Encapsulation - Keep Your Data Safe with OOP Principles (2024)." Discover how to effectively protect your data using object-oriented programming (OOP) principles and learn why encapsulation is crucial for building robust applications.
In this tutorial, we will cover:
- The fundamentals of encapsulation in Kotlin
- How to use access modifiers to safeguard your data
- Real-world examples demonstrating the importance of encapsulation
- Best practices for implementing encapsulation in your Kotlin projects
Whether you're a beginner or looking to enhance your Kotlin programming skills, this video will provide the knowledge you need to keep your data safe and secure. Join us as we dive deep into encapsulation and its role in OOP, ensuring your applications are not only functional but also maintainable and secure.
📚 Perfect for developers of all levels looking to master Kotlin! Hit that play button and start your journey today!
Join us as we simplify Kotlin concepts and empower you to write cleaner, more efficient code.
▬ Contents of this video ▬▬▬▬▬▬▬▬▬▬
0:00 Introduction
0:25 What is Encapsulation?
1:09 Practical Examples
4:21 Visibility Modifiers
7:41 Getters and Setters
9:21 Exercise for Viewers
9:38 Conclusion
💻 Course Material: github.com/dev-ali-mansour/KotlinCourse
Don't forget to like, subscribe, and hit the notification bell 🔔 to stay updated with our latest content! If you have any questions or topics you'd like us to cover in future videos, drop a comment below.
Happy coding! 🚀
اكتشف قوة مبدأ التغليف Enacpsulation in Kotlin في هذا الفيديو الشامل، "Kotlin Encapsuation - حافظ على أمان بياناتك باستخدام مبادئ OOP (2024)". اكتشف كيف تحمي بياناتك بفعالية باستخدام مبادئ البرمجة الموجهة للكائنات (OOP) وتعرف على سبب أهمية التغليف Encapsulation لبناء تطبيقات قوية.
سنغطي في هذا البرنامج التعليمي:
- أساسيات التغليف في كوتلن
- كيفية استخدام الـ Visibility Modifiers لحماية بياناتك
- أمثلة من العالم الحقيقي توضح أهمية التغليف
- أفضل الممارسات لتطبيق مبدأ الـ Encapsulation في مشاريع كوتلن الخاصة بك
سواء كنت مبتدئًا أو تتطلع إلى تحسين مهاراتك في برمجة Kotlin، سيوفر لك هذا الفيديو المعرفة التي تحتاجها للحفاظ على بياناتك آمنة ومأمونة. انضم إلينا بينما نتعمق في التغليف ودوره في البرمجة التشغيليّة (OOP)، مما يضمن أن تطبيقاتك ليست فقط وظيفية ولكن أيضًا قابلة للصيانة وآمنة.
📚 مثالي للمطورين من جميع المستويات الذين يتطلعون لإتقان Kotlin! اضغط على زر التشغيل وابدأ رحلتك اليوم!
انضم إلينا بينما نقوم بتبسيط مفاهيم Kotlin وتمكينك من كتابة كود برمجي أنظف وأكثر كفاءة.
💻 مواد الدورة: github.com/dev-ali-mansour/KotlinCourse
لا تنسى الإعجاب والاشتراك والضغط على جرس الإشعارات 🔔 لتبقى على اطلاع بأحدث محتوياتنا! إذا كان لديك أي أسئلة أو مواضيع تود أن نغطيها في مقاطع الفيديو المستقبلية، اترك تعليقًا أدناه.
برمجة سعيدة! 🚀
#Kotlin #Encapsulation #OOP #Programming #KotlinTutorial #DataProtection #ProgrammingTutorial #BeginnersGuide #LearnKotlin #AndroidDevelopment #ProgrammingTutorial #KotlinForBeginners #CodingTips #SoftwareDevelopment #kotlintutorils #kotlinprogramming #kotlintutorials #kotlinandroid #ProgrammingTutorial #SoftwareDevelopment #CodingTips
Tags: Kotlin,Clean Code,Secure Coding,Object Oriented,Data Safety,Programming,Encapsulation,Android Development,Kotlin Basics,Software Engineering,Learn Kotlin,kotlin tutorial,kotlin 2024,improve kotlin skills,Error Handling,Kotlin for beginners,Kotlin basics,learn Kotlin,tech education,Android development,programming,coding for beginners,software development,code morning,android عربي,اندرويد بالعربي,java بالعربي,شرح كوتلن,كوتلن,جافا بالعربي,كورس kotlin,كورس كوتلن
Переглядів: 86

Відео

How to master Kotlin Classes & Objects? | The Easy Guide
Переглядів 1189 годин тому
" Mastering Classes and Objects in Kotlin | Object-Oriented Programming Explained " In this video, we dive deep into classes and objects in Kotlin, a fundamental concept in object-oriented programming (OOP). You’ll learn how to define classes, create objects, and understand how properties and methods work within classes. We’ll cover: - What are classes and objects? - How to create classes in Ko...
The EASIEST Way to Learn Object Oriented Programming in Kotlin!
Переглядів 12314 годин тому
Unlock the secrets of Object Oriented Programming (OOP) in Kotlin with our comprehensive guide! In this video, we break down the fundamental concepts of OOP and demonstrate how to implement them in Kotlin, the modern programming language that's taking the development world by storm. Whether you're a beginner looking to grasp the basics or an experienced developer aiming to refine your skills, t...
How to Debug Kotlin Code Like a PRO in IntelliJ Debugger!
Переглядів 18221 годину тому
In this comprehensive tutorial, we dive into the world of debugging Kotlin code like a pro using the IntelliJ Debugger! Whether you're a beginner or an experienced developer, understanding how to effectively utilize the IntelliJ debugger can greatly enhance your coding workflow and efficiency. Learn the essential features of the IntelliJ Debugger, including setting breakpoints, stepping through...
How to Master Null Safety in Kotlin | Kotlin Tutorials 2024
Переглядів 148День тому
Welcome to our comprehensive tutorial on Kotlin Null Safety! In this step-by-step guide, we will explore one of the essential features of Kotlin that helps you avoid the dreaded NullPointerExceptions. Whether you're a complete beginner or looking to deepen your understanding, this video is perfect for you! 🔍 What you'll learn: - What Null Safety is and why it's important in Kotlin - How to work...
How to Handle Multiple Exceptions in Kotlin (New Strategy Revealed!)
Переглядів 180День тому
In this video, we unveil a new strategy for handling multiple exceptions in Kotlin! Building on our previous videos where we explored the basics of try-catch and the runcatching function, we take a deeper dive into more complex scenarios where multiple exceptions may arise. Join us as we provide clear examples and practical tips to effectively manage multiple exceptions, enhancing your Kotlin p...
Kotlin RunCatching: Is It ACTUALLY Better Than Try Catch?
Переглядів 21814 днів тому
In this video, we dive into the world of Kotlin error handling by exploring the differences between `RunCatching` and traditional `try-catch` blocks. Building on our previous tutorial about exception handling in Kotlin using `try-catch`, this comprehensive guide will help you understand when to use each approach and the benefits of `RunCatching` for cleaner and more concise code. 🔍 What you'll ...
Kotlin Exception Handling Tutorial: Save Your Code from Disaster!
Переглядів 18714 днів тому
Welcome to our Kotlin Exception Handling Tutorial: Save Your Code from Disaster! In this comprehensive video, we dive deep into the world of exception handling in Kotlin. Whether you're a beginner or an experienced developer, understanding how to gracefully handle errors in your code is crucial for creating robust applications. 🔍 What you'll learn: - The basics of exception handling in Kotlin -...
Kotlin Inline Functions Explained: Is It Worth It?
Переглядів 22114 днів тому
Welcome to our easy tutorial on Kotlin Inline Functions! In this video, we’ll break down what inline functions are, why they are beneficial, and how to use them effectively in your Kotlin projects. Perfect for beginners, this step-by-step guide will help you grasp the concept of inline functions and their performance advantages for your code. 🔍 What you'll learn: - What Kotlin inline functions ...
Why Kotlin Higher Order Functions are Better Than Java
Переглядів 22221 день тому
Unlock the power of Kotlin in just 10 minutes with our comprehensive tutorial on Higher Order Functions! 🌟 In this video, we build upon our previous lesson on Kotlin Lambdas and dive deep into the world of higher order functions. Whether you're a beginner or looking to sharpen your skills, this tutorial will guide you through the core concepts, syntax, and practical applications of higher order...
The ULTIMATE Guide For Kotlin Lambdas (2024)
Переглядів 23021 день тому
Welcome to the Kotlin Full Course for Beginners!🎉 In this comprehensive guide, we will dive deep into the world of Kotlin lambdas, building on the foundational concepts covered in our previous video about Kotlin functions. Whether you’re new to programming or looking to enhance your Kotlin skills, this video is designed for you! 📚 In this tutorial, you will learn: - What Kotlin lambdas are and ...
Kotlin Do While Loop Explained - The Weirdest Loop
Переглядів 265Місяць тому
Welcome to our Kotlin Full Course!🎉 In this vidoe, we dive deep into the Kotlin Do While Loop , a powerful construct that offers flexibility beyond the traditional For and While loops we've covered in our previous lessons. 📚 What You'll Learn: - The syntax and structure of the Do While Loop - Key differences between Do While, For, and While loops - Practical examples demonstrating how to effect...
Master the Kotlin while loop in under 5 minutes!
Переглядів 222Місяць тому
Welcome to our Kotlin Full Course! 🎉 In this video, we'll dive deep into the fundamentals of while loops in Kotlin, 🚀 a powerful programming language for Android development, and more. Whether you're a beginner or looking to brush up on your skills, this guide will provide you with essential tips and practical examples to help you understand how to effectively use while loops in your Kotlin pro...
Elevate Your Kotlin Skills: Deep Dive into Loops, Break, and Continue
Переглядів 218Місяць тому
Welcome to our Kotlin Full Course! 🎉 In this video, we’ll explore the break and continue statements in Kotlin loops. These control flow statements are essential for managing how loops are executed in your code. 📚 What You'll Learn: How to use the break statement to exit a loop prematurely How the continue statement works to skip the current iteration and move to the next one Practical examples ...
MASTER KOTLIN FUNCTIONS: Default vs Named Arguments EXPLAINED!
Переглядів 220Місяць тому
Welcome to our Kotlin Full Course! 🎉 In this comprehensive video, we'll dive deep into the powerful features of Kotlin functions, focusing on default and named arguments. Building on our previous tutorial about Kotlin functions, this video will equip you with the knowledge and skills to utilize these features in your programming. Learn how to simplify your code by using default arguments to pro...
Kotlin Nested For Loops: Mastering Complex Iterations with Ease!
Переглядів 223Місяць тому
Kotlin Nested For Loops: Mastering Complex Iterations with Ease!
Level Up Your Coding: Mastering Kotlin If Statements! part 2
Переглядів 237Місяць тому
Level Up Your Coding: Mastering Kotlin If Statements! part 2
Kotlin Full Course: User Inputs - Interactive Kotlin Part 2
Переглядів 249Місяць тому
Kotlin Full Course: User Inputs - Interactive Kotlin Part 2
Kotlin Variables Unleashed: Master Increment, Decrement, Prefix & Postfix!
Переглядів 268Місяць тому
Kotlin Variables Unleashed: Master Increment, Decrement, Prefix & Postfix!
Kotlin Logical Operators Explained: Boost Your Code’s Intelligence
Переглядів 269Місяць тому
Kotlin Logical Operators Explained: Boost Your Code’s Intelligence
Kotlin Basics: How to Use Comparison Operators Effectively
Переглядів 256Місяць тому
Kotlin Basics: How to Use Comparison Operators Effectively
Understanding Kotlin Assignment Operators: A Beginner’s Guide
Переглядів 265Місяць тому
Understanding Kotlin Assignment Operators: A Beginner’s Guide
Kotlin For Loops Explained: A Step-by-Step Guide for Beginners
Переглядів 257Місяць тому
Kotlin For Loops Explained: A Step-by-Step Guide for Beginners
Kotlin Full Course: Conditions - Mastering When Statement
Переглядів 230Місяць тому
Kotlin Full Course: Conditions - Mastering When Statement
Level Up Your Coding: Mastering Kotlin If Statements! part 1
Переглядів 357Місяць тому
Level Up Your Coding: Mastering Kotlin If Statements! part 1
Master Kotlin Functions: Become a Pro Developer with these Tips!
Переглядів 339Місяць тому
Master Kotlin Functions: Become a Pro Developer with these Tips!
Kotlin Full Course: User Inputs - Interactive Kotlin Part 1
Переглядів 297Місяць тому
Kotlin Full Course: User Inputs - Interactive Kotlin Part 1
Programming 101: Unlocking the Basics of Android Development - لايف: ماهي البرمجة؟
Переглядів 156Місяць тому
Programming 101: Unlocking the Basics of Android Development - لايف: ماهي البرمجة؟
Kotlin Full Course: Arithmetic Operators | Full Course Guide
Переглядів 320Місяць тому
Kotlin Full Course: Arithmetic Operators | Full Course Guide
Kotlin Full Course: Mastering Comments in Kotlin Easy Way
Переглядів 330Місяць тому
Kotlin Full Course: Mastering Comments in Kotlin Easy Way

КОМЕНТАРІ

  • @mr_black5981
    @mr_black5981 13 годин тому

    السلام عليكم هل الكورس كامل ؟

    • @code-morning-ali
      @code-morning-ali 10 годин тому

      وعليكم السلام ورحمة الله وبركاته ما زال يتم إضافة ثلاث حلقات جديدة أسبوعياً

  • @MrQutaibah
    @MrQutaibah 15 годин тому

    Following the series Thank you

  • @code-morning-ali
    @code-morning-ali 2 дні тому

    لا تنس الاشتراك في القناة وتفعيل زر الجرس ليصلك كل جديد إذا عجبك الفيديو شاركه مع أصدقائك المبرمجين لو فيه أي ملاحظة أو تعليق على الفيديو أو جودة الصوت أو السرعة اكتبها في كومنت واكيد لو فيه أي سؤال اكتبه لي في الكومنتات وهرد عليك

  • @emanhamdy165
    @emanhamdy165 2 дні тому

    👍 شرح جميل

  • @code-morning-ali
    @code-morning-ali 4 дні тому

    لا تنس الاشتراك في القناة وتفعيل زر الجرس ليصلك كل جديد إذا عجبك الفيديو شاركه مع أصدقائك المبرمجين لو فيه أي ملاحظة أو تعليق على الفيديو أو جودة الصوت أو السرعة اكتبها في كومنت واكيد لو فيه أي سؤال اكتبه لي في الكومنتات وهرد عليك

  • @code-morning-ali
    @code-morning-ali 6 днів тому

    لا تنس الاشتراك في القناة وتفعيل زر الجرس ليصلك كل جديد إذا عجبك الفيديو شاركه مع أصدقائك المبرمجين لو فيه أي ملاحظة أو تعليق على الفيديو أو جودة الصوت أو السرعة اكتبها في كومنت واكيد لو فيه أي سؤال اكتبه لي في الكومنتات وهرد عليك

  • @code-morning-ali
    @code-morning-ali 9 днів тому

    لا تنس الاشتراك في القناة وتفعيل زر الجرس ليصلك كل جديد إذا عجبك الفيديو شاركه مع أصدقائك المبرمجين لو فيه أي ملاحظة أو تعليق على الفيديو أو جودة الصوت أو السرعة اكتبها في كومنت واكيد لو فيه أي سؤال اكتبه لي في الكومنتات وهرد عليك

  • @code-morning-ali
    @code-morning-ali 11 днів тому

    لا تنس الاشتراك في القناة وتفعيل زر الجرس ليصلك كل جديد إذا عجبك الفيديو شاركه مع أصدقائك المبرمجين لو فيه أي ملاحظة أو تعليق على الفيديو أو جودة الصوت أو السرعة اكتبها في كومنت واكيد لو فيه أي سؤال اكتبه لي في الكومنتات وهرد عليك

  • @code-morning-ali
    @code-morning-ali 13 днів тому

    لا تنس الاشتراك في القناة وتفعيل زر الجرس ليصلك كل جديد إذا عجبك الفيديو شاركه مع أصدقائك المبرمجين لو فيه أي ملاحظة أو تعليق على الفيديو أو جودة الصوت أو السرعة اكتبها في كومنت واكيد لو فيه أي سؤال اكتبه لي في الكومنتات وهرد عليك

  • @code-morning-ali
    @code-morning-ali 15 днів тому

    لا تنس الاشتراك في القناة وتفعيل زر الجرس ليصلك كل جديد إذا عجبك الفيديو شاركه مع أصدقائك المبرمجين لو فيه أي ملاحظة أو تعليق على الفيديو أو جودة الصوت أو السرعة اكتبها في كومنت واكيد لو فيه أي سؤال اكتبه لي في الكومنتات وهرد عليك

  • @code-morning-ali
    @code-morning-ali 17 днів тому

    لا تنس الاشتراك في القناة وتفعيل زر الجرس ليصلك كل جديد إذا عجبك الفيديو شاركه مع أصدقائك المبرمجين لو فيه أي ملاحظة أو تعليق على الفيديو أو جودة الصوت أو السرعة اكتبها في كومنت واكيد لو فيه أي سؤال اكتبه لي في الكومنتات وهرد عليك

  • @code-morning-ali
    @code-morning-ali 20 днів тому

    لا تنس الاشتراك في القناة وتفعيل زر الجرس ليصلك كل جديد إذا عجبك الفيديو شاركه مع أصدقائك المبرمجين لو فيه أي ملاحظة أو تعليق على الفيديو أو جودة الصوت أو السرعة اكتبها في كومنت واكيد لو فيه أي سؤال اكتبه لي في الكومنتات وهرد عليك

  • @code-morning-ali
    @code-morning-ali 23 дні тому

    لا تنس الاشتراك في القناة وتفعيل زر الجرس ليصلك كل جديد إذا عجبك الفيديو شاركه مع أصدقائك المبرمجين لو فيه أي ملاحظة أو تعليق على الفيديو أو جودة الصوت أو السرعة اكتبها في كومنت واكيد لو فيه أي سؤال اكتبه لي في الكومنتات وهرد عليك

  • @code-morning-ali
    @code-morning-ali 24 дні тому

    لا تنس الاشتراك في القناة وتفعيل زر الجرس ليصلك كل جديد إذا عجبك الفيديو شاركه مع أصدقائك المبرمجين لو فيه أي ملاحظة أو تعليق على الفيديو أو جودة الصوت أو السرعة اكتبها في كومنت واكيد لو فيه أي سؤال اكتبه لي في الكومنتات وهرد عليك

  • @code-morning-ali
    @code-morning-ali 27 днів тому

    لا تنس الاشتراك في القناة وتفعيل زر الجرس ليصلك كل جديد إذا عجبك الفيديو شاركه مع أصدقائك المبرمجين لو فيه أي ملاحظة أو تعليق على الفيديو أو جودة الصوت أو السرعة اكتبها في كومنت واكيد لو فيه أي سؤال اكتبه لي في الكومنتات وهرد عليك

  • @SpiritMan-f5s
    @SpiritMan-f5s 28 днів тому

    Keep going!

    • @code-morning-ali
      @code-morning-ali 27 днів тому

      I really appreciate your support! It means a lot to have such positive vibes in the comments!

  • @code-morning-ali
    @code-morning-ali Місяць тому

    لا تنس الاشتراك في القناة وتفعيل زر الجرس ليصلك كل جديد إذا عجبك الفيديو شاركه مع أصدقائك المبرمجين لو فيه أي ملاحظة أو تعليق على الفيديو أو جودة الصوت أو السرعة اكتبها في كومنت واكيد لو فيه أي سؤال اكتبه لي في الكومنتات وهرد عليك

  • @YamenAli-g1s
    @YamenAli-g1s Місяць тому

    👍

  • @code-morning-ali
    @code-morning-ali Місяць тому

    لا تنس الاشتراك في القناة وتفعيل زر الجرس ليصلك كل جديد إذا عجبك الفيديو شاركه مع أصدقائك المبرمجين لو فيه أي ملاحظة أو تعليق على الفيديو أو جودة الصوت أو السرعة اكتبها في كومنت واكيد لو فيه أي سؤال اكتبه لي في الكومنتات وهرد عليك

  • @emanhamdy165
    @emanhamdy165 Місяць тому

    👍

  • @code-morning-ali
    @code-morning-ali Місяць тому

    لا تنس الاشتراك في القناة وتفعيل زر الجرس ليصلك كل جديد إذا عجبك الفيديو شاركه مع أصدقائك المبرمجين لو فيه أي ملاحظة أو تعليق على الفيديو أو جودة الصوت أو السرعة اكتبها في كومنت واكيد لو فيه أي سؤال اكتبه لي في الكومنتات وهرد عليك

  • @code-morning-ali
    @code-morning-ali Місяць тому

    لا تنس الاشتراك في القناة وتفعيل زر الجرس ليصلك كل جديد إذا عجبك الفيديو شاركه مع أصدقائك المبرمجين لو فيه أي ملاحظة أو تعليق على الفيديو أو جودة الصوت أو السرعة اكتبها في كومنت واكيد لو فيه أي سؤال اكتبه لي في الكومنتات وهرد عليك

  • @code-morning-ali
    @code-morning-ali Місяць тому

    لا تنس الاشتراك في القناة وتفعيل زر الجرس ليصلك كل جديد إذا عجبك الفيديو شاركه مع أصدقائك المبرمجين لو فيه أي ملاحظة أو تعليق على الفيديو أو جودة الصوت أو السرعة اكتبها في كومنت واكيد لو فيه أي سؤال اكتبه لي في الكومنتات وهرد عليك

  • @didiali8962
    @didiali8962 Місяць тому

    “مرحبًا! شكرًا لك على هذا الفيديو المفيد. أحببت كيف قمت بشرح المفاهيم بوضوح. استمر في العطاء وفي تقديم المزيد من المحتوى الرائع! 👍🎉”

    • @code-morning-ali
      @code-morning-ali Місяць тому

      شكراً جزيلاً بالتوفيق إن شاء الله

  • @code-morning-ali
    @code-morning-ali Місяць тому

    لا تنس الاشتراك في القناة وتفعيل زر الجرس ليصلك كل جديد إذا عجبك الفيديو شاركه مع أصدقائك المبرمجين لو فيه أي ملاحظة أو تعليق على الفيديو أو جودة الصوت أو السرعة اكتبها في كومنت واكيد لو فيه أي سؤال اكتبه لي في الكومنتات وهرد عليك

  • @janhoable
    @janhoable Місяць тому

    everything in english, except the content of the video... why?

    • @code-morning-ali
      @code-morning-ali Місяць тому

      Thank you for watching and for your question! I love that you're curious about the content choices-I appreciate your engagement! This course was created in Arabic but you can enable subtitles with your preferred language. and if You have any question drop a comment here and I will be happy to answer you.

  • @code-morning-ali
    @code-morning-ali Місяць тому

    لا تنس الاشتراك في القناة وتفعيل زر الجرس ليصلك كل جديد إذا عجبك الفيديو شاركه مع أصدقائك المبرمجين لو فيه أي ملاحظة أو تعليق على الفيديو أو جودة الصوت أو السرعة اكتبها في كومنت واكيد لو فيه أي سؤال اكتبه لي في الكومنتات وهرد عليك

  • @code-morning-ali
    @code-morning-ali Місяць тому

    لا تنس الاشتراك في القناة وتفعيل زر الجرس ليصلك كل جديد إذا عجبك الفيديو شاركه مع أصدقائك المبرمجين لو فيه أي ملاحظة أو تعليق على الفيديو أو جودة الصوت أو السرعة اكتبها في كومنت واكيد لو فيه أي سؤال اكتبه لي في الكومنتات وهرد عليك

  • @ellwaamahmoud5387
    @ellwaamahmoud5387 Місяць тому

    لكل واحد يشوف الكورس ده بشمهندس على اعرفة شخصيا واحب اطمن كل واحد واقول له انت فعلا جيت الكورس الصح لان البشمهندس عندة علم غزير وهيوصلك المعلومة بطريقة احترافية وان شاء الله ربنا يوفقكم وييسر لكم العلم

    • @code-morning-ali
      @code-morning-ali Місяць тому

      أشكرك على دعمك وثقتك! نعمل بجد لتقديم أفضل محتوى ونأمل أن تستفيد من كل لحظة في الكورس.

  • @code-morning-ali
    @code-morning-ali Місяць тому

    لا تنس الاشتراك في القناة وتفعيل زر الجرس ليصلك كل جديد إذا عجبك الفيديو شاركه مع أصدقائك المبرمجين لو فيه أي ملاحظة أو تعليق على الفيديو أو جودة الصوت أو السرعة اكتبها في كومنت واكيد لو فيه أي سؤال اكتبه لي في الكومنتات وهرد عليك

  • @code-morning-ali
    @code-morning-ali Місяць тому

    لا تنس الاشتراك في القناة وتفعيل زر الجرس ليصلك إشعار بالفيديوهات الجديدة اولاً بأول إذا عجبك الفيديو ماتنساش تدوس لايك وشير الفيديو مع أصدقائك المبرمجين :D

  • @AliMansour-g8o
    @AliMansour-g8o Місяць тому

    التتطبيق هو الأهم

  • @td-egypt
    @td-egypt Місяць тому

    Well said

  • @EsamSalem-c6i
    @EsamSalem-c6i Місяць тому

    الله ينور شرحتها بشكل بسيط وسلس

  • @code-morning-ali
    @code-morning-ali Місяць тому

    لا تنس الاشتراك في القناة ليصلك كل جديد لو عجبك الفيديو دوس لايك وشير مع اصدقائك المهتمين بالبرمجة 😊

  • @td-egypt
    @td-egypt Місяць тому

    محتوى ممتاز، كنت محتاج الفيديو ده بالظبط

  • @TarekSaid-n2e
    @TarekSaid-n2e Місяць тому

    ما شاء الله الشرح ممتاز

  • @TarekSaid-n2e
    @TarekSaid-n2e Місяць тому

    الكورس شكله هيبقى حلو أوي

  • @GehadMohamed-e5c
    @GehadMohamed-e5c Місяць тому

    شرحك كان مفصل وبسيط، استفدت كتير بصراحة

    • @code-morning-ali
      @code-morning-ali Місяць тому

      سعيد أنك استفدتي بالشرح الكورس دروسه مبنية على بعضها بالترتيب ولازم نطبقها درس بدرس

  • @KarimSaad-y7x
    @KarimSaad-y7x Місяць тому

    بجد فيديو جامد شرحك كان ممتاز ورائع

  • @WaleedMostufa
    @WaleedMostufa Місяць тому

    شرح ممتاز وسهل الفهم

  • @EsamSalem-c6i
    @EsamSalem-c6i Місяць тому

    هتابع الكورس من بدايته معاك إن شاء الله