TutorialMadeSimple
TutorialMadeSimple
  • 28
  • 355 192
How to Create a Navigation Drawer Menu With Jetpack Compose - Android Studio Tutorial
How to Create a Navigation Drawer Menu With Jetpack Compose
ua-cam.com/video/Te_WvnGoQoA/v-deo.html
This video is about how to implement a navigation drawer menu. It is a menu that slide able you can use to show and reveal information like menu items.
------------------------------------------------------------------------------------------------
00:02 Introduction
01:46 Start a new project
03:05 Overload resolution ambiguity problem
07:37 Create screen sealed class
11:14 Drawer content & LazyColumn
-------------------------------------------------------------------------------------------------
Source Code:
github.com/BngDev212/Android-Studio-Navigation_drawer-menu-jetpack-compose
-------------------------------------------------------------------------------------------------
Resources:
developer.android.com/develop/ui/compose/components/scaffold
-------------------------------------------------------------------------------------------------
#androidstudiotutorials
#androiddevelopmentkotlin
#jetpackcomposeslidemenu
#jetpackcomposedrawermenu
Переглядів: 239

Відео

Android Studio Kotlin-Location App Part-2 - Google Maps and Geo Coding API -Retrofit-Jetpack Compose
Переглядів 2905 місяців тому
Android Studio Kotlin - Location App (Part-2) - Google Maps and Geo Coding API - Retrofit - Jetpack Compose. ua-cam.com/video/CTZPjiKQODI/v-deo.html Build location-aware apps One of the unique features of mobile applications is location awareness. Mobile users take their devices with them everywhere, and adding location awareness to your app offers users a more contextual experience. The locati...
Android Studio Kotlin - Location App demo with Jetpack Compose (Part -1)
Переглядів 4286 місяців тому
Android Studio Kotlin - Location App demo with Jetpack Compose ua-cam.com/video/gc1oMI-0Qh0/v-deo.html Build location-aware apps One of the unique features of mobile applications is location awareness. Mobile users take their devices with them everywhere, and adding location awareness to your app offers users a more contextual experience. The location APIs available in Google Play services faci...
Android Studio for beginners - kotlin Jetpack Compose Navigation - Simple Login UI.
Переглядів 3128 місяців тому
Android Studio - kotlin Jetpack Compose Navigation - Simple Login UI for beginners. ua-cam.com/video/slvPrHmRQUE/v-deo.html Hello in this video we will learn how to navigate from one screen to another screen, How to pass android compose material icons to textField, adding jetpack compose textfield password icon. Prerequisites Basic Kotlin knowledge (this codelab is in Kotlin) The latest stable ...
Android Studio -A Simple ViewModel example in Kotlin Jetpack Compose - for beginners.
Переглядів 5769 місяців тому
A Simple View Model example in Kotlin with Jetpack Compose for beginners. Link: ua-cam.com/video/0FKoeJmlRaU/v-deo.html In this video we will set up our view model class. So therefore we will specify or say that a class will be a certain type. That's basically what inheritance is all about. I plan to also look at inheritance in a separate video (hopefully). But for now let's stick with this cou...
Android Studio Jetpack Compose Fundamentals Part1 (Text, Modifiers, Image and Layout) for beginners.
Переглядів 3949 місяців тому
Android Studio Jetpack Compose Fundamentals Part-1 (Text, Modifiers, Image and Layout) for beginners. ua-cam.com/video/OagpV8fAC_s/v-deo.html Hello every one, Welcome back. in this video we are going to learn about Jetpack compose. The newest way of creating user interfaces for android applications. We don’t need to use xml for creating layouts anymore. With Jetpack compose, we can very easily ...
Android Studio upgrade to hedgehog version 2023.1.1 - Kotlin & Jetpack Compose
Переглядів 1,2 тис.10 місяців тому
Android Studio upgrade to hedgehog version 2023.1.1 - Kotlin & Jetpack Compose ua-cam.com/video/LZLgAHnWBic/v-deo.html In this video I will show you how to upgrade to the latest version of Android Studio, also how to connect your cellphone to Android Studio, and will also change the appearance of the default application. Content: 00:01 Introduction 01:35 Download Android Studio Hedgehog from An...
How To CAST / MIRROR Android Mobile Phone Screen to PC Laptop for Free Connect Phone to PC Laptop
Переглядів 97 тис.11 місяців тому
How To CAST/MIRROR Android Mobile Phone Screen to PC Laptop for Free Connect Phone to PC Laptop!! ua-cam.com/video/GG-xX8fEsDg/v-deo.html Hello, in this video I will show you how to cast or mirror phone android screen to PC on windows 10 or windows 11 for free connect. The connection is wireless (using wifi). Topics covered in this video : 00:02 How to display android screen on PC or Laptop in ...
Android Studio - Android Jetpack Compose - Creating Your First Android App - For Beginners
Переглядів 1,6 тис.Рік тому
Creating First Application In Android Studio in 2023 - For Beginners Android Jetpack Compose Create your first android application in android studio. Beginners guide for creating android application for the first time. ua-cam.com/video/pinlXes50B8/v-deo.html To expand your knowledge of Kotlin in Android app development, refer to the Android and Kotlin documentation. developer.android.com/kotlin...
Android - A fully functional login system demo app. Using google firebase as backend.
Переглядів 3,4 тис.Рік тому
Android - A fully functional login system demo app. Using google firebase as backend. In this video, we'll show you how to create Login and Registration using Firebase in Android Studio. This step-by-step guide will walk you through the process of creating a Firebase Login Registration, Create the User Interface, Create new activities, Edit the activity layout, Setup Firebase Authentication, Ad...
Object detection and Tracking in 5 minutes using Python with Yolov8 and OpenCV.
Переглядів 1,1 тис.Рік тому
Object detection and Tracking in 5 minutes using Python with Yolov8 and OpenCV. Hello, in this video I will share the results of testing object detection using YOLOv8 model in python and open CV. We will see how we can perform object detection as we seen in this video using latest YOLOv8 model. We can see here it doesn't require a lot of code, I think in less than 3 minutes we can create a simp...
How to implement google one tap - One Tap sign-up/sign-in for Android
Переглядів 4,8 тис.Рік тому
How to implement google one tap - One Tap sign-up/sign-in for Android You can provide seamless authentication flows to your users with Google's one tap sign-in and sign-up APIs. With One Tap sign-up, users are prompted to create an account with a dialog that's inline with your app's content, so they're never taken out of context by a sign-up screen. With just one tap, they get a secure, token-b...
Android Studio - Simple Google & Facebook Login UI Design - Material 3 design theme
Переглядів 2,8 тис.Рік тому
Android Studio - Simple Google & Facebook Login UI Design - Material 3 design theme. In this video, we will design and implement login page in android studio using java and xml. We have created simple login screen with materialistic XML UI design for android beginners. As this is a beginner friendly video, we have not used database such as firebase or sqlite Next Video: How to implement google ...
How to make Login User Interface in Android Studio using constraint Layout in android Studio
Переглядів 16 тис.Рік тому
How to make Login User Interface in Android Studio using constraint Layout in android Studio In this video, we will design login user interface in android studio using java and xml. As this is a beginner friendly video, we will use constraint layout drag and drop the component from the palette . We have not used database such as firebase or sqlite instead we have only created a simple login use...
How to install Delphi 11.3 (Alexandira) CE Incl. Eclipse Temurin JDK 11 and Android SDK tools.
Переглядів 5 тис.Рік тому
How to install Delphi 11.3 (Alexandira) Community Edition (CE) Incl. Eclipse Temurin JDK 11 & Android SDK tools. In this video I will show you how to install Delphi Community Edition (CE) version 11.3, and make sure the SDK, NDK and Java are installed correctly. Then create our first application, which is a simple animation application using the latest edition of Delphi CE. I really hope this v...
Creating First Application In Android Studio in 2023 - For Beginners
Переглядів 153 тис.Рік тому
Creating First Application In Android Studio in 2023 - For Beginners
How to install Android Studio and SDK on Windows 10/11 - Flamingo Installation - 2023 Update.
Переглядів 4,3 тис.Рік тому
How to install Android Studio and SDK on Windows 10/11 - Flamingo Installation - 2023 Update.
Android application - Delphi FMX - Firemonkey - Sqlite database encryption
Переглядів 6 тис.Рік тому
Android application - Delphi FMX - Firemonkey - Sqlite database encryption
Android Application - Delphi FMX Firemonkey -Task and Multi Thread - Download a file from internet
Переглядів 2,9 тис.Рік тому
Android Application - Delphi FMX Firemonkey -Task and Multi Thread - Download a file from internet
Android App - Delphi-REST API How to use REST Debugger "Create your ChatGPT Chat Application" 2023
Переглядів 1,7 тис.Рік тому
Android App - Delphi-REST API How to use REST Debugger "Create your ChatGPT Chat Application" 2023
Delphi Android FMX -UI Google & email Sign In in Android 2023 (Part-1)
Переглядів 1,8 тис.Рік тому
Delphi Android FMX -UI Google & email Sign In in Android 2023 (Part-1)
How to Install latest XAMPP on Win 10 or 11 - and use it for CRUD Android Application
Переглядів 625Рік тому
How to Install latest XAMPP on Win 10 or 11 - and use it for CRUD Android Application
Android App Tutorial - How to Upload CRUD API script and Mysql Database Online for FREE (Php MySql)
Переглядів 1,3 тис.Рік тому
Android App Tutorial - How to Upload CRUD API script and Mysql Database Online for FREE (Php MySql)
Android application tutorial - API CRUD Mysql at web hosting server & localhost using DELPHI FMX
Переглядів 4,6 тис.Рік тому
Android application tutorial - API CRUD Mysql at web hosting server & localhost using DELPHI FMX
Android app tutorial - user login interface and SQL Lite + delphi 10.4 for beginners (Part 2)
Переглядів 6 тис.Рік тому
Android app tutorial - user login interface and SQL Lite delphi 10.4 for beginners (Part 2)
Android app development tutorial - User Interface using delphi 10.4 & sqlite for beginners (Part-1)
Переглядів 16 тис.Рік тому
Android app development tutorial - User Interface using delphi 10.4 & sqlite for beginners (Part-1)
DB Browser how to create and open encrypted sqlite database file - (how to secure sqlite database)
Переглядів 14 тис.Рік тому
DB Browser how to create and open encrypted sqlite database file - (how to secure sqlite database)
Create and Read SQLite Databases using DB Browser: How to Use DB Browser 2022
Переглядів 10 тис.Рік тому
Create and Read SQLite Databases using DB Browser: How to Use DB Browser 2022

