Mawuli Azameti
Mawuli Azameti
  • 23
  • 2 182
Android Layout: The Views You NEED to Know
Join Storming Buckets ➡ stormingbuckets.com
Android Layout: The Views You NEED to Know,
I cover essential Views that every Android developer should be familiar with.
This includes crucial views such as TextView, ImageView, Button, CheckBox, RadioButton, and LinearLayout, along with various styles to enhance your app's user interface. Each component will be explained in detail, providing you with practical knowledge and tips to effectively utilize them in your projects.
มุมมอง: 81

วีดีโอ

The Surprising Truth About Android UI Layout Nobody Tells You
มุมมอง 11414 วันที่ผ่านมา
Join Storming Buckets ➡ stormingbuckets.com All the interaction of a user with the Android application is through the user interface(UI), hence it is very important to understand the basics about the User Interface of an android application. Here in this tutorial, we are going to cover about various Views and ViewGroups and will try to explain how they can be used to design the User Interface o...
Mastering FlutterFlow ListView: The Ultimate Guide
มุมมอง 12614 วันที่ผ่านมา
Join Storming Buckets ➡ stormingbuckets.com Learn how to show/create list using ListView in FlutterFlow. Convert the list Items into Component Connect to Firebase Firestore to show data My programming setup: Adjustable laptop stand: amzn.to/3Xp85AV Acer USB C Hub, 7 in 1: amzn.to/3XG7EDM 2TB Pen drive: amzn.to/3MOR7Hf Learn Flutter: th-cam.com/video/Tq1_qYK_tYs/w-d-xo.htmlsi=-f8r6SS_xZ6jxclc Bu...
The Complete Guide to Your First Android Project
มุมมอง 19821 วันที่ผ่านมา
Join Storming Buckets ➡ stormingbuckets.com Hey everyone! In this comprehensive android tutorial, we'll guide you through your journey to becoming an android developer with a step-by-step walk-through of Android Studio's interface. Learn essential app development skills as you discover how to create and configure your first project, understand the core files and folders structure, and explore m...
Android Basics #02 - Install Android Studio on Windows in 10 Minutes!
มุมมอง 183หลายเดือนก่อน
Join Storming Buckets ➡ stormingbuckets.com Learn how to install Android Studio on Windows in just a few minutes! In this tutorial, we'll guide you through the step-by-step process of downloading and setting up Android Studio on your Windows PC. Whether you're a beginner or an experienced developer, this video will help you get started with Android app development quickly and easily. By the end...
Android Basics #01 - Why Android is Such A Powerful Platform For Creating Mobile Apps
มุมมอง 121หลายเดือนก่อน
Join Storming Buckets ➡ stormingbuckets.com Learn What Android Is, Why It’s Such A Powerful Platform For Creating Mobile Apps, The Languages Used, And How It Stacks Up Against Other Options Like Flutter. Android Market Share: - Statista: www.statista.com/statistics/272698/global-market-share-held-by-mobile-operating-systems-since-2009/ - StatCounter: gs.statcounter.com/os-market-share/mobile/wo...
Kotlin Crash Course #11 - Data class in Kotlin
มุมมอง 42หลายเดือนก่อน
Learn about Data classes in Kotlin SUBSCRIBE : th-cam.com/channels/PKDcK45jo3JItZk8FT9_0Q.html 👨🏾‍💻🔥👨🏾‍💻 Access the course files on GitHub: github.com/ikmazameti/kotlin-crash-course.git My programming setup: Adjustable laptop stand: amzn.to/3Xp85AV Acer USB C Hub, 7 in 1: amzn.to/3XG7EDM 2TB Pen drive: amzn.to/3MOR7Hf Learn Flutter: th-cam.com/video/Tq1_qYK_tYs/w-d-xo.htmlsi=-f8r6SS_xZ6jxclc 📱M...
Kotlin Crash Course #10 - Object-oriented Programming: INHERITANCE
มุมมอง 712 หลายเดือนก่อน
You'll understand: - What inheritance is and how it works in Kotlin - How to override methods and properties - The difference between abstract classes and interfaces SUBSCRIBE : th-cam.com/channels/PKDcK45jo3JItZk8FT9_0Q.html 👨🏾‍💻🔥👨🏾‍💻 Access the course files on GitHub: github.com/ikmazameti/kotlin-crash-course.git My programming setup: Adjustable laptop stand: amzn.to/3Xp85AV Acer USB C Hub, 7...
Kotlin Crash Course #9 - Object-oriented Programming: CLASS & OBJECTS
มุมมอง 712 หลายเดือนก่อน
🔑 What you'll learn: Defining classes and creating objects Using properties and methods Working with constructors Understanding visibility modifiers Don't forget to subscribe for more Kotlin tutorials! Learn the essentials of Object-Oriented Programming in Kotlin! In this video, you'll discover how to define classes, create objects, and work with properties, methods, and constructors. We'll als...
Week 6: CRUD OPERATIONS KOTLIN ANDROID - Final
มุมมอง 562 หลายเดือนก่อน
Learn How to perform CRUD operation in Kotlin android. Add, and Edit item. Pass data between Two Activities. Intent SUBSCRIBE : th-cam.com/channels/PKDcK45jo3JItZk8FT9_0Q.html 👨🏾‍💻🔥👨🏾‍💻 Course files on GitHub: github.com/ikmazameti/Totrick.git My programming setup: Adjustable laptop stand: amzn.to/3Xp85AV Acer USB C Hub, 7 in 1: amzn.to/3XG7EDM 2TB Pen drive: amzn.to/3MOR7Hf Learn Flutter: th-c...
Week 5: RECYCLERVIEW and Data Class in Kotlin
มุมมอง 512 หลายเดือนก่อน
SUBSCRIBE : th-cam.com/channels/PKDcK45jo3JItZk8FT9_0Q.html 👨🏾‍💻🔥👨🏾‍💻 Source code: github.com/ikmazameti/Totrick.git My programming setup: Adjustable laptop stand: amzn.to/3Xp85AV Acer USB C Hub, 7 in 1: amzn.to/3XG7EDM 2TB Pen drive: amzn.to/3MOR7Hf Learn Flutter: th-cam.com/video/Tq1_qYK_tYs/w-d-xo.htmlsi=-f8r6SS_xZ6jxclc 📱My apps: play.google.com/store/apps/dev?id=5586383562541729157 Socials...
Kotlin Crash Course #8 - NULL SAFETY IN KOTLIN
มุมมอง 732 หลายเดือนก่อน
Struggling with frustrating app crashes caused by null values? In this video, we'll dive into Kotlin's Null Safety-the ultimate solution to eliminate NullPointerExceptions for good! 🚫💥 Learn how to handle nulls like a pro with - safe calls, - the Elvis operator - non-null assertions, and powerful - scope function like `let`, `run`, and more. Whether you're a beginner or an experienced developer...
Week 4: Layout basics & RecyclerView
มุมมอง 1272 หลายเดือนก่อน
SUBSCRIBE : th-cam.com/channels/PKDcK45jo3JItZk8FT9_0Q.html 👨🏾‍💻🔥👨🏾‍💻 Resources Source code: github.com/ikmazameti/Totrick.git 📱My apps: play.google.com/store/apps/dev?id=5586383562541729157 Learn Flutter: th-cam.com/video/Tq1_qYK_tYs/w-d-xo.htmlsi=-f8r6SS_xZ6jxclc My programming setup: Adjustable laptop stand: amzn.to/3Xp85AV Acer USB C Hub, 7 in 1: amzn.to/3XG7EDM 2TB Pen drive: amzn.to/3MOR7...
Week 3.0: Learn the basics of Object-oriented Programming & Introduction to Android Studio
มุมมอง 573 หลายเดือนก่อน
Object-oriented Programming basics and Introduction to Android Studio SUBSCRIBE : th-cam.com/channels/PKDcK45jo3JItZk8FT9_0Q.html 👨🏾‍💻🔥👨🏾‍💻 Source code: github.com/ikmazameti/Totrick.git My programming setup: Adjustable laptop stand: amzn.to/3Xp85AV Acer USB C Hub, 7 in 1: amzn.to/3XG7EDM 2TB Pen drive: amzn.to/3MOR7Hf Learn Flutter: th-cam.com/video/Tq1_qYK_tYs/w-d-xo.htmlsi=-f8r6SS_xZ6jxclc 📱...
Collections: ARRAYS and LISTS in Kotlin
มุมมอง 943 หลายเดือนก่อน
Learn about ARRAYS and LISTS in Kotlin, how to work with MUTABLE and IMMUTABLE lists, and perform basic operations like adding, removing, and iterating through elements. SUBSCRIBE : th-cam.com/channels/PKDcK45jo3JItZk8FT9_0Q.html 👨🏾‍💻🔥👨🏾‍💻 Access the course files on GitHub: github.com/ikmazameti/kotlin-crash-course.git My programming setup: Adjustable laptop stand: amzn.to/3Xp85AV Acer USB C Hu...
Week 2: Learn the BASIC SYNTAX in Kotlin
มุมมอง 513 หลายเดือนก่อน
Week 2: Learn the BASIC SYNTAX in Kotlin
Kotlin Crash Course #6 - FUNCTIONS in Kotlin
มุมมอง 1043 หลายเดือนก่อน
Kotlin Crash Course #6 - FUNCTIONS in Kotlin
#5 - Kotlin For Loops Explained (Crash Course)
มุมมอง 1164 หลายเดือนก่อน
#5 - Kotlin For Loops Explained (Crash Course)
04 - The Kotlin IF-ELSE & WHEN Explained with Examples
มุมมอง 654 หลายเดือนก่อน
04 - The Kotlin IF-ELSE & WHEN Explained with Examples
Kotlin Basics: Mastering Operators and Expressions
มุมมอง 614 หลายเดือนก่อน
Kotlin Basics: Mastering Operators and Expressions
Kotlin Crash Course #2 - Variables & Data Types
มุมมอง 884 หลายเดือนก่อน
Kotlin Crash Course #2 - Variables & Data Types
Kotlin Crash Course #1 - What's Kotlin?
มุมมอง 1804 หลายเดือนก่อน
Kotlin Crash Course #1 - What's Kotlin?
Playing Tic Tac Toe online mode
มุมมอง 596 หลายเดือนก่อน
Playing Tic Tac Toe online mode

