Android Studio Tutorial (2024 Edition) - Part 1

Поделиться
HTML-код
  • Опубликовано: 23 ноя 2024
  • Learn to build an Android app using Android Studio, Kotlin, Jetpack Compose, and more. First, we'll download and install Android Studio, then start working with Kotlin in MainActivity.kt. Next, we'll create basic view components using Compose, a modern replacement for XML layouts.
    Then we'll use a Card to create a design and also learn how to show a photo from the Vector Assets in Android Studio.
    What is Compose?
    Jetpack Compose is a new way of creating layouts in apps. If you've ever built an app previously you likely used XML layouts to create views, maybe even using ConstraintLayout, LinearLayout, TextView's, and ImageView's. These are no longer needed and Compose can be used to create this views using Kotlin instead of XML. This series both uses and recommends Android app developers use Compose instead of XML for layouts.

Комментарии • 18

  • @happyfeeshie
    @happyfeeshie 2 месяца назад +5

    Thank You!! I've spent the last 3 days looking at videos on Kotlin and Android Developer and was feeling very discouraged by how little I was picking it up. I learned so much more in your video and it's way easier to follow along with what you are doing!

  • @rubenmedina5797
    @rubenmedina5797 18 дней назад +1

    This is the only useful tutorial I've found for Ladybug, thank you so much

  • @FedeRico-gn4vh
    @FedeRico-gn4vh Месяц назад +4

    nah, bruh dropped 2024 patch, let's go mate i need this tutorial serie

  • @phaedrus2633
    @phaedrus2633 Месяц назад +7

    OK. Where's a link to a video to set up the emulator? I guess this tutorial is not for beginners.

    • @VYBE-Red
      @VYBE-Red 14 дней назад +1

      he literally explained it a second later

  • @TradingArmyBD
    @TradingArmyBD 8 дней назад

    Please, make sure that your videos are listed in the playlist as ascending order.

  • @Sleazy_Flow420
    @Sleazy_Flow420 Месяц назад +4

    I hope this isn't a 'dumb' question but are we writing in Java, Kotlin, or JavaScript?
    or is it a mixture of both/ all three?

    • @DanielMalone
      @DanielMalone  Месяц назад

      Everything is Kotlin. But Kotlin is based on Java, so it's very similar. And Java is not too difficult than Javascript.

  • @CumhurOzkaya
    @CumhurOzkaya 3 дня назад

    Thank you very much. It is helpful.

  • @Hiddensones
    @Hiddensones Месяц назад

    Hi
    I created flutter project
    when i choose
    project structure
    android 28
    It shows the massage unable to save sittings please restart android studio
    When i restart
    Returns No sdk file
    What can i do ?

  • @FedeRico-gn4vh
    @FedeRico-gn4vh Месяц назад

    if it's not to much to ask, could you at some point explain how to let the user add some datas and save them somehow locally in order to implement offline persistence? (basically keep the new datas saved even when the phone is shutted down)

    • @DanielMalone
      @DanielMalone  Месяц назад

      ruclips.net/video/jy7F2Lz7EKk/видео.html

  • @adityaraj7807
    @adityaraj7807 Месяц назад

    create new project in android studio but layout file is not create

  • @OliverPribicko
    @OliverPribicko 2 месяца назад

    amazing video!!!

  • @faisletoismeme
    @faisletoismeme Месяц назад +9

    Your audio comment flow makes me feel that you did non plan anything you said... it's missing a lot of important tutorial info and you say way too much bla bla.... maybe a bit of scripting might be a little in order.

  • @Skeddley12
    @Skeddley12 Месяц назад

    mint that wish this was in java instead.

  • @RanjanKumar-sh3uu
    @RanjanKumar-sh3uu Месяц назад

    awesome video.

  • @emanueleromano2633
    @emanueleromano2633 Месяц назад

    do i need to choose "create empty views" for java, right?