КОМЕНТАРІ

  • @tartar33133
    @tartar33133 3 дні тому

    Thanks for the Video; Great. I have a small problem. On Example 1 second part, when I never get the message Add dependency ............. when I click on the viewModel(). I get create Function New Model instead. Can you help. Thanks

  • @jaakkooksa5374
    @jaakkooksa5374 5 днів тому

    The ambient music is super annoying.

  • @N0MTNAmateurRadio
    @N0MTNAmateurRadio 9 днів тому

    The computer narration gets old, very quickly.

  • @atnfn
    @atnfn 13 днів тому

    I should stop installing windows in my native language, no idea what "connect" is called in Swedish.

  • @vanquang17
    @vanquang17 13 днів тому

    I can't mirrow my phone screen when watching gamestream in some app. The screen is always black dark. Is there anyway to solve it.

  • @paldizer8129
    @paldizer8129 14 днів тому

    Noisy music

  • @axel_r_
    @axel_r_ 17 днів тому

    I use this video's music to meditate every day. His voice soothes me and I am zen with the world. Namaste

    • @AscendYay
      @AscendYay 13 днів тому

      its an ai's voice.

    • @axel_r_
      @axel_r_ 13 днів тому

      @@AscendYay i know.

  • @mangpadel
    @mangpadel 20 днів тому

    thanks bro

  • @ishankavishka6901
    @ishankavishka6901 21 день тому

    Background music is annoying

  • @TravisSelfmade-w8t
    @TravisSelfmade-w8t 27 днів тому

    background noise gets a thumbs down for me

  • @TheRealPinkWish
    @TheRealPinkWish 27 днів тому

    I had trouble working with compose. the following two lines saved my proejct: val viewModel = ViewModelProvider(this)[CounterAppViewModel::class.java] import androidx.lifecycle.ViewModelProvider

  • @TheRealPinkWish
    @TheRealPinkWish 28 днів тому

    thanks for much for these tutorials!

  • @TheRealPinkWish
    @TheRealPinkWish 29 днів тому

    FINALLY a simple and clear tutorial! great job!

  • @TheRealPinkWish
    @TheRealPinkWish 29 днів тому

    just what i needed! great tutorial! I subbed you.

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

    my phone cannot find my pc, what do i do on this case?

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

    Appreciate the tutorial but the music made it difficult.

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

    My app just stop

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

    thx very simple easy tut

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

    i dont have a execute sql tab???

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

    thank you <3 love the music too

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

    Thank you very much. As someone with no experience this was very helpful. I had to understand that this was semi real time and not edited 😊

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

    did you install any plugins for java?

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

    Hi! I had programmed with Delphi long time ago. Now I´m used ti work with C++ Builder but they´re very similar so I think this tuto is fine for me. What I don´t know is whether I should do some special setup on my Android device for using SQLite DB or just code without worry about it.

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

    thanks big bro💯

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

    Is it possible to connect to a local area network Sql Server database using the Delphi Android App ? How ? Thansk!

    • @forlan2005
      @forlan2005 11 днів тому

      yes surely! you can install sql server in you pc and set database address to instance name

  • @lysak850
    @lysak850 2 місяці тому

    the music is fucking terrible

  • @clearshoulder6671
    @clearshoulder6671 2 місяці тому

    I don't have the do not encode option, what should I do? I get a 401 error.

  • @asgerjrgensen1414
    @asgerjrgensen1414 2 місяці тому

    Probably a great tutorial, but I found the "music" way to annoying.

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

      Very annoying. Why add music ?

    • @axel_r_
      @axel_r_ 17 днів тому

      Namaste ooohhmmmmm aooooohmmmmm 🧘🏼‍♂

  • @Hansoo-h8e
    @Hansoo-h8e 2 місяці тому

    thank you for lecture, it really good for beginners, hope everyone know to you

  • @omare7475
    @omare7475 2 місяці тому

    remove the stupid music

  • @McFlyEye
    @McFlyEye 2 місяці тому

    Great video. However, I wish there was no background music. Instead of playing music, more explanation of what's being done would be helpful. Quite often there are long interludes where lots of things are done with no narrative. Also, I'd like to listen to my own music while I'm doing the tutorial, and that is difficult to do with music constantly playing. Again, a VERY minor complaint. Otherwise, this is very helpful!

  • @taweesaktunlayadachapar5390
    @taweesaktunlayadachapar5390 3 місяці тому

    Thank you for your giving delphi knowledge for every one

  • @wanderbele1715
    @wanderbele1715 3 місяці тому

    Traduzir em Português

  • @wanderbele1715
    @wanderbele1715 3 місяці тому

    Em português

  • @djb4programming
    @djb4programming 3 місяці тому

    Thank you

  • @vishvensharma3917
    @vishvensharma3917 3 місяці тому

    I am using Delphi 11 it work fine with on windows when I try to compile for android at compilation time it gives error "Failure [INSTALL_PARSE_FAILED_MANIFEST_MALFORMED] Unable to create process: Unable to install base.apk " can anyone guide please. i am using moto g(30) real Android phone connected via USB Thank you in advance

  • @alizarei1943
    @alizarei1943 4 місяці тому

    This version of Android Full SDK is not available in the RadStudio 11.

  • @AbuOmar1974
    @AbuOmar1974 4 місяці тому

    Have idea about reporting in firemonkey with firedac?

  • @deemwinch
    @deemwinch 4 місяці тому

    Thats an ai voice lol

  • @alifakhreldin9590
    @alifakhreldin9590 4 місяці тому

    ily

  • @vishvensharma3917
    @vishvensharma3917 4 місяці тому

    Thank you for explaining such simple way . I am facing one problem while running app on android it gives error 'Read Failed' can you please help ? i want it to run on localhost only

  • @Factss06
    @Factss06 4 місяці тому

    Sir I need a help from you.

  • @ABDYSALEH
    @ABDYSALEH 4 місяці тому

    Thank you, very useful..

  • @cffcs
    @cffcs 4 місяці тому

    You have to have a Chromebook to do this.

  • @leonardofilho5557
    @leonardofilho5557 5 місяців тому

    Hi, how i do for save the database in path public, i need read the database with more than one app. Because a need insert info between of apps..

  • @fastjack2792
    @fastjack2792 5 місяців тому

    bester mann!

  • @fredysoto8547
    @fredysoto8547 5 місяців тому

    Thanks, You are a Great Teacher!! Clear and Smart!

  • @JoklHgfd
    @JoklHgfd 5 місяців тому

    man

  • @Almwa7ed
    @Almwa7ed 5 місяців тому

    Thumb down for the distracting logo in middle of screen

    • @I001-tutorialmadesimple
      @I001-tutorialmadesimple 5 місяців тому

      Hello my friend, thank you very much for helping me tell my mistake. Hopefully I can fix it next time. It's a shame that UA-cam currently doesn't provide editing facilities for this.

    • @I001-tutorialmadesimple
      @I001-tutorialmadesimple 5 місяців тому

      Hello my friend, thank you very much for helping me tell my mistake. Very sorry for the inconvenience. Hopefully I can fix it next time. It's a shame that UA-cam currently doesn't provide editing facilities for this.

  • @leorizzi1097
    @leorizzi1097 5 місяців тому

    Sorry, is there PART 3 ?