ความคิดเห็น

  • @addiownboss61
    @addiownboss61 15 วันที่ผ่านมา

  • @Lawrenceorji-c8l
    @Lawrenceorji-c8l 19 วันที่ผ่านมา

    keep grinding

  • @KofiDanquah-x2j
    @KofiDanquah-x2j 23 วันที่ผ่านมา

    Very helpful tutorial

    • @MawuliAzameti
      @MawuliAzameti 22 วันที่ผ่านมา

      I'm glad you found it helpful! If you have any questions or need further assistance, feel free to ask!

  • @jakingsarchly6433
    @jakingsarchly6433 หลายเดือนก่อน

    It keeps getting better. Thank you Sir.

    • @MawuliAzameti
      @MawuliAzameti หลายเดือนก่อน

      Glad to hear that. 🔥🔥🔥

  • @fredrickgonu2053
    @fredrickgonu2053 หลายเดือนก่อน

    Great video. Concise explanation

    • @MawuliAzameti
      @MawuliAzameti หลายเดือนก่อน

      Glad you liked it

  • @OkeomaAdumike
    @OkeomaAdumike หลายเดือนก่อน

    Detailed video

  • @silq300
    @silq300 หลายเดือนก่อน

    Good job 👏

    • @MawuliAzameti
      @MawuliAzameti หลายเดือนก่อน

      Thank you very much!

    • @silq300
      @silq300 หลายเดือนก่อน

      ​@@MawuliAzametiKeep going and don't stop. Everything started small. After two years, your channel will be very big.

    • @MawuliAzameti
      @MawuliAzameti หลายเดือนก่อน

      @@silq300 Thank very much.❤❤❤

  • @jakingsarchly6433
    @jakingsarchly6433 หลายเดือนก่อน

    💥💥💥🫶

  • @jakingsarchly6433
    @jakingsarchly6433 2 หลายเดือนก่อน

    😢 we want more ohh

    • @MawuliAzameti
      @MawuliAzameti 2 หลายเดือนก่อน

      Glad it interest you. I'll definitely bring you more.

  • @techwithhelen
    @techwithhelen 2 หลายเดือนก่อน

    Nice one!

  • @layttcreations
    @layttcreations 2 หลายเดือนก่อน

    Great soo expository...

    • @MawuliAzameti
      @MawuliAzameti 2 หลายเดือนก่อน

      I'm glad you found it helpful.

  • @jakingsarchly6433
    @jakingsarchly6433 2 หลายเดือนก่อน

    This is really good well break down

    • @MawuliAzameti
      @MawuliAzameti 2 หลายเดือนก่อน

      I'm glad you found it helpful.

  • @elvisboateng5752
    @elvisboateng5752 2 หลายเดือนก่อน

    Good job. Kotlin has an interesting name for single line if statement (Elvis function), why that?

    • @MawuliAzameti
      @MawuliAzameti 2 หลายเดือนก่อน

      The Elvis operator (?:) gets its name because the symbol kind of resembles Elvis Presley's famous hairstyle! ==> But practically, it provides a default value when something is null, preventing crashes. Pretty handy!

  • @MawuliAzameti
    @MawuliAzameti 2 หลายเดือนก่อน

    TEST YOU UNDERSTANDING : play.google.com/store/apps/details?id=com.eightbitstechnology.kotlinquiz

  • @MawuliAzameti
    @MawuliAzameti 2 หลายเดือนก่อน

    Kotlin Quiz App: play.google.com/store/apps/details?id=com.eightbitstechnology.kotlinquiz

  • @MawuliAzameti
    @MawuliAzameti 2 หลายเดือนก่อน

    Kotlin Quiz App: play.google.com/store/apps/details?id=com.eightbitstechnology.kotlinquiz

  • @MawuliAzameti
    @MawuliAzameti 2 หลายเดือนก่อน

    Kotlin Quiz App: play.google.com/store/apps/details?id=com.eightbitstechnology.kotlinquiz

  • @MawuliAzameti
    @MawuliAzameti 2 หลายเดือนก่อน

    Kotlin Quiz App: play.google.com/store/apps/details?id=com.eightbitstechnology.kotlinquiz

  • @MawuliAzameti
    @MawuliAzameti 2 หลายเดือนก่อน

    Kotlin Quiz App: play.google.com/store/apps/details?id=com.eightbitstechnology.kotlinquiz

  • @MawuliAzameti
    @MawuliAzameti 2 หลายเดือนก่อน

    Kotlin Quiz App: play.google.com/store/apps/details?id=com.eightbitstechnology.kotlinquiz

  • @MawuliAzameti
    @MawuliAzameti 2 หลายเดือนก่อน

    Kotlin Quiz App: play.google.com/store/apps/details?id=com.eightbitstechnology.kotlinquiz

  • @MawuliAzameti
    @MawuliAzameti 2 หลายเดือนก่อน

    Kotlin Quiz App: play.google.com/store/apps/details?id=com.eightbitstechnology.kotlinquiz

  • @MawuliAzameti
    @MawuliAzameti 2 หลายเดือนก่อน

    Need help? superpeer.com/mawuliazameti/-/mobile-application-development

  • @johnnieharrison1633
    @johnnieharrison1633 2 หลายเดือนก่อน

    Thanks. It was straight forward

    • @MawuliAzameti
      @MawuliAzameti 2 หลายเดือนก่อน

      I am happy you like it.

  • @MawuliAzameti
    @MawuliAzameti 2 หลายเดือนก่อน

    Need help?: calendly.com/bitstechdeveloper/30min

  • @MawuliAzameti
    @MawuliAzameti 2 หลายเดือนก่อน

    Need help?: calendly.com/bitstechdeveloper/30min

  • @MawuliAzameti
    @MawuliAzameti 2 หลายเดือนก่อน

    💼 Need help?: calendly.com/bitstechdeveloper/30min

  • @MawuliAzameti
    @MawuliAzameti 2 หลายเดือนก่อน

    💼Need help?: calendly.com/bitstechdeveloper/30min

  • @alhassankiwamdeen7252
    @alhassankiwamdeen7252 3 หลายเดือนก่อน

    Nice. Keep it up. Subscribed

    • @MawuliAzameti
      @MawuliAzameti 3 หลายเดือนก่อน

      Will do, thanks for the sub!

  • @sethameyaw2299
    @sethameyaw2299 4 หลายเดือนก่อน

    Excellent🎉

  • @MawuliAzameti
    @MawuliAzameti 4 หลายเดือนก่อน

    Enjoy the entire series here 👉👉👉 th-cam.com/video/bLMMWbWxW3U/w-d-xo.html

  • @ThisIsFez
    @ThisIsFez 4 หลายเดือนก่อน

    Subtitle is unreadable…too fast and not need for everyone Use youtube captions for those who need it. Good video btw

    • @MawuliAzameti
      @MawuliAzameti 4 หลายเดือนก่อน

      Thanks for the feedback! I'll better the subtitles in future videos. Appreciate the support!

  • @jakingsarchly6433
    @jakingsarchly6433 4 หลายเดือนก่อน

    Intuitive concise and straightforward I like this❤

  • @solomonkutiame9179
    @solomonkutiame9179 4 หลายเดือนก่อน

    great

  • @DesmondAmoasi
    @DesmondAmoasi 4 หลายเดือนก่อน

    You do all bro ❤

  • @oheneasare23
    @oheneasare23 4 หลายเดือนก่อน

    ❤🎉

  • @oheneasare23
    @oheneasare23 4 หลายเดือนก่อน

    Great 🎉

  • @chideraike
    @chideraike 4 หลายเดือนก่อน

    Great video! 💯

  • @ronnyof3
    @ronnyof3 4 หลายเดือนก่อน

    ❤🎉

  • @AlbertAngmor
    @AlbertAngmor 4 หลายเดือนก่อน

    Great. Keep it up

    • @MawuliAzameti
      @MawuliAzameti 4 หลายเดือนก่อน

      Thank you, I will.