Mawuli Azameti
Mawuli Azameti
  • Видео 36
  • Просмотров 14 123
Intent for Navigation &. Data Sharing
Join Storming Buckets ➡ stormingbuckets.com
Use INTENT for navigation and passing data between ACTIVITIES
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:
ruclips.net/video/Tq1_qYK_tYs/видео.htmlsi=-f8r6SS_xZ6jxclc
Buy Me A Coffee:
buymeacoffee.com/mawuliazameti
For App Development:
📨 Email: info@8bitstechnology.com
Просмотров: 4

Видео

Want to Master Android Activities? Watch This Now!
Просмотров 297 часов назад
Join Storming Buckets ➡ stormingbuckets.com 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: ruclips.net/video/Tq1_qYK_tYs/видео.htmlsi=-f8r6SS_xZ6jxclc Buy Me A Coffee: buymeacoffee.com/mawuliazameti For App Development: 📨 Email: info@8bitstechnology.com
CREATE Your FIRST REAL App in 2025 and CHANGE Your Life!
Просмотров 1214 дней назад
Full video ruclips.net/video/IjVyQY8NsCQ/видео.html 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: ruclips.net/video/Tq1_qYK_tYs/видео.htmlsi=-f8r6SS_xZ6jxclc Buy Me A Coffee: buymeacoffee.com/mawuliazameti For App Development: 📨 Email: info@8bitstechnology.com
Build Your OWN Expiry Tracker App on Android Today!
Просмотров 8414 дней назад
Join Storming Buckets ➡ stormingbuckets.com Build a simple, complete app from scratch to reinforce what we’ve learned. The app is called Track Expiration! This app will help users keep track of important dates, like food expiry or subscription renewals. Let’s build something practical and fun! 👨🏾‍💻👩🏼‍💻 Source code: github.com/ikmazameti/TrackExpiration.git My programming setup: Adjustable lapto...
The Surprising Truth About Adapters Nobody Tells You
Просмотров 721 день назад
Join Storming Buckets ➡ stormingbuckets.com 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: ruclips.net/video/Tq1_qYK_tYs/видео.htmlsi=-f8r6SS_xZ6jxclc Buy Me A Coffee: buymeacoffee.com/mawuliazameti For App Development: 📨 Email: info@8bitstechnology.com
Why You're Probably Building RecyclerView Lists All Wrong in Kotlin
Просмотров 4921 день назад
Join Storming Buckets ➡ stormingbuckets.com Unlocked the power of RecyclerViews, which are an essential tool in Android development. You now have the foundation to create scrollable lists for any kind of data. Source Code: github.com/ikmazameti/Kotlin-Android-Basics Coil: coil-kt.github.io/coil/getting_started/ Libraries: implementation("io.coil-kt.coil3:coil:3.0.4") implementation("io.coil-kt....
Make Your App Interactive: The Ultimate Guide
Просмотров 8428 дней назад
Join Storming Buckets ➡ stormingbuckets.com Learn to: - Connect Layout(XML) to code(Kotlin) - Accessing views - Adding Event Listeners - ViewBinding - Read Input from EditText - ScrollView Course File: github.com/ikmazameti/Kotlin-Android-Basics 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: ru...
Android Layout: The Views You NEED to Know
Просмотров 108Месяц назад
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 wit...
The Surprising Truth About Android UI Layout Nobody Tells You
Просмотров 144Месяц назад
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
Просмотров 145Месяц назад
Mastering FlutterFlow ListView: The Ultimate Guide
The Complete Guide to Your First Android Project
Просмотров 335Месяц назад
The Complete Guide to Your First Android Project
Android Basics #02 - Install Android Studio on Windows in 10 Minutes!
Просмотров 2022 месяца назад
Android Basics #02 - Install Android Studio on Windows in 10 Minutes!
Android Basics #01 - Why Android is Such A Powerful Platform For Creating Mobile Apps
Просмотров 1452 месяца назад
Android Basics #01 - Why Android is Such A Powerful Platform For Creating Mobile Apps
Kotlin Crash Course #11 - Data class in Kotlin
Просмотров 432 месяца назад
Kotlin Crash Course #11 - Data class in Kotlin
Kotlin Crash Course #10 - Object-oriented Programming: INHERITANCE
Просмотров 713 месяца назад
Kotlin Crash Course #10 - Object-oriented Programming: INHERITANCE
Kotlin Crash Course #9 - Object-oriented Programming: CLASS & OBJECTS
Просмотров 713 месяца назад
Kotlin Crash Course #9 - Object-oriented Programming: CLASS & OBJECTS
Week 6: CRUD OPERATIONS KOTLIN ANDROID - Final
Просмотров 683 месяца назад
Week 6: CRUD OPERATIONS KOTLIN ANDROID - Final
Week 5: RECYCLERVIEW and Data Class in Kotlin
Просмотров 573 месяца назад
Week 5: RECYCLERVIEW and Data Class in Kotlin
Kotlin Crash Course #8 - NULL SAFETY IN KOTLIN
Просмотров 753 месяца назад
Kotlin Crash Course #8 - NULL SAFETY IN KOTLIN
Week 4: Layout basics & RecyclerView
Просмотров 1303 месяца назад
Week 4: Layout basics & RecyclerView
Week 3.0: Learn the basics of Object-oriented Programming & Introduction to Android Studio
Просмотров 574 месяца назад
Week 3.0: Learn the basics of Object-oriented Programming & Introduction to Android Studio
Collections: ARRAYS and LISTS in Kotlin
Просмотров 944 месяца назад
Collections: ARRAYS and LISTS in Kotlin
Week 2: Learn the BASIC SYNTAX in Kotlin
Просмотров 534 месяца назад
Week 2: Learn the BASIC SYNTAX in Kotlin
Kotlin Crash Course #6 - FUNCTIONS in Kotlin
Просмотров 1114 месяца назад
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
Просмотров 655 месяцев назад
04 - The Kotlin IF-ELSE & WHEN Explained with Examples
Kotlin Basics: Mastering Operators and Expressions
Просмотров 625 месяцев назад
Kotlin Basics: Mastering Operators and Expressions
Kotlin Crash Course #2 - Variables & Data Types
Просмотров 915 месяцев назад
Kotlin Crash Course #2 - Variables & Data Types
Kotlin Crash Course #1 - What's Kotlin?
Просмотров 1905 месяцев назад
Kotlin Crash Course #1 - What's Kotlin?
Playing Tic Tac Toe online mode
Просмотров 597 месяцев назад
Playing Tic Tac Toe online mode